diff --git a/scripts/wk/cfg/setup.py b/scripts/wk/cfg/setup.py index 5e475912..a04d7d9a 100644 --- a/scripts/wk/cfg/setup.py +++ b/scripts/wk/cfg/setup.py @@ -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 = {