09-08-2019, 01:03 PM
(This post was last modified: 09-08-2019, 01:06 PM by MaskedUser.)
Wolfgang has written a small portable tool that might be interesting for one or the other. With DISM-Gui you save yourself the "typing" in the command prompt and can quickly install the DISM commands, sfc / scannow or even a quick cab-update.
Scan corresponds to the command ScanHealth - Searches for errors, but not yet fixed
Restore corresponds to the command RestoreHealth - Here errors are searched for and automatically repaired, if possible.
Here you have the choice between not set = local check (WinSxS folder) and correction
Install.wim Here you can use the uninstalled or provided ISO install.wim for the repair.
Install.esd If the ISO is compressed, you will find an install.esd. The repair will then be done just like the Install.wim from the included files.
Analyze - Corresponds to the analyzecomponentstore command. Here the component memory is checked whether memory space can be released
Cleanup - Corresponds to the StartComponentCleanup command. The component store is cleaned up.
SFC Scan is self-explanatory. Here errors are searched in the system and tries to repair
Cab Install This feature allows you to quickly and easily install a cab update. You just have to select the cab file in the opening window and then it will be installed.
Download Version 1.0.1: (21 KB)
You have No permissions
Changelog:
Version 1.0.1
The selection (* .cab, * .wim * .esd) always shows only these file types. So you do not have to "dig" through all the files anymore.
Small code improvements
The DISM-Gui comes in the package as x64 and x86 version for Windows 10. Addendum: The exe does not have to be started by right-click as an administrator. This is already integrated. Then you have the choice of the individual commands:
Check corresponds to the CheckHealth command - Checks if there is a component memory corruption
Scan corresponds to the command ScanHealth - Searches for errors, but not yet fixed
Restore corresponds to the command RestoreHealth - Here errors are searched for and automatically repaired, if possible.
Here you have the choice between not set = local check (WinSxS folder) and correction
Install.wim Here you can use the uninstalled or provided ISO install.wim for the repair.
Install.esd If the ISO is compressed, you will find an install.esd. The repair will then be done just like the Install.wim from the included files.
Analyze - Corresponds to the analyzecomponentstore command. Here the component memory is checked whether memory space can be released
Cleanup - Corresponds to the StartComponentCleanup command. The component store is cleaned up.
SFC Scan is self-explanatory. Here errors are searched in the system and tries to repair
Cab Install This feature allows you to quickly and easily install a cab update. You just have to select the cab file in the opening window and then it will be installed.
Download Version 1.0.1: (21 KB)
Code:
The contents of this section are hidden
Changelog:
Version 1.0.1
The selection (* .cab, * .wim * .esd) always shows only these file types. So you do not have to "dig" through all the files anymore.
Small code improvements