Persistent network share connection not working with runas
- by binarycoder
If I use runas /user:DOMAIN\user cmd.exe (using XP), previously mapped persistent network drives are considered unavailable. net use shows:
Status Local Remote Network
-------------------------------------------------------------------------------
Unavailable H: \\SERVER\SHARE Microsoft Windows Network
dir H: fails with "The system cannot find the path specified.".
The connection is easily revived with `NET USE H: \SERVER\SHARE': not asked for a password when I do this. What is going on? Can I make Windows safely revive this drive automatically when it is first accessed.