attrib +r +h C:\K51IO.BIN
attrib +r +h C:\K70IO.BIN

if not exist c:\sysprep\patch\fixwall.reg goto next1
start /w regedit /s c:\sysprep\patch\fixwall.reg
:next1
echo Finish >> c:\Finish.log
if not exist c:\fac.txt goto next2
attrib -r c:\fac.txt
del c:\fac.txt
c:\sysprep\patch\devcon.exe status * > c:\devlist.txt
start /w c:\sysprep\patch\settimez.exe
if not exist c:\sysprep\FAC\pqideploy.exe goto next2
start /w c:\sysprep\FAC\pqideploy.exe /cmd=c:\sysprep\FAC\1script4.txt /nrb
start /w c:\sysprep\sysprep.exe -reseal -quiet -reboot
goto end1
:next2
start /w c:\sysprep\patch\cdr.exe open all
start /w c:\sysprep\sysprep.exe -reseal -quiet
:end1
