You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
3.0 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # win6x_registry_tweak v1.4.7
  2. *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*
  3. ### Important Disclaimer: I did not write this code.
  4. #### I've added it to github for posterity sake. It has been floating around for years and was recently mentioned on reddit. It looks like several people have worked on it. Originally it was created by Michał Wnuowski in 2008 and more recent it was worked on by Legolash2o on the [msfn.org forums](https://msfn.org/board/topic/152688-win6x_registry_tweak/). Possibly this github user by the same name https://github.com/Legolash2o.
  5. 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.
  6. ##### The latest notes from the forum post above include the following:
  7. ![old_screenshot](post-125866-0-02086700-1311877198.png)
  8. 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.
  9. *install_wim_tweak.exe /?*
  10. This will show all available options..
  11. *install_wim_tweak.exe /p <MountPath>*
  12. This will unhide all the packages in the selected image
  13. *install_wim_tweak.exe /o*
  14. This will unhide all the packages on the currently installed OS
  15. *install_wim_tweak.exe /p <MountPath> /l*
  16. This will list all the packages available in the selected image and write them to a text file in the same directory.
  17. *install_wim_tweak.exe /o /l*
  18. This will list all the packages available on the installed OS and write them to a text file in the same directory.
  19. *install_wim_tweaks.exe /p <MountPath> /c Microsoft-Windows-.........*
  20. 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.
  21. **Changes made from the original version by wnuku**
  22. - /h will restore them to default (must use without /h first)
  23. - /n will not create backups (faster)
  24. - /d will not delete owners keys.
  25. - /m is no longer needed, will do the task by default
  26. - /l will output a list of all packages to a text file.
  27. - /o will use currently installed image.
  28. - fixed a bug where it did not work if there was a space in the mountpath.
  29. - /c <PackageName> will un-hide specific package
  30. - using /r with /c will remove the package
  31. - Win32Security.dll file is no longer needed
  32. - Added new colours, errors are displayed in Red
  33. - Fixed bug crashing at end of running
  34. - Fixed bug where it cannot unmount registry if something fails
  35. - Added specific component selection
  36. - Fixed some other bugs
  37. - Added an appropriate small icon for the app
  38. *Also normally you will have to put the specific component name i.e.
  39. "/c Microsoft-Hyper-V-Common-Drivers-Package~31bf3856ad364e35~x86~~6.1.7601.17514"
  40. but if for example you put "/c Microsoft-Hyper-V-Common-Drivers-Package" it will show all packages starting with that.*