: Computer Help - Net Use ...


Desert Jeepin
03-24-2003, 02:56 PM
Ok, Here it is, I can't get the syntax to work, I know that the Name, User and PW are correct, here is how I was trying it.

Computer is MACHINEA
Username is NAMEA
Password is PASSWORDA


Net Use T: \\MachineA\ShareA PasswordA /User:NameA

What's wrong? Password last? I keep getting a password/username error. Thanks!

--Phillip

Entropy
03-24-2003, 02:57 PM
Net Use X: \\ComputerName\Share /u:domain\user password

Might be /user: can't remember that part - could swear I use /u: with no problem.

Also, if you don't give it any password, then it should ask for one.

i.e.
Net Use X: \\ComputerName\Share /user:domain\username

Then it will ask for password.

Desert Jeepin
03-24-2003, 03:17 PM
After hacking the NTUSer.Dat to remove the network\Username key it works, thanks!

--Phillip