What app used my location?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







4















Sometimes the location circle thing pops up in my systray indicating that something has requested my location.



In the Windows 10 Privacy Location settings, I can see what can use my location, but is there a way to see what did use my location?










share|improve this question























  • Only applications that you have provided the permission to are able to get your location. So the list of applications, listed that can use your location, are the only applications that have/did/will determine your location.

    – Ramhound
    Jan 3 '17 at 15:38






  • 2





    That I know, which I tried to state in the question, but I wondered if there is a log or something somewhere to see what used my location when.

    – Svish
    Jan 10 '17 at 16:21











  • No; There isn't

    – Ramhound
    Jan 10 '17 at 18:04




















4















Sometimes the location circle thing pops up in my systray indicating that something has requested my location.



In the Windows 10 Privacy Location settings, I can see what can use my location, but is there a way to see what did use my location?










share|improve this question























  • Only applications that you have provided the permission to are able to get your location. So the list of applications, listed that can use your location, are the only applications that have/did/will determine your location.

    – Ramhound
    Jan 3 '17 at 15:38






  • 2





    That I know, which I tried to state in the question, but I wondered if there is a log or something somewhere to see what used my location when.

    – Svish
    Jan 10 '17 at 16:21











  • No; There isn't

    – Ramhound
    Jan 10 '17 at 18:04
















4












4








4


1






Sometimes the location circle thing pops up in my systray indicating that something has requested my location.



In the Windows 10 Privacy Location settings, I can see what can use my location, but is there a way to see what did use my location?










share|improve this question














Sometimes the location circle thing pops up in my systray indicating that something has requested my location.



In the Windows 10 Privacy Location settings, I can see what can use my location, but is there a way to see what did use my location?







windows-10 geolocation






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 3 '17 at 2:17









SvishSvish

16.6k54110168




16.6k54110168













  • Only applications that you have provided the permission to are able to get your location. So the list of applications, listed that can use your location, are the only applications that have/did/will determine your location.

    – Ramhound
    Jan 3 '17 at 15:38






  • 2





    That I know, which I tried to state in the question, but I wondered if there is a log or something somewhere to see what used my location when.

    – Svish
    Jan 10 '17 at 16:21











  • No; There isn't

    – Ramhound
    Jan 10 '17 at 18:04





















  • Only applications that you have provided the permission to are able to get your location. So the list of applications, listed that can use your location, are the only applications that have/did/will determine your location.

    – Ramhound
    Jan 3 '17 at 15:38






  • 2





    That I know, which I tried to state in the question, but I wondered if there is a log or something somewhere to see what used my location when.

    – Svish
    Jan 10 '17 at 16:21











  • No; There isn't

    – Ramhound
    Jan 10 '17 at 18:04



















Only applications that you have provided the permission to are able to get your location. So the list of applications, listed that can use your location, are the only applications that have/did/will determine your location.

– Ramhound
Jan 3 '17 at 15:38





Only applications that you have provided the permission to are able to get your location. So the list of applications, listed that can use your location, are the only applications that have/did/will determine your location.

– Ramhound
Jan 3 '17 at 15:38




2




2





That I know, which I tried to state in the question, but I wondered if there is a log or something somewhere to see what used my location when.

– Svish
Jan 10 '17 at 16:21





That I know, which I tried to state in the question, but I wondered if there is a log or something somewhere to see what used my location when.

– Svish
Jan 10 '17 at 16:21













No; There isn't

– Ramhound
Jan 10 '17 at 18:04







No; There isn't

– Ramhound
Jan 10 '17 at 18:04












1 Answer
1






active

oldest

votes


















0














“Your Location Is Currently in Use” is a message that you’re receiving because
an app you’ve acquired from the Windows Store is using the Windows 10 system service
"Geolocation Service" (named lfsvc) to determine your location.
Disabling this service will prevent this behavior but won’t effect other applications
(like most web browsers) from roughly figuring out your location through other means.



