Launch Explorer windows in separate process
This commit is contained in:
parent
7a67e68308
commit
c4ad9055d4
1 changed files with 7 additions and 0 deletions
|
|
@ -125,6 +125,13 @@ SETTINGS_EXPLORER_USER = {
|
|||
'LaunchTo': 1,
|
||||
},
|
||||
},
|
||||
r'SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced': {
|
||||
# Dup path so it Will be applied to all modes
|
||||
'DWORD Items': {
|
||||
# Launch Folder Windows in a Separate Process
|
||||
'SeparateProcess': 1,
|
||||
},
|
||||
},
|
||||
# Hide People bar
|
||||
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {
|
||||
'DWORD Items': {'PeopleBand': 0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue