Launch Explorer windows in separate process

This commit is contained in:
2Shirt 2019-06-04 19:14:36 -06:00
parent 7a67e68308
commit c4ad9055d4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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},