forked from M-Labs/wfvm
Compare commits
No commits in common. "4b497938ffd9fcddf84a3dbe2f01524395292adb" and "6f546f5e2533e74f3ab564819781ce41e7f34a2c" have entirely different histories.
4b497938ff
...
6f546f5e25
@ -20,7 +20,7 @@ Example applications:
|
||||
* Running Windows unit tests on Hydra.
|
||||
|
||||
|
||||
Thanks to Adam Höse from Tweag.io for help with this development.
|
||||
Thanks to Adam Höse from Tweag.io for help with with this development.
|
||||
|
||||
How to use
|
||||
==========
|
||||
|
@ -161,7 +161,7 @@ let
|
||||
{
|
||||
name = "DisablePasswordExpiry";
|
||||
script = ''
|
||||
win-exec 'wmic UserAccount set PasswordExpires=False'
|
||||
win exec 'wmic UserAccount set PasswordExpires=False'
|
||||
'';
|
||||
}
|
||||
] ++
|
||||
|
Loading…
Reference in New Issue
Block a user