ste78564 Posted May 1, 2009 Posted May 1, 2009 (edited) Hi, I am using a test PC with WinXP SP3 new install with only OS and drivers installed yet the System restore tab is missing when i right click on my computer and click on properties. Also i cannot install microsoft updates. It will let me download the updates but fails on everyone when trying to install them. I have searched for advice and changed registry values and tried other things people have advised (checked that the system restore service has started) but still when i log in as an administrator and try open system restore (from start>programs>accessories>system tools> system restore) i get "you do not have sufficient security privileges to restore your system" this happens both logged onto the network and also when i log on locally as an administrator. I have reinstalled windows, reimaged the pc with an image i know system restore and updates works on. Any Help would be apprieciated Thanks Edited May 1, 2009 by ste78564
AyatollahPies Posted May 1, 2009 Posted May 1, 2009 Hopefully the following should help you. Copy the following text and save it as a .reg file. Backup your registry. Doublce-click on this and you should then find the system restore option available. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore] "DisableConfig"=dword:00000000 "DisableSR"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr] "Type"=dword:00000002 "Start"=dword:00000000 "ErrorControl"=dword:00000001 "Tag"=dword:00000004 "ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,73,00,72,00,2e,00,73,00,79,00,73,\ 00,00,00 "DisplayName"="System Restore Filter Driver" "Group"="FSFilter System Recovery" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Parameters] "FirstRun"=dword:00000000 "DontBackup"=dword:00000000 "MachineGuid"="{EAAFAEEC-4AFE-42BE-83D9-C12FDD4942A6}" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Security] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\ 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\ 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\ 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\ 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\ 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\ 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Enum] "0"="Root\\LEGACY_SR\\0000" "Count"=dword:00000001 "NextInstance"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore] "DisableSR"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore] "DisableConfig"=dword:00000000 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore] [-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]
AyatollahPies Posted May 1, 2009 Posted May 1, 2009 As for windows updates, try this. Copy the text below and save as a .bat file. net stop wuauserv net stop BITS Ren c:\windows\SoftwareDistribution SoftwareDistribution.old regsvr32 %windir%\system32\wups2.dll -s net start wuauserv net start BITS These fixes have worked wonders for me before, but I don't offer any warrenty, so make sure you;ve backed up your data first.
ste78564 Posted May 1, 2009 Author Posted May 1, 2009 Hi Thanks for the help i have copied and run the registry files you gave me but still i have no System Restore tab and still cannot open the system restore application still getting "you do not have sufficient security privileges to restore your system" I have just installed XP and SP2 and System Restore works fine until i add it to the network then when it restarts and i log on either as local admin or an admin on the network the System Restore doesnt work or the the updates.
fartypants Posted September 28, 2009 Posted September 28, 2009 Hi Ste78564 System Restore can be controlled via Group Policy editor in the addtional Administrative Tools for system administrators. If not already installed, You may need to extract AdminPak.MSI from SP2 or SP3 or aternatively, get it from the i386 folder on a Windows Server 2003 setup disk. Install AdminPak.MSI (Double Click) and a whole lot more items are added to your Administrative Tools. The one you want does not have an Icon so, In the run box type:- "GPEdit.MSC" Navigate to:- Local Computer Policy Computer Configuration Administrative Templates System System Restore There you will find the keys Turn off Sytem Restore Turn off Configuration Both should read "Not configured" in an untouched system.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now