Linked by Thom Holwerda on Thu 24th Jul 2008 22:04 UTC
Thread beginning with comment 324466
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-02-05
Right click the folder, choose properties. Choose the security tab, and click "Edit". If your user is in the list, give him/her full control. If not, click "Add". Enter your user name and click "Check" to make sure it can figure it out, and it isn't ambiguous. Click OK on everything to close it.
Alternately, you can open a command prompt as admin, and type "icacls <path to folder you want access to> /grant username:F /T". If you want to run the command in a non-elevated prompt, be sure to wrap it in double quotes, and stick a "runas /user:username" in the front.
The windows security model is very powerful, but it is also incredibly complected (imo too complecated for home users). IMO it is pretty much required knowledge though for anyone who wants an even marginally secure machine.