I\'m running a batch:
\"net use j: \\\\192.168.1.241\\sausb /user:srvfeskar\\administrator Ratata12 /persistent:yes /p:yes\"
After restarting t
/persistent and /savecred are mutually exclusive, and savecred cannot be used with a drive letter, you have to type two commands as follows:
/persistent
/savecred
net use j: \\192.168.1.241\sausb /user:srvfeskar\administrator Ratata12 /persistent:yes net use \\192.168.1.241\sausb /SAVECRED