|
@ -35,6 +35,24 @@ Unblock PowerShell scripts and modules within this directory: |
|
|
3. Run the scripts |
|
|
3. Run the scripts |
|
|
4. `PS > Restart-Computer` |
|
|
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 |
|
|
## Interactivity |
|
|
|
|
|
|
|
|
The scripts are designed to run without any user-interaction. Modify them |
|
|
The scripts are designed to run without any user-interaction. Modify them |
|
|