lain 531e5a815a | 3 years ago | |
---|---|---|
Properties | 6 years ago | |
Win32Security | 6 years ago | |
.gitignore | 6 years ago | |
Program.cs | 6 years ago | |
README.md | 3 years ago | |
Registry.ico | 6 years ago | |
app.config | 6 years ago | |
post-125866-0-02086700-1311877198.png | 6 years ago | |
win6x_registry_tweak.csproj | 6 years ago | |
win6x_registry_tweak.csproj.DotSettings | 6 years ago | |
win6x_registry_tweak.sln | 6 years ago |
This little tool un-hides "packages" like Windows Media Center/Player, IE, IIS, Games, etc... so you can lower the size of your install.wim
I cannot offer any support or bug fixes; I have not built the project and will most likely not merge any pull requests. Feel free to fork the repo.
Top left is un-hiding a specific package, top right is writing the log of available files to a txt file, bottom left is un-hiding all components of an image and finally the bottom right is un-hiding all the packages from current installed OS.
install_wim_tweak.exe /?
This will show all available options..
install_wim_tweak.exe /p
This will unhide all the packages in the selected image
install_wim_tweak.exe /o
This will unhide all the packages on the currently installed OS
install_wim_tweak.exe /p /l
This will list all the packages available in the selected image and write them to a text file in the same directory.
install_wim_tweak.exe /o /l
This will list all the packages available on the installed OS and write them to a text file in the same directory.
install_wim_tweaks.exe /p /c Microsoft-Windows-.........
This will just inhide the selected component from the selected image, can also be used with /o. If you add /r at the end it will remove the package.
Changes made from the original version by wnuku
Also normally you will have to put the specific component name i.e. "/c Microsoft-Hyper-V-Common-Drivers-Package~31bf3856ad364e35~x86~~6.1.7601.17514" but if for example you put "/c Microsoft-Hyper-V-Common-Drivers-Package" it will show all packages starting with that.