- Home /
Question by
ExtremePowers · Jan 30, 2015 at 05:57 PM ·
accesslocationreadonly
Game location
My game is located in Program Files(x86) Which one computers with UAC (User Account Control) enabled gives read/write access is there an easy way to get read/write access in Game.exe Directory and sub directorys?
Comment
Best Answer
Answer by AllStarBigBoy · Jan 31, 2015 at 02:07 AM
Looks like the windows command 'takeown' is what you're looking for. Try this in the terminal:
takeown /a /r /d Y /f C:\PATH\
More info here: http://www.nextofwindows.com/how-to-silently-recursively-take-ownership-of-a-folder-and-sub-folders-in-command-prompt/
This is probably the more correct answer. Should probably be this one, not the other.