The Deployment Image Servicing and Management (DISM) Windows 10 command line tool is a potent tool for PC users today. Learning how to effectively use this tool is a skill that will help you resolve many system problems that many PC users face today.
Whether you are an experienced tech user or a newbie, the command line can help you fix issues that may arise with your Windows 10 PC.
This article explores the 4 best ways to use the DISM command to repair and maintain your Windows 10 system. From repairing missing system files to optimizing the performance of your computer, these tips will help keep your Windows 10 PC running smoothly.
What is DISM on Windows 10?
DISM (Deployment Image Servicing and Management) is a command-line tool in Windows 10 that manages and maintains Windows images, including the Windows operating system.
It’s a versatile tool that can help you fix many common issues with your Windows 10 PC. Some of the primary functions of DISM are listed below.
- Repair corrupt or damaged system files – Using DISM, you can quickly repair damaged system files on your PC.
- Configure operating system – It can configure OS in preparation for deployment or distribution to users.
- Optimize operating system – The DISM can enhance its performance, making it run efficiently.
- Install updates – Quick updates installation is also possible because of the DISM.
- Enabling or disabling Windows features – With the DISM tool, you can enable or disable Windows features anytime.
- Create and manage Windows images – Using the DISM tool, you can create and manage all your images.
Now, let us see how to effectively use the DISM command to achieve high optimization for Windows 10 PC.
How do I run DISM cleanup on Windows 10?
1. Scan for corrupted files using Dism cleanup-image
1.1 Use the Dism /Online /Cleanup-Image /ScanHealth command
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and hit Enter.
Dism /Online /Cleanup-Image /ScanHealth
- This process will check to see any corrupt components on your PC.
1.2 Use the Dism /Online /Cleanup-Image /CheckHealth command
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and hit Enter.
Dism /Online /Cleanup-Image /CheckHealth
- This process will check to see if your PC is healthy or repairable.
- If your system is repairable, follow the next step.
1.3 Use the sfc /scannow command
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and hit Enter.
sfc /scannow
- This process will automatically repair any corrupt system files on your PC.
- After the repair is complete, restart your computer system.
2. Tidy up the component store
2.1 Run the Dism /Online /Cleanup-Image /AnalyzeComponentStore
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and hit Enter.
Dism /Online /Cleanup-Image /AnalyzeComponentStore
- This process tells you the component store size and if cleanup is recommended.
- If cleanup is recommended, follow the next step.
2.2 Run the Dism /Online /Cleanup-Image /StartComponentCleanup command
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and hit Enter.
Dism /Online /Cleanup-Image /StartComponentCleanup
- This process helps to free up disk space and removes outdated items from the component store.
- Next, run the command below to make the store size even smaller.
Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase
- Verify if the component store size has been reduced using the below command.
Dism /Online /Cleanup-Image /AnalyzeComponentStore
3. Repair image online
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and hit Enter.
Dism /Online /Cleanup-Image /RestoreHealth
- Now restart your PC and check if there are any changes to how your system works.
4. Repair an image with Cleanup-MountPoints
- In the search bar at the bottom left corner of your screen, type cmd and select Run as administrator.
- Run the following command in the command prompt and click Enter.
Dism /Cleanup-Mountpoints
- Lastly, restart your system to enforce the changes.
To conclude, the DISM command is a vital tool for Windows 10 users to repair common problems on their PC. Out of the many ways to use DISM, the four best methods listed in this article will help you get your system up and running in no time.
If used effectively, DISM can be an indispensable tool in the arsenal of every Windows 10 user. With its versatility and effectiveness, DISM is a must-know for anyone looking to keep their Windows 10 PC in top condition.
No Responses