Show Cortana as taskbar icon instead of hiding

This commit is contained in:
2Shirt 2019-02-27 22:09:21 -07:00
parent 9333fb8f3e
commit 63fa4d6f80
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -83,7 +83,7 @@ SETTINGS_EXPLORER_USER = {
},
# Hide Search button / box
r'Software\Microsoft\Windows\CurrentVersion\Search': {
'DWORD Items': {'SearchboxTaskbarMode': 0},
'DWORD Items': {'SearchboxTaskbarMode': 1},
},
# Change default Explorer view to "Computer"
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced': {