Here's 2 cmd prompts I use after every fresh OS install just to clean up space. Please take in mind I do not use windows restore as this will delete all restore points so use with care. It is basically windows clean manager with a few extra options. For these to work you need to run cmd.exe as admin and paste this
Which will open this
Capture005.jpg
Just be sure leave the cmd window open for this one to work correctly
Next up is this cmd to turn off hibernation, same as the prev run cmd.exe as admin and paste this
And hibernation should be off to get some extra space back. I also have my power setting to high performance with no power savings enabled so my computer never sleeps, I figure since I don't get to it shouldn't either lol.
Code:
%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
Capture005.jpg
Just be sure leave the cmd window open for this one to work correctly
Next up is this cmd to turn off hibernation, same as the prev run cmd.exe as admin and paste this
Code:
powercfg -h off
Comment