We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16533c1 commit deea59eCopy full SHA for deea59e
src/playbook/Executables/AtlasDesktop/3. General Configuration/Location/Disable Location (default).cmd
@@ -19,6 +19,7 @@ fltmc > nul 2>&1 || (
19
sc config MapsBroker start=disabled
20
reg add "HKLM\SOFTWARE\Policies\Microsoft\FindMyDevice" /v AllowFindMyDevice /t REG_DWORD /d 0 /f
21
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
23
) > nul
24
25
(
0 commit comments