March 24, 200521 yr I just woundering if we install from a cd do we realy need to have the following statements my PC when it's boot up for first time start to count down for about 25 second and then freeze up for 1 minute before it's containue counting down and reboot.any ideaREG ADD %KEY%\95 /VE /D "Restart" /fREG ADD %KEY%\95 /V 1 /D "%CDROM%\App\cleanup.cmd" /fREG ADD %KEY%\95 /VE /D "Reboot the computer to finish installation"RED ADD %KEY%\95 /V 1 /D "shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."regards
March 24, 200521 yr You're spot on there...TheREG ADD %KEY%\95 /VE /D "Restart" /fREG ADD %KEY%\95 /V 1 /D "%CDROM%\App\cleanup.cmd" /fkeys will be overwritten in RunOnceEx byREG ADD %KEY%\95 /VE /D "Reboot the computer to finish installation"RED ADD %KEY%\95 /V 1 /D "shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."Therefore the cleanup.cmd wont run anyhow.If you aren't needing to remove links files /folders then you don't need to claen anything up.If you do, even if it's just links etc. why not remove theREG ADD %KEY%\95 /VE /D "Reboot the computer to finish installation"RED ADD %KEY%\95 /V 1 /D "shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..." lines and add the shutdown to your cleanup.cmd as in the guide.
March 24, 200521 yr Author thanks guysso there are nothing to clean and no need for this REG ADD %KEY%\95 /VE /D "Restart" /fREG ADD %KEY%\95 /V 1 /D "%CDROM%\App\cleanup.cmd" /fthanks again
Create an account or sign in to comment