Fixup: Use win-exec instead of `win exec`

master
adisbladis 2020-06-30 10:22:17 +02:00
parent 0c0c7d9b2b
commit 4b497938ff
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ let
{
name = "DisablePasswordExpiry";
script = ''
win exec 'wmic UserAccount set PasswordExpires=False'
win-exec 'wmic UserAccount set PasswordExpires=False'
'';
}
] ++