Avast WEBforum

Other => General Topics => Topic started by: Macintosh on July 20, 2008, 04:47:41 PM

Title: Cannot enable system restore
Post by: Macintosh on July 20, 2008, 04:47:41 PM
Something has disabled my system restore and now whenever I try to enable system restore I get the error message system restore encountered a error when trying to enable system restore on one or more drives please restart your machine and try again I have disabled avast to play a game is my computer infected Please Help :(
Title: Re: Cannot enable system restore
Post by: DavidR on July 20, 2008, 07:02:11 PM
Check out this link, http://www.kellys-korner-xp.com/xp_tweaks.htm, item number 278.
Title: Re: Cannot enable system restore
Post by: micky77 on July 20, 2008, 07:25:05 PM
Might be something to do with the trojans you recently removed.
http://support.microsoft.com/kb/302796/ (http://support.microsoft.com/kb/302796/)
Title: Re: Cannot enable system restore
Post by: DavidR on July 20, 2008, 07:39:46 PM
That is likely, the Kellys-Korner tweak si a fix to enable it.
Title: Re: Cannot enable system restore
Post by: Macintosh on July 21, 2008, 09:27:24 AM
When I clicked on the link to kelly's Korner and click on 278 I see some text on a white page I can't download it :)
Title: Re: Cannot enable system restore
Post by: TedNelly on July 21, 2008, 10:12:11 AM
Right click on the link and select default name (sysrestoreenable.reg) or name the prefix sysrestoreenable to whatever you want and Save Link As suggest you use the default save name.  There are  2 reg files available. Locate the saved .reg files Double click on .reg files to use.

sysrestoreenable.reg= Enable

disablesystemrestore.reg = Undo

Title: Re: Cannot enable system restore
Post by: Macintosh on July 21, 2008, 12:19:13 PM
When I clicked on the link to kelly's korner from DavidR's reply I am getting the error message content encoding error because firfox thinks it uses a invalid or unsupported form of compression :)
Title: Re: Cannot enable system restore
Post by: DavidR on July 21, 2008, 02:52:08 PM
By 'Left' clicking it you are asking it to load and that will fail as you are effectively trying to run a registry merge that can only be run from your system.

Follow tednelly's instructions (right click), hover your mouse pointer over the links and look at the status bar at the bottom of the browser window it will show the file name. There are two links on that line, you want the one on the left not the Undo one.
Title: Re: Cannot enable system restore
Post by: Macintosh on July 22, 2008, 12:50:14 PM
I cannot visit kelly's korner I am getting the following error message
Content Encoding Error

     

     
     
     

     
       
       

         

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

       


       
       

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    * Please contact the website owners to inform them of this problem.



       
       
     


     
     
Title: Re: Cannot enable system restore
Post by: Lisandro on July 22, 2008, 01:54:03 PM
Save this into a .reg file and import it (double click it):

Code: [Select]
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]
Title: Re: Cannot enable system restore
Post by: DavidR on July 22, 2008, 02:18:09 PM
I cannot visit kelly's korner I am getting the following error message
Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    * Please contact the website owners to inform them of this problem.   

What version of FF are you using as I don't get a problem in visiting kellys-korner ?

What is strange to me is that you have previously been able to get into kellys-korner ???
Quote from: Mackintosh
When I clicked on the link to kelly's Korner and click on 278 I see some text on a white page I can't download it
Title: Re: Cannot enable system restore
Post by: Macintosh on July 22, 2008, 02:30:46 PM
I am using firefox 3.0.1 yes I was able to visit the site before but not now I am able to visit other sites could my computer infected with spyware :)
Title: Re: Cannot enable system restore
Post by: DavidR on July 22, 2008, 02:46:38 PM
That is always a possibility as you were before, the consequence the disabling of system restore probably.

However, that error from firefox doesn't conform from the usual way of blocking security based sited using the HOSTS file.

HOSTS file redirect - 127.0.0.1 check your HOSTS file using notepad or a text editor of your choice, C:\WINDOWS\system32\drivers\etc\hosts or do a search for HOSTS to find it if not there. http://en.wikipedia.org/wiki/Hosts_file (http://en.wikipedia.org/wiki/Hosts_file)

Have you not tried creating the .reg file as suggested by Tech ?

