Wiki Home Windows boot issues Disable safe mode for client pc

Disable safe mode for client pc

When the client PC is booted into safe mode it will bypass many of the billing programs which is not good for business. So, learn how to disable safe mode.

  1. Enable super client one of the clients.

  1. Create a batch file with the following commands.

bcdedit /set {bootmgr} displaybootmenu no

bcdedit /set {current} bootems off

bcdedit /set {current} advancedoptions off

bcdedit /set {current} optionsedit off

bcdedit /set {current} bootstatuspolicy IgnoreAllFailures

bcdedit /set {current} recoveryenabled off

  1. Copy the batch file to the client and run it as administrator.

  1. After the commands have successfully completed, turn off the client.

  1. Disable the super client and boot your client.

  1. Try to enter safe mode using the "F8" key, it will not enter safe mode and boot normally.