| Hide "Add New Programs" Button in Add or Remove Programs | |
|---|---|
| Actions: | Create NoAddPage dword value with 1 data in HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall subkey. |
| Reverts: | Set data of dword value above to 0. |
| Info: | Apply to all users. Require to restart Add or Remove Programs (if it's running). |
| Hide "Add a Program from CD-ROM or Floppy Disk" in Add or Remove Programs | |
|---|---|
| Actions: | Create NoAddFromCDorFloppy dword value with 1 data in HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall subkey. |
| Reverts: | Set data of dword value above to 0. |
| Info: | Apply to all users. Require to restart Add or Remove Programs (if it's running). |
| Hide "Add Programs from Microsoft" in Add or Remove Programs | |
|---|---|
| Actions: | Create NoAddFromInternet dword value with 1 data in HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall subkey. |
| Reverts: | Set data of dword value above to 0. |
| Info: | Apply to all users. Require to restart Add or Remove Programs (if it's running). |
| Hide "Add/Remove Windows Components" Button in Add or Remove Programs | |
|---|---|
| Actions: | Create NoWindowsSetupPage dword value with 1 data in HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall subkey. |
| Reverts: | Set data of dword value above to 0. |
| Info: | Apply to all users. Require to restart Add or Remove Programs (if it's running). |
| Hide Accessories and Utilities Checkbox in Windows Components Wizard | |
|---|---|
| Actions: | Open WINDIR\inf\sysoc.inf file, remove hide from AccessUtil key string in Components section. |
| Reverts: | Add hide to key string above at previous position. |
| Info: | Apply to all users. Require to restart Add/Remove Windows Components dialog (if it's running). |