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 [2018/02/22 07:47] 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 ==== | ||
+ | |||
+ | < | ||
+ | cd c:\users | ||
+ | dir | ||
+ | wmic / | ||
+ | </ | ||
==== Disk Compression ==== | ==== Disk Compression ==== | ||
Line 151: | 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. | ||
Line 186: | Line 212: | ||
- If any problems, close Outlook and check permissions | - If any problems, close Outlook and check permissions | ||
- | As the user whose .OST file we are moving, create the link at a command prompt: | + | As the user whose .OST file we are moving, create the symlink |
< | < |