Skip to content

Commit deea59e

Browse files
committed
fix(location): disable global prompts
1 parent 16533c1 commit deea59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/playbook/Executables/AtlasDesktop/3. General Configuration/Location/Disable Location (default).cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fltmc > nul 2>&1 || (
1919
sc config MapsBroker start=disabled
2020
reg add "HKLM\SOFTWARE\Policies\Microsoft\FindMyDevice" /v AllowFindMyDevice /t REG_DWORD /d 0 /f
2121
reg add "HKLM\SOFTWARE\Policies\Microsoft\FindMyDevice" /v LocationSyncEnabled /t REG_DWORD /d 0 /f
22+
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" /v "ShowGlobalPrompts" /t REG_DWORD /d "0" /f
2223
) > nul
2324

2425
(

0 commit comments

Comments
 (0)