Reset NTFS file permissions with command line tool ICACLS
give the ownership of <folde> to the Administrators Group - you need an elevated cmd
takeown /A /R /F <folder>
reset a folder
ICACLS <folder> /reset /T /C /Q
give the ownership of <folde> to the Administrators Group - you need an elevated cmd
takeown /A /R /F <folder>
reset a folder
ICACLS <folder> /reset /T /C /Q