How to shutdown computer at "Set Up Windows" after fresh factory re-install
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow
--
Chapters
00:00 How To Shutdown Computer At &Quot;Set Up Windows&Quot; After Fresh Factory Re-Install
00:42 Accepted Answer Score 25
01:22 Thank you
--
Full question
https://superuser.com/questions/1112010/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #factorydefaults
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow
--
Chapters
00:00 How To Shutdown Computer At &Quot;Set Up Windows&Quot; After Fresh Factory Re-Install
00:42 Accepted Answer Score 25
01:22 Thank you
--
Full question
https://superuser.com/questions/1112010/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #factorydefaults
#avk47
ACCEPTED ANSWER
Score 25
This should be the same steps for any laptop where the "Set Up Windows" wizard is displayed:
- At the "Set Up Windows" wizard screen press Shift + F10
- When the Command Prompt window opens type
shutdown /s /t 1
and press Return - After approximately 10-20 seconds the laptop will shutdown
- Done!
Note: I have tested this and the next reboot I am greeted with the "Set Up Windows" screen.
Edit: added /t 1
to command line to force time to shutdown from Windows default ~20 seconds to 1 second, thank to Miles Wolbe.