Turn on File/Folder Inheritance
The code snippet below turns on File/Folder inheritance recursively from the current position
This is to be run from an elevated Command Line
icacls "*" /q /c /t /reset
The code snippet below turns on File/Folder inheritance recursively from the current position
This is to be run from an elevated Command Line
icacls "*" /q /c /t /reset
No comments to display
No comments to display