Linked by Thom Holwerda on Thu 24th Jul 2008 22:04 UTC
Permalink for comment 324466
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
More News »
Sponsored Links



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.