Changes

WPKG with winexe

1 byte added, 11:40, 21 December 2009
m
no edit summary
* security: winexe will present username/password in ps output. If it's a concern for you (i.e. unprivileged users can view process list on that server), you have to modify the script to use --authentication-file with winexe
* if you have WPKG Client running, but would rather disable it from this script, you can add these lines just before "net use \\\\branchdc\..." in the script:
<source lang="dos">
taskkill /F /IM wpkgsrv.exe
sc config wpkgservice start= disabled