To enable location services for an individual user and Windows Store app, go to
Settings > Privacy > Location > Location service.
Slide the toggle to the On or Off position to enable/disable the option for
any one Windows Store app.



Windows itself does not provide any direct method for finding out which application is
calling the Geolocation Service, so one needs to be a bit creative.



A simple method would be to examine the list of the Windows Store apps enabled to
use the Location service, then disable progressively these apps from using it,
starting with the most likely candidates,
until these notifications stop and do not arrive any more.



The complicated method, suitable for advanced programmers, would be to install
and attach the WinDbg debugger to the lfsvc service and
set breakpoints on its entry points to trap calls.
More information can be found in the Microsoft article
How to debug Windows services.
Although I have done such debug, albeit using Visual Studio rather than WinDbg,
this is not a solution that I would recommend or go into in detail.






share|improve this answer
























  • Any comments? Svish? nixda?

    – harrymc
    Mar 13 at 9:29











  • So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

    – Tiw
    Mar 14 at 16:16











  • this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

    – nixda
    Mar 15 at 14:16











  • @nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

    – harrymc
    Mar 15 at 14:50












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1162732%2fwhat-app-used-my-location%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














“Your Location Is Currently in Use” is a message that you’re receiving because
an app you’ve acquired from the Windows Store is using the Windows 10 system service
"Geolocation Service" (named lfsvc) to determine your location.
Disabling this service will prevent this behavior but won’t effect other applications
(like most web browsers) from roughly figuring out your location through other means.



To enable location services for an individual user and Windows Store app, go to
Settings > Privacy > Location > Location service.
Slide the toggle to the On or Off position to enable/disable the option for
any one Windows Store app.



Windows itself does not provide any direct method for finding out which application is
calling the Geolocation Service, so one needs to be a bit creative.



A simple method would be to examine the list of the Windows Store apps enabled to
use the Location service, then disable progressively these apps from using it,
starting with the most likely candidates,
until these notifications stop and do not arrive any more.



The complicated method, suitable for advanced programmers, would be to install
and attach the WinDbg debugger to the lfsvc service and
set breakpoints on its entry points to trap calls.
More information can be found in the Microsoft article
How to debug Windows services.
Although I have done such debug, albeit using Visual Studio rather than WinDbg,
this is not a solution that I would recommend or go into in detail.






share|improve this answer
























  • Any comments? Svish? nixda?

    – harrymc
    Mar 13 at 9:29











  • So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

    – Tiw
    Mar 14 at 16:16











  • this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

    – nixda
    Mar 15 at 14:16











  • @nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

    – harrymc
    Mar 15 at 14:50
















0














“Your Location Is Currently in Use” is a message that you’re receiving because
an app you’ve acquired from the Windows Store is using the Windows 10 system service
"Geolocation Service" (named lfsvc) to determine your location.
Disabling this service will prevent this behavior but won’t effect other applications
(like most web browsers) from roughly figuring out your location through other means.



To enable location services for an individual user and Windows Store app, go to
Settings > Privacy > Location > Location service.
Slide the toggle to the On or Off position to enable/disable the option for
any one Windows Store app.



Windows itself does not provide any direct method for finding out which application is
calling the Geolocation Service, so one needs to be a bit creative.



A simple method would be to examine the list of the Windows Store apps enabled to
use the Location service, then disable progressively these apps from using it,
starting with the most likely candidates,
until these notifications stop and do not arrive any more.



The complicated method, suitable for advanced programmers, would be to install
and attach the WinDbg debugger to the lfsvc service and
set breakpoints on its entry points to trap calls.
More information can be found in the Microsoft article
How to debug Windows services.
Although I have done such debug, albeit using Visual Studio rather than WinDbg,
this is not a solution that I would recommend or go into in detail.






share|improve this answer
























  • Any comments? Svish? nixda?

    – harrymc
    Mar 13 at 9:29











  • So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

    – Tiw
    Mar 14 at 16:16











  • this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

    – nixda
    Mar 15 at 14:16











  • @nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

    – harrymc
    Mar 15 at 14:50














