Remove duplicate xml tag
This commit is contained in:
parent
3cba8f7156
commit
1773217548
1 changed files with 1 additions and 2 deletions
|
@ -206,10 +206,9 @@
|
|||
</SynchronousCommand> -->
|
||||
<SynchronousCommand wcm:action="add">
|
||||
<Order>1</Order>
|
||||
<RequiresUserInput>false</RequiresUserInput>
|
||||
<RequiresUserInput>true</RequiresUserInput>
|
||||
<CommandLine>cmd /C wmic useraccount where name="Admin" set PasswordExpires=false</CommandLine>
|
||||
<Description>Password Never Expires</Description>
|
||||
<RequiresUserInput>true</RequiresUserInput>
|
||||
</SynchronousCommand>
|
||||
<SynchronousCommand wcm:action="add">
|
||||
<Order>2</Order>
|
||||
|
|
Loading…
Reference in a new issue