We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Freeing C-Drive Space
Step-1: - Turn Off Windows Hibernation. (Saving Up to 3-5GB)
• Open CMD as Administrator. • Run “powercfg.exe /hibernate off”.
Step-2: - Turn Off Windows Reserved Storage. (Saving 5-7GB)
• Open CMD as Administrator. • Run “DISM /Online /Set-ReservedStorageState /State:Disabled”.
Step-3: - Deleting Temp and Prefetch File. (Saving 1-2GB)
• Open CMD as Administrator. • Run “del %temp%\*.* /s /q”. • Run “del C:\Windows\prefetch\*.*/s/q”. Step-4: -Deleting System Restore Points. (Optional) (Saving 3-5GB) • Open CMD as Administrator. • Below Command will only deleted the older System Restore Points. • Run “vssadmin delete shadows /For=C: /oldest /Quiet”.
Step-5: - Running Disk Cleanup. (Saving 2-3GB)
• Open CMD as Administrator. • Run “cleanmgr /dC”. • Select All Option as shown in below image then click ok.
Step-6: - Changing Location of OneDrive. (Depends on User)
• Please Refer to Below Video.
➔ Video Link Alternative For Step 1-5 Download the Below Script and Run ➔Scripts