Skip to content
Discussion options

You must be logged in to vote

The solution to the Modern search bar always being disabled was due to just one registry setting as referenced here.

The only value I needed to change was the User Account Control setting (which also disables Modern search bar).

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000

to
"EnableLUA"=dword:00000001

which enables it after a reboot.

I changed just this setting back and forth a few times and rebooted just to confirm this as the solution.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
9 replies
@chip33
Comment options

@valinet
Comment options

@chip33
Comment options

@chip33
Comment options

@chip33
Comment options

Comment options

You must be logged in to vote
2 replies
@valinet
Comment options

@chip33
Comment options

Answer selected by chip33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants