Drop use of redundant constant value
This commit is contained in:
parent
9ab5e776d9
commit
d649525722
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function Enable-UACNextLogin([Context] $context) {
|
||||||
"`$context.Remove('$preparedPasswordProperty');")),
|
"`$context.Remove('$preparedPasswordProperty');")),
|
||||||
[System.Tuple]::Create(
|
[System.Tuple]::Create(
|
||||||
$uacDisablerTrigger,
|
$uacDisablerTrigger,
|
||||||
"PortValhalla UAC Disabler",
|
$uacDisablerName,
|
||||||
@(
|
@(
|
||||||
"Unregister-ScheduledTask -Confirm:`$false '$autoLoginName';",
|
"Unregister-ScheduledTask -Confirm:`$false '$autoLoginName';",
|
||||||
"Unregister-ScheduledTask -Confirm:`$false '$uacDisablerName';",
|
"Unregister-ScheduledTask -Confirm:`$false '$uacDisablerName';",
|
||||||
|
|
Loading…
Reference in a new issue