Show Cortana as taskbar icon instead of hiding
This commit is contained in:
parent
9333fb8f3e
commit
63fa4d6f80
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ SETTINGS_EXPLORER_USER = {
|
||||||
},
|
},
|
||||||
# Hide Search button / box
|
# Hide Search button / box
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Search': {
|
r'Software\Microsoft\Windows\CurrentVersion\Search': {
|
||||||
'DWORD Items': {'SearchboxTaskbarMode': 0},
|
'DWORD Items': {'SearchboxTaskbarMode': 1},
|
||||||
},
|
},
|
||||||
# Change default Explorer view to "Computer"
|
# Change default Explorer view to "Computer"
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced': {
|
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue