Skip to content

Instantly share code, notes, and snippets.

@mvandriessen
Created February 14, 2021 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvandriessen/e9139a3bc7c703f350c1a781d604a227 to your computer and use it in GitHub Desktop.
Save mvandriessen/e9139a3bc7c703f350c1a781d604a227 to your computer and use it in GitHub Desktop.
net stop dfsr
icacls "D:\System Volume Information" /grant "Domain Admins":F
cd "D:\System Volume Information"
move DFSR D:\DFSR_backup
icacls "D:\System Volume Information" /remove:g "Domain Admins"
net start dfsr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment