startup-diskmapping
This soulution is for when you have tried all else, and just want something that works.
Disconnect all existing network shares.
Press Win+R.
Type
shell:startup
, and hitenter
or pressOK
.Create an new file called
start.cmd
.In that file paste this:
net use Z: \\REMOTECOMPUTER\SHARE /user:REMOTECOMPUTER\USER MySuperStrongPassword
Save and close that file.
Notes!: On step 5 change these items to match your environment: {: .notice--warning}
From this value
To this value
Z
to the letter you want to use
REMOTECOMPUTER
to the name of the computer you are connectiong to
SHARE
to the name of the share on the remote computer/server
USER
to the username that you shall use on the remote computer/server
MySuperStrongPassword
to the password for that user
Last updated