Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


permission problems
by admin
 at 2017-04-13 11:49:00.

If you have moutiple hard drives with windows installed, accessing a file on a different drive than the one you are runing can give you permission problems. Here is how to fix it: run command line as admin. move to the folder with the problem. run the following command:

icacls * /T /Q /C /RESET

if by any chance that gives you an error, you can do this

takeown /R /F *