OK, you guys helped me with a Virus problem, maybe you can help with this one also!
When I select System Restore in System Properties, and deselect the option to "Turn Off System Restore on all drives", then select Apply, I get a popup window titled "System Restore", with the message: "System Restore encountered an error trying to enable/disable one or more drives. Please restart your machine and try again."
Restarting doesn't help.
#1
Posted 25 November 2008 - 09:48 PM
#2
Posted 25 November 2008 - 10:15 PM
Please go to start and click on Run and type services.msc once the services management console comes up look for a service called System Restore Service, and make sure it is set to Automatic under startup type and that it's status says Started. If it does not, right click it and click properties and use the drop down to select Automatic startup type and click the button that says start. If this doesn't help, let me know and I'll see what we can figure out.
#3
Posted 26 November 2008 - 10:43 AM
It was not started, and was on Automatic.
When I selected Start, I got a popup error with: "The System Restore Service on local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
When I selected Start, I got a popup error with: "The System Restore Service on local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
#4
Posted 26 November 2008 - 12:36 PM
Alright, let's try this then, please copy the following text into notepad and save the file as restorefix.bat. When saving it, be sure to use the drop down that says Save as type, and select All files. Once it's saved double click it, it should reenable the system restore service.
@echo off
setlocal
set key=HKLM\Software\Policies\Microsoft\Windows NT\SystemRestore
set disableconfig=DisableConfig
set disablesr=DisableSR
:Enable
swreg add %key% /v %disableconfig% /t REG_DWORD /d 0 > NUL
swreg add %key% /v %disablesr% /t REG_DWORD /d 0 > NUL
:eof
@echo off
setlocal
set key=HKLM\Software\Policies\Microsoft\Windows NT\SystemRestore
set disableconfig=DisableConfig
set disablesr=DisableSR
:Enable
swreg add %key% /v %disableconfig% /t REG_DWORD /d 0 > NUL
swreg add %key% /v %disablesr% /t REG_DWORD /d 0 > NUL
:eof
#5
Posted 26 November 2008 - 04:12 PM
Ran the bat file, nothing changed.
Rebooted, still no change.
When I selected Start, I got the popup error with: "The System Restore Service on local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
Rebooted, still no change.
When I selected Start, I got the popup error with: "The System Restore Service on local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
#6
Posted 26 November 2008 - 04:29 PM
OK, time to go a little deeper. Try this one, do the same as the last fix except save it as a .reg file instead of .bat. Reboot when you're done and see if it worked. If not, let me know and I'll continue to help you figure it out.
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]
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]
#7
Posted 26 November 2008 - 05:03 PM
That seemed to work!
When I did a start, Run, services.msc, it was still not started, when I selected Start I got the same error message as before.
Then I tried System Restore from Start-All Programs-Accesories-System Tools-System Restore, I was able to Start it OK! It all seems to be working, I will try creating a Restore Point and later Restoring to it to confirm.
Thanks, you guys are batting a thousand!
When I did a start, Run, services.msc, it was still not started, when I selected Start I got the same error message as before.
Then I tried System Restore from Start-All Programs-Accesories-System Tools-System Restore, I was able to Start it OK! It all seems to be working, I will try creating a Restore Point and later Restoring to it to confirm.
Thanks, you guys are batting a thousand!
#8
Posted 26 November 2008 - 06:19 PM
OK, I created a Restore Point, and restored it. Seems to be working now.
Thanks Again
Thanks Again
#9
Posted 26 November 2008 - 06:46 PM
Excellent, I'm glad to be of service. Good luck and safe surfing.
#10
Posted 07 December 2008 - 10:18 PM
exile360, on Nov 26 2008, 06:46 PM, said:
Excellent, I'm glad to be of service. Good luck and safe surfing.
Best wishes
tholland
#11
Posted 08 December 2008 - 01:38 AM
Greetings and welcome. I'll do my best to help you out, please download dial-a-fix from here: http://djlizard.net.nyud.net:8080/software...-v0.60.0.24.zip Please save it to your desktop and unzip it to a folder there. Run Dial-a-fix.exe and click on the Policies button on the bottom. When the window pops up showing restrictive policies, please click on the Remove button on the bottom left. If any restrictive policies were present and fixed, please reboot your computer and try running system restore again. Please let me know if that fixed it.
#12
Posted 08 December 2008 - 07:54 PM
Thanks exile360 for your time and trouble. I've run the download, which has produced the message @out of 142 detected policies (1704 queries), no restrictive policies were found"; when I unchecked the hide disabled policies box I got a list of six.
The only change I have made to my system is to set up a new log-in account.
Best wishes
tholland
The only change I have made to my system is to set up a new log-in account.
Best wishes
tholland
#13
Posted 09 December 2008 - 12:41 AM
Alright, go to start and click on Run, now in the run box type this exactly as written (you can copy and paste it if you like):
rundll32.exe advpack.dll,LaunchINFSection %Windir%\Inf\sr.inf
then press enter, this will reinstall system restore. When it finishes please make note of any error messages if there are any and then reboot and try to turn system restore on once more. Please let me know how it goes.
rundll32.exe advpack.dll,LaunchINFSection %Windir%\Inf\sr.inf
then press enter, this will reinstall system restore. When it finishes please make note of any error messages if there are any and then reboot and try to turn system restore on once more. Please let me know how it goes.
#14
Posted 09 December 2008 - 08:04 PM
exile360, on Dec 9 2008, 12:41 AM, said:
Alright, go to start and click on Run, now in the run box type this exactly as written (you can copy and paste it if you like):
rundll32.exe advpack.dll,LaunchINFSection %Windir%\Inf\sr.inf
then press enter, this will reinstall system restore. When it finishes please make note of any error messages if there are any and then reboot and try to turn system restore on once more. Please let me know how it goes.
rundll32.exe advpack.dll,LaunchINFSection %Windir%\Inf\sr.inf
then press enter, this will reinstall system restore. When it finishes please make note of any error messages if there are any and then reboot and try to turn system restore on once more. Please let me know how it goes.
I got a couple of error messages when I rebooted: "rundll32.exe - this application failed to start because framedyn.dll was not found. Reinstalling the application may fix this problem." and "error loading srclient.dll; the specified module could not be found."
Any further help would be much appreciated.
Best wishes
tholland
#15
Posted 10 December 2008 - 01:42 AM
Yeah, the command I gave you was to reinstall the System Restore service. It sounds like you may have some system files that got corrupted. Please open a command window by going to Start and clicking on Run, type cmd and press enter.
This will bring up a dos window, then please type the following in the dos window:
sfc /scannow
then press enter. Let me know how it goes.
This will bring up a dos window, then please type the following in the dos window:
sfc /scannow
then press enter. Let me know how it goes.
#16
Posted 10 December 2008 - 10:20 PM
exile360, on Dec 10 2008, 01:42 AM, said:
Yeah, the command I gave you was to reinstall the System Restore service. It sounds like you may have some system files that got corrupted. Please open a command window by going to Start and clicking on Run, type cmd and press enter.
This will bring up a dos window, then please type the following in the dos window:
sfc /scannow
then press enter. Let me know how it goes.
This will bring up a dos window, then please type the following in the dos window:
sfc /scannow
then press enter. Let me know how it goes.
I ran the scan and got this Windows File Protection message: "Files that are required for windows to run properly must be copied to the DLL cache.
Insert your Windows XP Home Edition CD ROM now"
Sadly, I do not have a WIndows XP Home Edition CD ROM; my machine came pre-installed.
Is there anything else that can be done?
Best wishes
tholland
#17
Posted 11 December 2008 - 01:24 AM
No worries, we're not out of options yet. Look at your C drive and see if there is a folder there called i386, if so then please have a look at this how-to article on getting SFC to look in the right place instead of looking for your cd: http://www.malwareby...?showtopic=4571
#18
Posted 13 December 2008 - 08:52 PM
exile360, on Dec 11 2008, 01:24 AM, said:
No worries, we're not out of options yet. Look at your C drive and see if there is a folder there called i386, if so then please have a look at this how-to article on getting SFC to look in the right place instead of looking for your cd: http://www.malwareby...?showtopic=4571
Best wishes
tholland
PS The good news is; system restore now works - thanks for that.
#19
Posted 14 December 2008 - 01:56 AM
Hello again tholland. I'm glad System Restore is working for you again. I believe your other issues may be related to the wbem folder. Please have a look at this article from Microsoft: http://support.micro...om/?kbid=319114 Post back here and let me know how it goes, thanks.
#20
Posted 15 December 2008 - 07:44 PM
exile360, on Dec 14 2008, 01:56 AM, said:
Hello again tholland. I'm glad System Restore is working for you again. I believe your other issues may be related to the wbem folder. Please have a look at this article from Microsoft: http://support.micro...om/?kbid=319114 Post back here and let me know how it goes, thanks.
Best wishes
tholland
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
Sign In
Create Account

Back to top










