Most of the people are using Windows built-in Disk Cleanup tool to clean unnecessary files from their hard disk. But some of the people are using third party tools to clean up their hard disk like CCleaner. So by this post today i will show you how to do a Disk Cleanup using Windows 7
Step 01
Run Cmd as Administrator type %SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535 and run the query.
Step 02
After you run the query it will prompt a Window saying Disk Cleanup Setting. Select the items that you want to remove and click OK.
In Additional
You can do this process by creating a .bat file. Open NOTEPAD type the code below query cd C:\windows\system32%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535 and save it as with any name that you want but you must have to use the .bat extension. after you done this run the bat file.
0 comments:
Post a Comment