parent
df85d3049e
commit
72640686da
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ REG_WINDOWS_EXPLORER = {
|
|||
r'Software\Microsoft\Windows\CurrentVersion\SearchSettings': (
|
||||
('IsDynamicSearchBoxEnabled', 0, 'DWORD'),
|
||||
),
|
||||
# Disable "Let's make Windows even better" screens
|
||||
r'Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement': (
|
||||
('ScoobeSystemSettingEnabled', 0, 'DWORD'),
|
||||
),
|
||||
},
|
||||
}
|
||||
REG_OPEN_SHELL_SETTINGS = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue