Compare commits

..

No commits in common. "4b497938ffd9fcddf84a3dbe2f01524395292adb" and "6f546f5e2533e74f3ab564819781ce41e7f34a2c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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
==========

View File

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