From d71b619dbc163f6186a58d2e1ababd4abdcfdc4f Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Mon, 16 May 2016 13:42:38 +0200 Subject: [PATCH] Add known issue about startmenu serach --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 469b594..5144a63 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,24 @@ Unblock PowerShell scripts and modules within this directory: 3. Run the scripts 4. `PS > Restart-Computer` +## Known Issues + +### Startmenu Search + +After running the scripts, the startmenu search-box may no longer work on newly +created accounts. It seems like there is an issue with account initilization +that is triggered when disabling the GeoLocation service. Following workaround +has been discovered by BK from Atlanta: + +1. Delete registry key `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lfsvc\TriggerInfo\3` +2. Re-enable GeoLocation service (set startup type to `Automatic`) +3. Reboot +4. Login with the account having the stated issue +5. Start Cortana and set your preferences accordingly (web search and whatnot) + +You may now disable the GeoLocation service again, the search box should remain +functional. + ## Interactivity The scripts are designed to run without any user-interaction. Modify them