Windows: Difference between revisions
Created page with "== Delete system folders == <syntaxhighlight lang="bat" line="1"> takeown /f "d:\program files" /R </syntaxhighlight>" |
mNo edit summary |
||
Line 2: | Line 2: | ||
<syntaxhighlight lang="bat" line="1"> | <syntaxhighlight lang="bat" line="1"> | ||
takeown /f "d:\program files" /R | takeown /f "d:\program files" /R | ||
</syntaxhighlight> | </syntaxhighlight>Run this command if you can't delete folders as Administrator |
Latest revision as of 13:25, 10 October 2024
Delete system folders
takeown /f "d:\program files" /R
Run this command if you can't delete folders as Administrator