Skip to content

Commit

Permalink
v4.12.1
Browse files Browse the repository at this point in the history
- Phone matching service will no longer be deleted
  • Loading branch information
caglaryalcin committed Sep 9, 2024
1 parent 87a191b commit 5c9a817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ Function SystemSettings {
}

$disableservices = @("XblAuthManager", "XblGameSave", "XblGameSave", "XboxNetApiSvc", "XboxGipSvc", "WalletService", "RemoteAccess", "WMPNetworkSvc", "NetTcpPortSharing", "AJRouter", "TrkWks", "dmwappushservice",
"MapsBroker", "Fax", "CscService", "WpcMonSvc", "WPDBusEnum", "PcaSvc", "RemoteRegistry", "RetailDemo", "lmhosts", "WerSvc", "wisvc", "PhoneSvc", "EFS", "BDESVC",
"MapsBroker", "Fax", "CscService", "WpcMonSvc", "WPDBusEnum", "PcaSvc", "RemoteRegistry", "RetailDemo", "lmhosts", "WerSvc", "wisvc", "EFS", "BDESVC",
"CertPropSvc", "SCardSvr", "fhsvc", "SensorDataService", "SensorService", "icssvc", "lfsvc", "SEMgrSvc", "WpnService", "SDRSVC", "Spooler", "Bonjour Service", "SensrSvc", "WbioSrvc", "Sens")

Disable-Services -disableservices $disableservices
Expand Down

0 comments on commit 5c9a817

Please sign in to comment.