need to restart the windows after installed Auto restart
#1
Posted 08 May 2006 - 05:40 AM
i 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
#2
Posted 08 May 2006 - 06:10 AM
Shutdown /?
in a DOS console window for usage. It will handle the restart for you within a cmd file.
#3
Posted 08 May 2006 - 06:19 AM
MHz, on May 8 2006, 03:10 PM, said:
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??
#4
Posted 08 May 2006 - 07:21 AM
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.
#5
Posted 08 May 2006 - 07:57 AM
#6
Posted 08 May 2006 - 12:03 PM
In your batch file, do something like
Quote
sleep 15
poweroff poweroff
Once you install poweroff, find poweroff.exe in %windir%\system32 and put it in %xpcd%\$oem$\$$\System32
This post has been edited by T D: 08 May 2006 - 12:03 PM
#7
Posted 09 May 2006 - 01:20 AM
Gouki, on May 8 2006, 03:21 PM, said:
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???
#8
Posted 09 May 2006 - 06:18 AM
Don't say something is useless without being sure. I have, as well as many others, been using it for quite some time.
#9
Posted 09 May 2006 - 06:47 AM
Gouki, on May 9 2006, 02:18 PM, said:
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.
#10
Posted 09 May 2006 - 05:19 PM
- Exp
#11
Posted 10 May 2006 - 01:14 AM
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 @ /HID shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."
#12
Posted 10 May 2006 - 02:32 AM
#13
Posted 10 May 2006 - 07:02 AM
If you need anything else, just ask.
#14
Posted 17 July 2006 - 07:53 AM
#15
Posted 17 July 2006 - 08:43 AM
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.
- ← wk3 unattend install help
- Unattended Windows 2000/XP/2003
- setting PEAP for lan connection using vbs/cmd →



Help
Back to top









