forked from M-Labs/wfvm
Compare commits
2 Commits
6f546f5e25
...
4b497938ff
Author | SHA1 | Date |
---|---|---|
adisbladis | 4b497938ff | |
Sebastien Bourdeauducq | 0c0c7d9b2b |
|
@ -20,7 +20,7 @@ Example applications:
|
||||||
* Running Windows unit tests on Hydra.
|
* Running Windows unit tests on Hydra.
|
||||||
|
|
||||||
|
|
||||||
Thanks to Adam Höse from Tweag.io for help with with this development.
|
Thanks to Adam Höse from Tweag.io for help with this development.
|
||||||
|
|
||||||
How to use
|
How to use
|
||||||
==========
|
==========
|
||||||
|
|
|
@ -161,7 +161,7 @@ let
|
||||||
{
|
{
|
||||||
name = "DisablePasswordExpiry";
|
name = "DisablePasswordExpiry";
|
||||||
script = ''
|
script = ''
|
||||||
win exec 'wmic UserAccount set PasswordExpires=False'
|
win-exec 'wmic UserAccount set PasswordExpires=False'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
] ++
|
] ++
|
||||||
|
|
Loading…
Reference in New Issue