Remove unnecessary parameters
This commit is contained in:
parent
b95499730d
commit
c3ce9c0ba9
2 changed files with 0 additions and 3 deletions
|
@ -84,7 +84,6 @@ function Enable-UACNextLogin([Context] $context) {
|
|||
@(
|
||||
". `"$PSScriptRoot/AutoLogin.ps1`"",
|
||||
" $autoLoginTrigger",
|
||||
" '$contextScript'",
|
||||
" '$preparedUsernameProperty'",
|
||||
" '$preparedPasswordProperty'")),
|
||||
[System.Tuple]::Create(
|
||||
|
@ -93,7 +92,6 @@ function Enable-UACNextLogin([Context] $context) {
|
|||
@(
|
||||
". `"$PSScriptRoot/UACDisabler.ps1`"",
|
||||
" $uacDisablerTrigger",
|
||||
" '$contextScript'",
|
||||
" '$autoLoginName'",
|
||||
" '$uacDisablerName'",
|
||||
" '$autoLoginTriggerProperty'",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/pwsh
|
||||
param (
|
||||
[int]$EventID,
|
||||
[string]$ContextScriptPath,
|
||||
[string]$AutoLoginTaskName,
|
||||
[string]$UACDisablerTaskName,
|
||||
[string]$AutoLoginTriggerProperty,
|
||||
|
|
Loading…
Reference in a new issue