Forum Discussion
/postoobe not working on setup.exe
If you're starting the Setup from WinPE, that option isn't available:
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-setup-command-line-options#postoobe
See Applicability
If you're deploying an Image (vs running setup), you can slip in a SetupComplete.cmd File into the c:\Windows\Setup\Scripts folder, and the Setup Engine will run that for you. However, is you're kicking off the setup engine manually from WinPE.. you'd have to come up with something creative to trigger that file.
- Thomas_TokaSep 25, 2020Copper Contributor
Thanks for the information.
Meanwhile i fixed this with some creative scripting with powershell to make my final "installation ready, reboot" webrequest to our deployment server.Good to know that this is the preferred way inside winpe.