May 8, 200620 yr Hii have made my unattended winxp cd and everything works fine but i want any tip to make the windows restart after installation so after this restart the runonce will be excuted...i mean i don't want from the user to do this i want it to restart once and then this command not excuted again..any batch file or cmd for this???thanx
May 8, 200620 yr Type Shutdown /?in a DOS console window for usage. It will handle the restart for you within a cmd file.
May 8, 200620 yr Author Type Shutdown /?in a DOS console window for usage. It will handle the restart for you within a cmd file.ok now any tips on how to add this command to windows first startup and after being restarted using this patch i add a command to delete this file to stop restarting the pc again and again??
May 8, 200620 yr shutdown.exe -r -f -t 30 -c "Please hold, Windows will restart"This will start a pop-up window with a custom message and 30 second timer.Lauching this batch file from [GuiRunOnce] will not restart the computer more than once, because the answer file is only used to install the OS and to launch files ONCE after installation.
May 8, 200620 yr An easier way is to download something like poweroffIn your batch file, do something likeecho shutting down in (15?) secondssleep 15poweroff poweroffOnce you install poweroff, find poweroff.exe in %windir%\system32 and put it in %xpcd%\$oem$\$$\System32 Edited May 8, 200620 yr by T D
May 9, 200620 yr Author shutdown.exe -r -f -t 30 -c "Please hold, Windows will restart"This will start a pop-up window with a custom message and 30 second timer.Lauching this batch file from [GuiRunOnce] will not restart the computer more than once, because the answer file is only used to install the OS and to launch files ONCE after installation.it didn't work..i tried it but nothing happens..as i know runonceex is loaded at t-12 so this command is useless in this case..any other help???
May 9, 200620 yr What!? Have you created a batch file with the code I gave you and then 'called' that same file from your answer file?Don't say something is useless without being sure. I have, as well as many others, been using it for quite some time.
May 9, 200620 yr Author What!? Have you created a batch file with the code I gave you and then 'called' that same file from your answer file?Don't say something is useless without being sure. I have, as well as many others, been using it for quite some time.I am sure it didn't work with me but i will try again today from the 1st step to see if i made anything wrong.
May 10, 200620 yr GuiRunOnce :ECHO.ECHO Restarting the PC in 1 minute...shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute"Runonce :cmdow @ /HIDshutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."
May 10, 200620 yr Author it works fine now it was my fault soru gouki for calling your method useless..iam sorry..
May 10, 200620 yr No problem buddy. I'm just happy it worked for you.If you need anything else, just ask.
July 17, 200620 yr You could also enable AutoAdminLogon. It will reboot the computer when the OS is finished installing, logon, launch RunOnceEx then you can reboot after your applications are installed and Windows will come up ready for the user to login to and start using.If you get stuck, send me a PM and I'll try and help out. If you've already fixed the problem. Congrats, and no need to bother with the above. Just another way to do it.
Create an account or sign in to comment