Results 1 to 5 of 5

Thread: Net use command issues

  1. #1
    Join Date
    Jan 2010
    Posts
    78

    Net use command issues

    At work we have a local network with several computers, all sharing printers, internet .. etc. My computer is a laptop, and want to connect to the secretary (who is also the one with the router). I have access to the Internet and all printers, including the one connecting to the secretary. but for some reason I can not connect to the computer of the secretary. Or create connect to network drive that is what I want. When I try to do this I get this screen. I can connect to all but the secretary (called ESTUDIO2), shows that accepting is not available.I tried to access through DOS NET USE but also with what I should be doing no good. So thought that someone from your side can help me. Since, I am not much aware about the Net use command, I need some detailed explanation that can be understood properly.

  2. #2
    Join Date
    Feb 2008
    Posts
    129

    Re: Net use command issues

    The following steps may help you in resolving your problem :
    1. Check you can access from your laptop to ESTUDIO2. To do this open a command prompt (Start -> Run ... cmd) and type in the ping command estudio2.
    2. If the ping responds satisfactorily will run from Start -> Run ... the \ \ ESTUDIO2. Should at least show the shares on ESTUDIO2.
    3. If it is not so sure that your computer has any available drive letter to be assigned to the connection you want to do.
    4. If you have already released a unit and still ESTUDIO2 verifies that the connection is enabled to share files and printers and any firewall disabled. The quickest way to check is to try logging in from any computer.
    5. If from another computer if you can access, make sure that no more than 10 computers connected to the same office ESTUDIO2 as this maximum limit access in a windows workgroup.
    6. If that limit is not exceeded and l know the password of local administrator ESTUDIO2 user try to open a command console on your laptop and run the command:
      net use open letter: \ \ ESTUDIO2 \ c $ password / u: ESTUDIO2 \ administrator

  3. #3
    Join Date
    Oct 2008
    Posts
    180

    Re: Net use command issues

    This is one of those things you always forget when making scripts for automatic network drives. I leave here because some uses of the net utility use. The following are some examples :
    net use H: \ \ fooserver \ share
    net use H: \ \ fooserver \ share / User: User password
    net use H: \ \ fooserver \ share / user: domain \ user password

  4. #4
    Join Date
    Feb 2008
    Posts
    180

    Re: Net use command issues

    I would like to discuss more about the NET USE command. It is used in scripts for connecting customers to a domain. Its syntax is:
    • NET USE L: \\ SERVER \ SHARE / PERSISTENT: NO

    It will replace "SERVER", the name of your server, and "SHARING" by the name of your share. It is important to delete and recreate all the network shares at boot. To delete all the partitions, the following is required :
    • NET USE * / DELETE / YES

    Here is the complete example of a startup script :
    NET USE * / DELETE / YES

    NET USE Z: \\ SERVER \ share1 / PERSISTENT: NO

    NET USE U: \\ Server2 \ PARTAGE2 / PERSISTENT: NO
    The script must be placed in the \\ SERVER \ NETLOGON. You must have administrative rights to modify the content of this directory.

  5. #5
    Join Date
    Jan 2006
    Posts
    6,878

    Re: Net use command issues

    Disable Windows Firewall ... Shows that both IPs are on the same network ... Ping times when it works \\ IP \ Share name (file: // \\ IP \ share name) enter in the address bar in explorer (Windows Explorer) no Internet ^ ^ ... Depending on what test for an error message that comes sharing permissions on the other computer and security settings. Otherwise, alternative views can share on the C: drive to create and share and see if you have access.

Similar Threads

  1. Replies: 2
    Last Post: 21-03-2012, 03:23 AM
  2. LINUX Script/Command Issues
    By Afznotermi in forum Software Development
    Replies: 5
    Last Post: 31-10-2009, 09:17 AM
  3. Replies: 3
    Last Post: 03-09-2009, 05:41 PM
  4. Command Line Ren (Rename) command broken?
    By SixSigmaGuy in forum Vista Help
    Replies: 2
    Last Post: 18-05-2008, 03:30 PM
  5. Replies: 1
    Last Post: 18-05-2007, 01:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,144,851.54598 seconds with 17 queries