How to Turn Off System Protection by registry (regedit)

vulpios

New member
Local time
1:12 PM
Messages
13
Is there any way to disable System Protection (My computer->Properties->System protection->[choose hard disk drive or partition]->Configure->check dot TURN OFF SYSTEM PROTECTION ) using regedit tool?

I need this by the registry to I can put in automated process because we made about 4000 machines per day.

Thanks in advance.
 

My Computer My Computer

At a glance

Windows 7Core 2 Duo T73002 GbIntegrated
Computer Manufacturer/Model Number
Semp Toshiba
OS
Windows 7
CPU
Core 2 Duo T7300
Motherboard
Notebook motherboard
Memory
2 Gb
Graphics Card(s)
Integrated
Solution Yet?

This question has been open for just over a year, did you ever find an answer to your issue? I'm looking to push out a group policy that will disable system restore but that itself does not turn off file protection for a drive. If it is enabled already, group policy will disable the ability to make changes to system protection but it does not disable it. Let me know if you found a registry setting to turn off the settings.

Thanks!

-Ken-
 

My Computer My Computer

At a glance

Win7 Enterprise x64, Win7 Ultimate 32bit
OS
Win7 Enterprise x64, Win7 Ultimate 32bit
I'm also working on a solution. I will post one if I find it...
 

My Computer My Computer

At a glance

Windows 7 Ultimate x32
OS
Windows 7 Ultimate x32
::When you manually disable system restore through GUI this key is set to 0
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v RPSessionInterval /t REG_DWORD /d 0 /f
::To delete information about systems volumes
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SPP\Clients" /f
::To re-create a clean key with no volume info.
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SPP\Clients" /f
 

My Computer My Computer

At a glance

Windows t
OS
Windows t
Back
Top