| 1. Allow Guest Account to See Application Log in Event Viewer |
| Actions: | Create RestrictGuestAccess dword value with 0 data in HKLM\System\CurrentControlSet\Services\Eventlog\Application subkey. |
| Reverts: | Set data of dword value above to 1. |
| Info: | Require to restart Windows. |
|
|
| 2. Allow Guest Account to See System Log in Event Viewer |
| Actions: | Create RestrictGuestAccess dword value with 0 data in HKLM\System\CurrentControlSet\Services\Eventlog\System subkey. |
| Reverts: | Set data of dword value above to 1. |
| Info: | Require to restart Windows. |
|
|
| 3. Disable Add or Remove Programs |
| Actions: | Create NoAddRemovePrograms 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). |
|
|
| 4. Hide "Change or Remove Programs" Button in Add or Remove Programs |
| Actions: | Create NoRemovePage 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). |
|
|
| 5. Hide Support Information in Add or Remove Programs |
| Actions: | Create NoSupportInfo 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). |
|