Browse Source

Update disable-services.ps1

pull/285/head
Brandon 3 years ago
committed by GitHub
parent
commit
1feadb410f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/disable-services.ps1

2
scripts/disable-services.ps1

@ -54,7 +54,7 @@ $services = @(
"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.)
#"BthAvctpSvc" #AVCTP service (This is Audio Video Control Transport Protocol service.)
"BDESVC" #Disables bitlocker
"fhsvc" # Disables File History Service (Protects user files from accidental loss by copying them to a backup location.)
"iphlpsvc" #Disables ipv6 but most websites don't use ipv6 they use ipv4

Loading…
Cancel
Save