- Jul 29, 2017
- 307
- 1,398
I downloaded the game from the Mega link in the OP and I'm having an issue with this game. After extracting the game to my downloads folder I am unable to move the folder from that location. I get an error that says windows can't find the folder in question and won't let me move, delete, or even rename the folder. I'm not sure why it's doing that but it's super annoying and I hate to know what's actually going on behind the scenes in my PC now.
Edit: I found this on a support site and it should help anyone who has a similar issue.
Open CMD and then type:
rd /s "\\?\D:\bad\folder\path "
example: rd /s "\\?\D:\Sharedata\folder1\folder2 " - note the space after folder2 as per the space in the folder name. Obviously D: is the drive that has the folder on it.
Edit: I found this on a support site and it should help anyone who has a similar issue.
Open CMD and then type:
rd /s "\\?\D:\bad\folder\path "
example: rd /s "\\?\D:\Sharedata\folder1\folder2 " - note the space after folder2 as per the space in the folder name. Obviously D: is the drive that has the folder on it.
Last edited: