![]() |
DISM-Gui - Little helper for DISM commands, sfc and Cab-Install for Windows 10 - Printable Version +- AiOwares (https://www.aiowares.com) +-- Forum: Software & Applications (https://www.aiowares.com/forumdisplay.php?fid=6) +--- Forum: Multi-Platform Software (https://www.aiowares.com/forumdisplay.php?fid=14) +---- Forum: Windows (https://www.aiowares.com/forumdisplay.php?fid=42) +---- Thread: DISM-Gui - Little helper for DISM commands, sfc and Cab-Install for Windows 10 (/showthread.php?tid=1241) |
DISM-Gui - Little helper for DISM commands, sfc and Cab-Install for Windows 10 - MaskedUser - 09-08-2019 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. 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 |