Hello everyone,
i'm trying to do an unattended installation of windows xp. Since I'm installing the system via VirtualBox, I wanted to know if you could specify in the answer file the automatic shutdown of the system after installation is complete.
I am sure of your help, thanks in advance...
peppecal
Page 1 of 1
Turn the system off automatically after installing windows
#2
Posted 11 June 2012 - 08:35 AM
You can do it with an answer file that has a GuiRunOnce command and then a batch file in the $OEM$ folders.
Use something like this for GuiRunOnce...
and in shutdown.bat have....
I would think that perhaps just adding shutdown -s to the GuiRunOnce might do the trick but I forget if the desktop is fully loaded at that point.
Let me know if you need a more detailed response.
Use something like this for GuiRunOnce...
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Runonce /v Shutdown /d %SystemDrive%\shutdown.bat
and in shutdown.bat have....
ping -n 15 127.0.0.1 >NUL shutdown -s
I would think that perhaps just adding shutdown -s to the GuiRunOnce might do the trick but I forget if the desktop is fully loaded at that point.
Let me know if you need a more detailed response.
This post has been edited by -X-: 11 June 2012 - 08:38 AM
#3
Posted 11 June 2012 - 11:25 AM
Thanks a lot for your answer...Now, I try and, tomorrow, let you know...
- ← Manually install Microsoft Update Activex
- Unattended Windows 2000/XP/2003
- How to guides on deploying Windows XP WIM Images →
Share this topic:
Page 1 of 1



Help
Back to top








