"Manufacturing mode" in this context refers to Windows running in Audit mode or, for Windows in S mode, having the ManufacturingMode registry key enabled so factory tools and unsigned code can run. To return the computer to normal user mode, manufacturing mode must be disabled and the system prepared for Out-of-box Experience (OOBE).
For a Windows device that is stuck in a special startup mode (like Safe Mode) rather than normal mode, the boot configuration must also be reset.
Use the path that matches the situation.
- If this is a Windows in S mode factory/manufacturing device
- Boot the PC into Audit mode (this is typically how the device is when manufacturing mode is active).
- Open Command Prompt.
- Remove the manufacturing registry key:
reg delete HKLM\system\ControlSet001\Control\CI\Policy /v ManufacturingMode - Optionally confirm removal in Registry Editor by checking:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CI\Policyand verifying there is noManufacturingModevalue. - When all factory customizations are complete, run Sysprep with OOBE so the machine boots like a normal end‑user system:
sysprep /oobe - Shut down the PC and then restart; it will boot into the standard Windows out‑of‑box experience and then normal mode.
If a recovery package is created for this device, ensure the ManufacturingMode registry key is excluded so it does not re‑enter manufacturing mode when reset.
- If the PC keeps booting into Safe Mode instead of normal Windows
If the system is repeatedly starting in Safe Mode, clear the Safe Boot option:
Using System Configuration (msconfig):
- Press Windows key + R.
- Type
msconfigand select OK. - Go to the Boot tab.
- Under Boot options, clear the Safe boot checkbox.
- Apply and restart; Windows should now boot in normal mode.
Or using BCDEdit (for Vista and later):
- Open an elevated Command Prompt (Run as administrator).
- Run:
bcdedit /deletevalue {default} safeboot - Restart the PC; it should now boot normally.
References: