Created
August 30, 2017 01:36
-
-
Save fcharlie/03348d1c379190c25048a18db9296c40 to your computer and use it in GitHub Desktop.
Remove Windows.old
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0: CMD ADMIN | |
1: takeown /F c:\Windows.old\* /R /A /D S | |
2: cacls C:\Windows.old\*.* /T /grant administrators:F | |
3: rmdir /S /Q c:\Windows.old |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment