alex_x Posted February 17, 2010 Posted February 17, 2010 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
MrJinje Posted February 17, 2010 Posted February 17, 2010 (edited) Did you already try this ? Edited February 17, 2010 by MrJinje
alex_x Posted February 17, 2010 Author Posted February 17, 2010 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).
DigeratiPrime Posted February 18, 2010 Posted February 18, 2010 Local group policy editor (gpedit.msc)Computer Configuration\Administrative Template\System\System RestoreTurn off System Restore
MrJinje Posted February 18, 2010 Posted February 18, 2010 Do you want to disable system restore completely or are you trying to toggle it on/off.
alex_x Posted February 21, 2010 Author Posted February 21, 2010 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
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