diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Location/Disable Location (default).cmd b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Location/Disable Location (default).cmd index bf05c63dff..ab586209ca 100644 --- a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Location/Disable Location (default).cmd +++ b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Location/Disable Location (default).cmd @@ -19,6 +19,7 @@ fltmc > nul 2>&1 || ( sc config MapsBroker start=disabled reg add "HKLM\SOFTWARE\Policies\Microsoft\FindMyDevice" /v AllowFindMyDevice /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\FindMyDevice" /v LocationSyncEnabled /t REG_DWORD /d 0 /f + reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" /v "ShowGlobalPrompts" /t REG_DWORD /d "0" /f ) > nul (