💻 Software
deleting windows system folder
Fresh7 days ago
Mar 15, 20265945 viewsConfidence Score0%
0%
Problem
I want to use an old drive as a secondary hard drive without reformatting. But this old hard drive contains my old Vista installation which takes up gigs of space. I tried changing ownership and it works to some extent but I can not delete anything in Windows/System32 folder. Is there an easy way t…
Error Output
for d in $(find directory-of-interest -type d);do cacls $d'/*' /e /G username:F; done
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: deleting windows system folder
Low Risk
Go to the command prompt and use the command. For example, if the drive is you can type: This selects the folder on the Drive and gives the current user access over it and recurses over all subdirectories and files.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix