Jump to content

Recommended Posts

Posted

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


Posted (edited)

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...

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.

Edited by -X-

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...