Wiki Home TROUBLESHOOTS 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.
- Enable super client one of the clients.
- 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
- Copy the batch file to the client and run it as administrator.
- After the commands have successfully completed, turn off the client.
- Disable the super client and boot your client.
- Try to enter safe mode using the "F8" key, it will not enter safe mode and boot normally.