Disable Safe Mode in Windows 10 for Standard User

SSDuck 1 Reputation point
2021-11-23T06:13:43.207+00:00

I want to disable Safe Mode for a Standard User logon. I have been searching all over the place. I have seen many articles about using bcdedit. This would include recoveryenabled, displaybootmenu, advancedoptions, bootmenupolicy, bootstatuspolicy and I think one or two others. I have used, for the {identifier} current (which shows up in my bcdedit), default, globalsettings and bootmgr. They mostly said successful for each of them.
None of them work. Both the Administrator account and the Standard User account can still go to Recovery Options, choose Restart Now, Trouble Shooting, Advanced Options, Startup Options (I think that is the order). Then, restart and they can choose to reboot into Safe Mode.
These Standard Users have Parental Controls which are bypassed when in Safe Mode. So, they know how to get there.
I have 'restarted' the computer and also shut off the computer and turned it back on.
Below is the bcdedit. Any ideas on why this is not working?

Windows Boot Manager

identifier {bootmgr}
device partition=\Device\HarddiskVolume1
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {cxxxxxxxx}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
displaybootmenu No

Windows Boot Loader

identifier {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 10
locale en-US
inherit {bootloadersettings}
recoverysequence {xxxxxxxx}
displaymessageoverride Recovery
recoveryenabled No
advancedoptions No
isolatedcontext Yes
allowedinmemorysettings xxxxxxxxx
osdevice partition=C:
systemroot \WINDOWS
resumeobject {cxxxxxxx}
nx OptIn
bootmenupolicy Standard
bootstatuspolicy IgnoreAllFailures

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2021-12-15T18:36:49.39+00:00

    I believe its recovery feature of Microsoft and Microsoft has kept for troubleshooting purpose. Hence this feature is by design and can not be turned off.

    However you can make user as Normal user and not Administrator so that you will not able to perform any Administrative related tasks even in safe mode.


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.