0












0








0







“Your Location Is Currently in Use” is a message that you’re receiving because
an app you’ve acquired from the Windows Store is using the Windows 10 system service
"Geolocation Service" (named lfsvc) to determine your location.
Disabling this service will prevent this behavior but won’t effect other applications
(like most web browsers) from roughly figuring out your location through other means.



To enable location services for an individual user and Windows Store app, go to
Settings > Privacy > Location > Location service.
Slide the toggle to the On or Off position to enable/disable the option for
any one Windows Store app.



Windows itself does not provide any direct method for finding out which application is
calling the Geolocation Service, so one needs to be a bit creative.



A simple method would be to examine the list of the Windows Store apps enabled to
use the Location service, then disable progressively these apps from using it,
starting with the most likely candidates,
until these notifications stop and do not arrive any more.



The complicated method, suitable for advanced programmers, would be to install
and attach the WinDbg debugger to the lfsvc service and
set breakpoints on its entry points to trap calls.
More information can be found in the Microsoft article
How to debug Windows services.
Although I have done such debug, albeit using Visual Studio rather than WinDbg,
this is not a solution that I would recommend or go into in detail.






share|improve this answer













“Your Location Is Currently in Use” is a message that you’re receiving because
an app you’ve acquired from the Windows Store is using the Windows 10 system service
"Geolocation Service" (named lfsvc) to determine your location.
Disabling this service will prevent this behavior but won’t effect other applications
(like most web browsers) from roughly figuring out your location through other means.



To enable location services for an individual user and Windows Store app, go to
Settings > Privacy > Location > Location service.
Slide the toggle to the On or Off position to enable/disable the option for
any one Windows Store app.



Windows itself does not provide any direct method for finding out which application is
calling the Geolocation Service, so one needs to be a bit creative.



A simple method would be to examine the list of the Windows Store apps enabled to
use the Location service, then disable progressively these apps from using it,
starting with the most likely candidates,
until these notifications stop and do not arrive any more.



The complicated method, suitable for advanced programmers, would be to install
and attach the WinDbg debugger to the lfsvc service and
set breakpoints on its entry points to trap calls.
More information can be found in the Microsoft article
How to debug Windows services.
Although I have done such debug, albeit using Visual Studio rather than WinDbg,
this is not a solution that I would recommend or go into in detail.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 9 at 11:42









harrymcharrymc

265k14274583




265k14274583













  • Any comments? Svish? nixda?

    – harrymc
    Mar 13 at 9:29











  • So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

    – Tiw
    Mar 14 at 16:16











  • this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

    – nixda
    Mar 15 at 14:16











  • @nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

    – harrymc
    Mar 15 at 14:50



















  • Any comments? Svish? nixda?

    – harrymc
    Mar 13 at 9:29











  • So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

    – Tiw
    Mar 14 at 16:16











  • this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

    – nixda
    Mar 15 at 14:16











  • @nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

    – harrymc
    Mar 15 at 14:50

















Any comments? Svish? nixda?

– harrymc
Mar 13 at 9:29





Any comments? Svish? nixda?

– harrymc
Mar 13 at 9:29













So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

– Tiw
Mar 14 at 16:16





So using the debug way, it's possible to find out the app which are using the location? -- I would really like to know more about it, if only you could give us a link to any, let's say, your own article or something, that would be great :)

– Tiw
Mar 14 at 16:16













this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

– nixda
Mar 15 at 14:16





this is not a solution that I would recommend or go into in detail. - too bad, this would be the interesting part for me

– nixda
Mar 15 at 14:16













@nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

– harrymc
Mar 15 at 14:50





@nixda: I don't need to, since the link above is already a good start. If you have the knowledge to go through it, the additional information you will need is only details which can be googled or questions can be posed here.

– harrymc
Mar 15 at 14:50


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1162732%2fwhat-app-used-my-location%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How do I know what Microsoft account the skydrive app is syncing to?

When does type information flow backwards in C++?

Grease: Live!