Page 1 of 1

Windows 10 Remove Windows.old using Command Prompt

Posted: Mon Jan 16, 2017 4:00 pm
by RescuePC
Windows 10 Remove Windows.old using Command Prompt

elevated command prompt

takeown /F C:\Windows.old\* /R /A
cacls C:\Windows.old\*.* /T /grant administrators:F
rmdir /S /Q C:\Windows.old\

Hope this helps
Rescue PC