Skip to main content

Windows 10 Grant permissions to everyone via command line




From a Command Shell
icacls "x:\users\username\*" /grant Everyone:(f) /C /T /L

Comments