February 17, 201016 yr 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
February 17, 201016 yr Author 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).
February 18, 201016 yr Local group policy editor (gpedit.msc)Computer Configuration\Administrative Template\System\System RestoreTurn off System Restore
February 18, 201016 yr Do you want to disable system restore completely or are you trying to toggle it on/off.
February 21, 201016 yr Author Local group policy editor (gpedit.msc)Computer Configuration\Administrative Template\System\System RestoreTurn off System Restoreyes 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 win7REGEDIT4[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 win7REGEDIT4[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