If you haven't already got this software (freeware), download, install, update and run it, preferably in safe mode and report the findings (it should product a log file).
1. SUPERantispyware (http://www.superantispyware.com) On-Demand only in free version. Or Spyware Terminator (http://www.spywareterminator.com/) Resident scanner (if you use this don't install the toolbar or crawler or the anti-virus module).  I suggest trying then in order as the order that represents the better detection and clean-up. Some elements of the programs might not work if you have an older OS like win9x or winME, this is namely the resident protection in SpywareTerminator.
Title: Re: Cannot enable system restore
Post by: Lisandro on July 22, 2008, 04:12:18 PM
could my computer infected with spyware :)
I suggest:

1. Disable System Restore and reenable it after step 3.
2. Clean your temporary files.
3. Schedule a boot time scanning with avast with archive scanning turned on. If avast does not detect it, you can try DrWeb CureIT! (http://www.freedrweb.com/cureit/) instead.
4. Use SUPERantispyware (http://www.superantispyware.com), MBAM (http://malwarebytes.org/mbam.php) or Spyware Terminator (http://www.spywareterminator.com/) to scan for spywares and trojans. If any infection is detected, better and safer is send the file to Quarantine than to simple delete than.
5. Test your machine with anti-rootkit applications (http://www.antirootkit.com/software/index.htm). I suggest avast! antirootkit (http://files.avast.com/files/beta/aswar.exe) or Trend Micro RootkitBuster (http://www.trendmicro.com/download/rbuster.asp).
6. Make a HijackThis (http://www.bleepingcomputer.com/files/hijackthis.php) log to post here or, better, submit the RunScanner (http://www.runscanner.net/) log to to on-line analysis.
7. Immunize your system with SpywareBlaster (http://www.javacoolsoftware.com/spywareblaster.html) or Windows Advanced Care (http://www.iobit.com/AdvancedWindowsCarePersonal/index.html).
8. Check if you have insecure applications with Secunia Software Inspector (http://secunia.com/software_inspector/).
Title: Re: Cannot enable system restore
Post by: Macintosh on July 23, 2008, 04:28:24 AM
After adding the information to the registry System restore has been enabled
Thank you everyone for helping :)
Title: Re: Cannot enable system restore
Post by: DavidR on July 23, 2008, 02:48:31 PM
You're welcome.
Title: Re: Cannot enable system restore
Post by: Lisandro on July 23, 2008, 03:38:55 PM
Thank you everyone for helping :)
You're welcome. Don't forget the other steps to be sure your computer is clean ;)
Title: Re: Cannot enable system restore
Post by: Macintosh on July 23, 2008, 06:54:51 PM
My problem is still not solved when I click on system restore from system tools I get the error message system restore is not able to protect your computer please restart your computer and then run system restore again but when I click on my computer>Properties it still shows system restore is monitoring all drives :o Is there a way of solving this problem I am thinking of formatting my computer  :)
Title: Re: Cannot enable system restore
Post by: DavidR on July 23, 2008, 07:28:10 PM
If you haven't rebooted after enabling system restore then it isn't available despite the monitoring status.

You may also have to create a clean restore point, assuming your system is clean.

Create Clean Restore Point - Clear old Restore Points.

Now you are clear of infection create a clean System Restore point:
1. Click Start, All Programs, Accessories, System tools, System Restore.
2. In the pop-up that appears fill in the radio button to Create a Restore Point
3. Click NEXT
4. Enter a useful name that you will remember if you need to find this again (Clean Restore Point)
5. Click CREATE

You now have a clean restore point, you should clear the old ones:
1. Click Start, All Programs, Accessories, System tools, Disk Clean Up
2. Click OK on the C: drive
3. Click the More Options tab
4. In the System Restore section click the Clean Up button
Title: Re: Cannot enable system restore
Post by: Macintosh on July 24, 2008, 05:34:04 AM
when I click on start>programs>accesories>system tools>system restore then I get the error message system restore is not able to protect your computer please restart your computer and run sytem restore again :o and when I try to disable system restore I get the error message system restore has encountered a error when disabling system restore on one or more drives ???
Title: Re: Cannot enable system restore
Post by: Macintosh on July 24, 2008, 01:58:49 PM
Today I searched in google and found the solution to my problem
I found the solution to my problem here
http://www.annoyances.org/exec/forum/winxp/t1041999581 (http://www.annoyances.org/exec/forum/winxp/t1041999581)
Anyone who has my problem try this :)
I tried all the methods they suggested and something worked or I was just lucky :)
Title: Re: Cannot enable system restore
Post by: DavidR on July 24, 2008, 02:18:49 PM
Computers are fickle things ;D

Thanks for the feedback - Glad that it is working now.