Jump to content

how to stop system restore in win7


Recommended Posts

Posted

how to stop system restore in win7 trough the services or registry with a command, in win XP was easy with stopping the service /net stop "system restore service"/ , i am looking for something like that. so if someone knows pls let me know


Posted

Did you already try this ?

the link that u gave to me - with ther the register that i made the option for "configuration" of starting and stopping to system restore disapears (gray-white) and i can't push the button, it stays the way it was (started/stopped), during this time it was or stopped or strted,during this time u can make restore points and u can go backwards (to restore ur points).

Posted

Local group policy editor (gpedit.msc)

Computer Configuration\Administrative Template\System\System Restore

Turn off System Restore

yes this "Local group policy editor" helped mi a lot, now i can stop and start with .bat file trough the register with one click,

here is the register

---------------enable system restore win7

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{0E62E162-BDED-4E74-88F1-EE99FD717DEB}Machine\Software\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000000

[HKEY_USERS\S-1-5-21-3491138254-357784064-472946959-1000\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{0E62E162-BDED-4E74-88F1-EE99FD717DEB}Machine\Software\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000000

--------------disable system restore win7

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{0E62E162-BDED-4E74-88F1-EE99FD717DEB}Machine\Software\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000001

[HKEY_USERS\S-1-5-21-3491138254-357784064-472946959-1000\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{0E62E162-BDED-4E74-88F1-EE99FD717DEB}Machine\Software\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000001

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...