http://support.microsoft.com/kb/283073
잠금 할 경우 켜지는 경우 잠금 해제 다시 하고 켜야 하네요 ㅠㅠ..
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
"DisableConfig"=dword:00000001
"DisableSR"=dword:00000001
echo [시스템 복원 버튼 잠금]
echo [SystemRestore disabled windows]
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v DisableConfig /t REG_DWORD /d 1
echo [SystemRestore disabled windows]
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v DisableSR /t REG_DWORD /d 1
echo [시스템 버튼 잠금 해제]
echo [SystemRestore disabled windows]
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v DisableConfig
echo [SystemRestore disabled windows]
reg delete
"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore"
/v DisableSR