Update Individual Scripts/windows 10 service disabler.ps1

Co-authored-by: Ian Holloway <72767437+IanHollow@users.noreply.github.com>
pull/398/head
Brandon 3 years ago committed by GitHub
parent 420e3422d9
commit 629a3cff84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ $services = @(
"SCardSvr" #Disables Windows smart card
"lfsvc" #Disable Windows geolocation service it can be use to track you
"EntAppSvc" #Disables enterprise application management.
"BthAvctpSvc" #Disables AVCTP service (if you use Bluetooth Audio Device or Wireless Headphones. then don't disable this)
#"BthAvctpSvc" #Disables AVCTP service (if you use Bluetooth Audio Device or Wireless Headphones. then don't disable this)
#"FrameServer" #Disables Windows Camera Frame Server(this allows multiple clients to access video frames from camera devices.)
"Browser" #Disables computer browser
"BthAvctpSvc" #AVCTP service (This is Audio Video Control Transport Protocol service.)

Loading…
Cancel
Save