Skip to content

Commit 584f087

Browse files
committed
Minor changes
1 parent caf23b5 commit 584f087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Invoke-KleptoKitty.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,10 @@
341341
)
342342

343343
Switch($Type) {
344-
"Log" {$RandomName = "de_ch", "setupmod", "en_ir", "Synaptics.MD", "fr_ch", "unso" | Get-Random; Break}
344+
"Log" {$RandomName = "de_ch", "setupmod", "en_ir", "Synaptics.MD", "fr_ch", "unso", "nI-NL" | Get-Random; Break}
345345
Default {$RandomName = "AdmTmpl", "agentactivationruntimestarter", "CallHistoryClient", "EasPolicyManagerBrokerPS", "LockScreenData", "MsSpellCheckingFacility", "ReAgentTask" | Get-Random;}
346346
}
347-
347+
348348
$RandomName
349349
}
350350

0 commit comments

Comments
 (0)