login.bat
and put it on your desktop and (optionally) shortcut in Startup
net use h: \\servername\sharename /user:domainname\username password
or to have it ask your password:
net use h: \\servername\sharename /user:domainname\username *
change
h:
to whatever drive letter makes sense. Once the password is entered, it should affect all connections to \\servername including printers.CAVEAT: of course password is in PLAIN TEXT so, you know, if you lose control of your PC, you lose your security.
No comments:
Post a Comment