Permanently mount network share without the need for log on? (Windows)
the above almost worked for me. But I have ran into an issue,
I am able to get the share drive mapped as stated above using "PsExec.exe -i -s cmd.exe"
under nt authority\system.
net use x: //server/share password /user:domain/username /persistent:yes
As you can see I am using a different credential to map the drive, the command works successfully and I can the view the drive from the current invoked CMD.
But if try to open the drive via gui or from a normal command prompt I get
The user name or password is incorrect
any suggestions?