A ahazuarus Member Messages 81 Reaction score 21 Jun 28, 2019 #1 I thought there was an option somewhere to prevent the configured password from ever expiring.
Kasual Well-Known Member Messages 1,508 Reaction score 513 Jun 29, 2019 #2 Check in Post-Setup page: Toolbar - Add - Template - Disable user password expiration
A ahazuarus Member Messages 81 Reaction score 21 Jun 30, 2019 #3 Thanks for answering the stupid question. I don't use this application very often and forget stuff. My apologies to everyone.
Thanks for answering the stupid question. I don't use this application very often and forget stuff. My apologies to everyone.
C Clanger Well-Known Member Messages 5,485 Reaction score 1,777 Jun 30, 2019 #4 I forget stuff even if i aint used it for a week or 2, give yourself a refresher run or 2 and it all comes back
I forget stuff even if i aint used it for a week or 2, give yourself a refresher run or 2 and it all comes back
bseklecki_ge Member Messages 139 Reaction score 20 Sep 3, 2021 #5 What is the equivalent XML in the config?
A ahazuarus Member Messages 81 Reaction score 21 Sep 15, 2021 #6 In autounattend.xml: Code: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>net accounts /maxpwage:unlimited</CommandLine> <Description>Disables password expiration</Description> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands>
In autounattend.xml: Code: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>net accounts /maxpwage:unlimited</CommandLine> <Description>Disables password expiration</Description> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands>