Browse Source

Add known issue about sysprep

close #87
pull/97/head
Alex Hirsch 9 years ago
parent
commit
35d160a0e8
  1. 5
      README.md
  2. 2
      scripts/disable-services.ps1

5
README.md

@ -71,6 +71,11 @@ has been discovered by BK from Atlanta:
You may now disable the GeoLocation service again, the search box should remain
functional.
### Sysprep will hang
If you are deploying images with MDT and running these scripts, the sysprep
step will hang unless `dmwappushserivce` is active.
## Interactivity
The scripts are designed to run without any user-interaction. Modify them

2
scripts/disable-services.ps1

@ -5,7 +5,7 @@
$services = @(
"diagnosticshub.standardcollector.service" # Microsoft (R) Diagnostics Hub Standard Collector Service
"DiagTrack" # Diagnostics Tracking Service
"dmwappushservice" # WAP Push Message Routing Service
"dmwappushservice" # WAP Push Message Routing Service (see known issues)
"HomeGroupListener" # HomeGroup Listener
"HomeGroupProvider" # HomeGroup Provider
"lfsvc" # Geolocation Service

Loading…
Cancel
Save