To disable the Previous Versions tab
To disable the Previous Versions tab on individual client computers, follow these steps:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click either of the following registry subkeys:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionExplorer
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer- On the Edit menu, point to New, and then click DWORD Value.
- Type NoPreviousVersionsPage, and then press ENTER.
- Right-click NoPreviousVersionsPage, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor.
Alternatively, you can use the Reg.exe utility to disable the Previous Versions tab. To do this, type either of the following commands at the command prompt, and then press ENTER:
REG ADD HKLMSoftwareMicrosoftWindowsCurrentVersionExplorer /v NoPreviousVersionsPage /t REG_DWORD /d 1
REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionExplorer /v NoPreviousVersionsPage /t REG_DWORD /d 1
To disable the Restore button
To disable only the Restore button on the Previous Versions tab on individual client computers, follow these steps:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click either of the following registry subkeys:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionExplorer
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer- On the Edit menu, point to New, and then click DWORD Value.
- Type NoPreviousVersionsRestore, and then press ENTER.
- Right-click NoPreviousVersionsRestore, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor.
Alternatively, you can use the Reg.exe utility to disable the Restore button. To do this, type either of the following commands at the command prompt, and then press ENTER:
REG ADD HKLMSoftwareMicrosoftWindowsCurrentVersionExplorer /v NoPreviousVersionsRestore /t REG_DWORD /d 1
REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionExplorer /v NoPreviousVersionsRestore /t REG_DWORD /d 1
Gefunden bei Microsoft