chiners_68 Posted June 10, 2008 Posted June 10, 2008 Can you turn off system restore from the answer file..? if not whats the reg keys to turn it off..?
chiners_68 Posted June 10, 2008 Author Posted June 10, 2008 (edited) I try to stear away from using nlite.ive got the reg key now so Ive sorted it.the reg key is [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]"DisableSR"=dword:000000011 to disable 0 to enable.ive got that key running at T-12 mins from cmdlines.txt Edited June 10, 2008 by chiners_68
tech_boy Posted July 15, 2008 Posted July 15, 2008 Hiya,Sorry if this is a silly question!You said you've got the reg key to turn of sys restore at the T-12 stage, what do you have to put into cmdlines.txt to do this?Cheers -Jon
uid0 Posted July 15, 2008 Posted July 15, 2008 I use:cmdlines.txt[COMMANDS]"RunOnceEx.cmd""import_reg.cmd""cmdlines.cmd"import_reg.cmd@echo offcd /d %windir%for %%a in (__*.reg) do regedit /s %%aexit(assuming you put all your reg files in $$ and name them __*.reg)For better examples see http://unattended.msfn.org/unattended.xp/view/web/17/
Zarts Posted July 17, 2008 Posted July 17, 2008 Can you turn off system restore from the answer file..? if not whats the reg keys to turn it off..?Add this to your sif/unattended file[systemRestore]DisableSR=1CreateFirstRunRp=0
tech_boy Posted July 17, 2008 Posted July 17, 2008 genius!!!thanks a lot all... i've gone down the route of using the sif file to turn it off!!Thanks again! -Jon
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now