Browse Source

extend disable service script

ref #23
pull/24/head
Alex Hirsch 9 years ago
parent
commit
37925381d4
  1. 14
      scripts/disable-services.ps1

14
scripts/disable-services.ps1

@ -3,20 +3,28 @@
# certain services comment out the corresponding lines below. # certain services comment out the corresponding lines below.
$services = @( $services = @(
"diagnosticshub.standardcollector.service"
"DiagTrack"
"dmwappushservice"
"HomeGroupListener" "HomeGroupListener"
"HomeGroupProvider" "HomeGroupProvider"
"lfsvc"
"MapsBroker" "MapsBroker"
"NetTcpPortSharing" "NetTcpPortSharing"
"RemoteAccess" "RemoteAccess"
"RemoteRegistry" "RemoteRegistry"
"SharedAccess" "SharedAccess"
"TrkWks"
"WbioSrvc" "WbioSrvc"
"WMPNetworkSvc"
"wscsvc"
"WSearch"
"XblAuthManager" "XblAuthManager"
"XblGameSave" "XblGameSave"
"XboxNetApiSvc" "XboxNetApiSvc"
"dmwappushservice"
"lfsvc" # Services which cannot be disabled
#"wscsvc" #"WdNisSvc"
) )
foreach ($service in $services) { foreach ($service in $services) {

Loading…
Cancel
Save