Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Option for enable location function #1127

Open
4 tasks done
wuyilingwei opened this issue Jun 16, 2024 · 2 comments
Open
4 tasks done

[FEATURE] - Option for enable location function #1127

wuyilingwei opened this issue Jun 16, 2024 · 2 comments
Labels
enhancement New feature or request fixed next release Where next release will have the issue fixed workaround avaliable Where a temporary workaround/fix is available for an issue

Comments

@wuyilingwei
Copy link

Before continuing...

  • I agree to follow Atlas' Code of Conduct
  • I have searched our issue tracker to verify that the issue hasn't been reported already
  • I have searched the Atlas documentation beforehand for a solution
  • 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 wuyilingwei added the enhancement New feature or request label Jun 16, 2024
@he3als
Copy link
Member

he3als commented Jun 16, 2024

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 he3als added workaround avaliable Where a temporary workaround/fix is available for an issue planned To be done in future. labels Jun 16, 2024
@wuyilingwei
Copy link
Author

wuyilingwei commented Jun 16, 2024

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.

@he3als he3als added fixed next release Where next release will have the issue fixed and removed planned To be done in future. labels Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed next release Where next release will have the issue fixed workaround avaliable Where a temporary workaround/fix is available for an issue
Projects
Status: Fixed for next release
Development

No branches or pull requests

2 participants