Atlas icon indicating copy to clipboard operation
Atlas copied to clipboard

[FEATURE] - Option for enable location function

Open wuyilingwei opened this issue 1 year ago • 2 comments

Before continuing...

  • [X] I agree to follow Atlas' Code of Conduct
  • [X] I have searched our issue tracker to verify that the issue hasn't been reported already
  • [X] I have searched the Atlas documentation beforehand for a solution
  • [X] I am on the latest version of Atlas, and didn't do an unsupported upgrade

What is your feature request regarding to?

Atlas Playbook

Is your feature request related to a problem? Please describe.

I cannot enable location in win10/11, but some of my devices need it (like surface).

Describe the solution you would like.

We can choice enable or disable location in atlas setting.

Describe alternatives you have considered.

I reset reg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location back to Allow and reboot, but it still cannot enable location (no option) in setting.

Additional context.

No response

wuyilingwei avatar Jun 16 '24 18:06 wuyilingwei

As a workaround, run these commands in Command Prompt and restart:

sc config lfsvc start=demand
sc config MapsBroker start=auto
"%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide privacy-location

An option is planned for the next release.

To disable again

sc config lfsvc start=disabled
sc config MapsBroker start=disabled
"%windir%\AtlasModules\Scripts\settingsPages.cmd" /hide privacy-location

he3als avatar Jun 16 '24 18:06 he3als

As a workaround, run these commands in Command Prompt and restart:

sc config lfsvc start=demand
sc config MapsBroker start=auto
"%windir%\AtlasModules\Scripts\settingsPages.cmd" /unhide privacy-location

An option is planned for the next release.

Thanks for your help. @.@ That works.

wuyilingwei avatar Jun 16 '24 21:06 wuyilingwei

Fixed in release v0.4.1. See the release for more info on what v0.4 users can do.

he3als avatar Oct 09 '24 20:10 he3als