• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to specify a user when connecting to a computer

OOBradm

Golden Member
so i want to use the \\Computer method to grab another computers shared folders on my network,


but it keeps popping up a dialoge box with USER: Guest and PASS: xxx and i need to type in a pass. the thing is is that the computer has their guest account disabled! so how do i specify what user goes into the USER: portion of that instead of it being guest? (I cant just change it, its greyed out)
 
Originally posted by: OOBradm
so i want to use the \\Computer method to grab another computers shared folders on my network,


but it keeps popping up a dialoge box with USER: Guest and PASS: xxx and i need to type in a pass. the thing is is that the computer has their guest account disabled! so how do i specify what user goes into the USER: portion of that instead of it being guest? (I cant just change it, its greyed out)


For Windows 2000/XP, use the "net use" command from a command prompt. Open a command prompt, and type net use /? for syntax.
 
Back
Top