Skip to content

Commit

Permalink
fix(location): disable global prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 10, 2024
1 parent 16533c1 commit deea59e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

(
Expand Down

0 comments on commit deea59e

Please sign in to comment.