[Tips] - Clean Up PC
Wednesday, February 21, 2018
Purpose: When your PC overload disk space, we need to increase disk space. Some tips below help we increase disk space.
I. Disk Cleanup
II. Task Scheduler
From an elevated command prompt, type the following:
IV. Hibernate Files
We will remove Hibernate file in system. It usually occupied about >= 1GB.
I. Disk Cleanup
You can use Disk Cleanup to reduce the number of unnecessary files on your drives, which can help your PC run faster. It can delete temporary files and system files, empty the Recycle Bin, and remove a variety of other items that you might no longer need. The option to cleanup updates helps reduce the size of the component store.
Step by steps:
1. Go to Disk CleanUp tool
2. Choose system driver (C) at Disk CleanUp : Drive Selection
3. Choose all files to delete
4. Click OK to clean disk
5. Go to Disk CleanUp Tool again
6. Choose Clean up to system files
7. Click OK to clean disk.
Disk Cleanup tool helps your PC save about 5-6GB.
The StartComponentCleanup task was created in Windows 8 to regularly clean up components automatically when the system is not in use. This task is set to run automatically when triggered by the operating system. When run automatically, the task will wait at least 30 days after an updated component has been installed before uninstalling the previous versions of the component.
Step by step:
1. Go to Task Scheduler (Window + R > type "Taskschd.msc" OR Control Panel > Administrative Tool > Task Scheduler)
2. Expand Task Scheduler Library > Microsoft > Window > Servicing
3. Under Start Component Cleanup and click Run
Step by step:
1. Go to Task Scheduler (Window + R > type "Taskschd.msc" OR Control Panel > Administrative Tool > Task Scheduler)
2. Expand Task Scheduler Library > Microsoft > Window > Servicing
3. Under Start Component Cleanup and click Run
Start Component Cleanup |
III. Dism.exe
The /Cleanup-Image parameter of Dism.exe provides advanced users more options to further reduce the size of the WinSxS folder.From an elevated command prompt, type the following:
Dism.exe /online /Cleanup-Image /StartComponentCleanup
IV. Hibernate Files
We will remove Hibernate file in system. It usually occupied about >= 1GB.
From an elevated command prompt, type the following:
powercfg -h off
V. Turn Off Virtual Memory
If PC's physical memory enough large and you don't need Virtual Memory, you can turn off Virtual Memory so that save disk space.
Step by steps:
1. Go to Advantage System Setting.
2. Advanced tab > choose Setting... button at Performance.
3. Choose Advanced tab at Performance Options window.
4. Click Change... button at Virtual Memory.
5. Choose system drive (C) > Choose No Paging File > OK.
6. The system requires restarting> Restart Now.
Source: Clean Up the WinSxS
Bài liên quan
Comments[ 0 ]
Post a Comment