Skip to content

Commit

Permalink
add more services v2
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Oct 21, 2023
1 parent 2b52495 commit 2cace18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Executables/SVCGROUP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $services = @(

"FontCache",
"nsi",
"netprofm",
"SstpSvc",
"DispBrokerDesktopSvc",
"CDPSvc",
Expand Down Expand Up @@ -72,7 +73,11 @@ $services = @(
"CryptSvc",
"Dnscache",
"NlaSvc",
"LanmanWorkstation"
"LanmanWorkstation",

"KeyIso",
"VaultSvc",
"SamSs"
)

foreach ($service in $services) {
Expand Down

0 comments on commit 2cace18

Please sign in to comment.