5.6 (L2) Ensure 'Geolocation Service (lfsvc)' is set to 'Disabled'

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

This service monitors the current location of the system and manages geofences (a geographical location with associated events).

The recommended state for this setting is: Disabled

This setting affects the location feature (e.g. GPS or other location tracking). From a security perspective, it's not a good idea to reveal your location to software in most cases, but there are legitimate uses, such as mapping software. However, they should not be used in high security environments.

Solution

To establish the recommended configuration, run the following PowerShell command:

Set-Service -Name lfsvc -StartupType Disabled

Impact:

Applications will be unable to use or receive notifications for geolocation or geofences.

See Also

https://workbench.cisecurity.org/benchmarks/22007