Fixup: Use win-exec instead of win exec

This commit is contained in:
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

View File

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