Forum Discussion
Mayaui
Aug 31, 2026Brass Contributor
How can I skip or bypass oobe in windows 10?
I'm setting up a new Windows 10 install and would like to skip through the initial setup screens instead of manually clicking through region, network, account creation, and privacy settings every tim...
Atllas
Aug 31, 2026Tin Contributor
The /showoobe parameter is a legitimate, built-in Windows Setup command-line option that can be used to how to bypass Windows 10 OOBE. It works very differently from the Shift + F10 methods you might have tried.
The /showoobe parameter is used with setup.exe during a Windows upgrade or installation, not during the OOBE screen itself. It tells the installer how to handle the initial setup experience after Windows is installed.
Here are its two possible values:
- /showoobe full — Requires the user to interactively complete the full OOBE setup after installation.
- /showoobe none — Skips OOBE entirely and applies default settings automatically.
An example command to how to bypass Windows 10 OOBE during an upgrade would be:
text
setup .exe /auto upgrade /showoobe none
This would perform a silent upgrade and skip all OOBE screens, which is very different from the typical goal of creating a local account.