This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:disk_space_low [2019/06/24 12:39] gcooper |
computing:disk_space_low [2019/07/27 14:09] (current) gcooper |
||
---|---|---|---|
Line 44: | Line 44: | ||
http:// | http:// | ||
+ | |||
+ | ==== Delete $Windows.~BT and $Windows.~WS Folders ==== | ||
+ | |||
+ | '' | ||
+ | |||
+ | < | ||
+ | takeown /F C: | ||
+ | icacls C: | ||
+ | rmdir /S /Q C: | ||
+ | </ | ||
+ | |||
+ | Now copy-paste the following and hit Enter to delete the contents of $Windows.~WS directory | ||
+ | |||
+ | < | ||
+ | takeown /F C: | ||
+ | icacls C: | ||
+ | rmdir /S /Q C: | ||
+ | </ | ||
==== Delete Old User Profiles ==== | ==== Delete Old User Profiles ==== | ||
< | < | ||
+ | cd c:\users | ||
+ | dir | ||
wmic / | wmic / | ||
</ | </ | ||
Line 157: | Line 177: | ||
**2012 R2 - SxS**: https:// | **2012 R2 - SxS**: https:// | ||
- | :!: The Disk Cleanup Tool is available in Windows Server 2012, if you install the Desktop Experience feature. | + | :!: The **Disk Cleanup Tool** is available in Windows Server 2012, if you **install the Desktop Experience feature**. |
:!: All existing service packs and updates cannot be uninstalled after this next command is completed. | :!: All existing service packs and updates cannot be uninstalled after this next command is completed. |