Results 1 to 4 of 4

Thread: cannot reconnect network drives

  1. #1
    Join Date
    Feb 2009
    Posts
    43

    cannot reconnect network drives

    Hello At sometimes , Windows XP cannot reconnect network drive ,I am connect to local network , i can share files with my freinds over it , now the problem is that i cannot reconnet the network drives in windows xp , after restarting the pc, please tell me how can i solve this problem , thanks in advance

  2. #2
    Join Date
    May 2008
    Posts
    2,945

    Re: cannot reconnect network drives

    This script allows you to connect a network drive to drive Z: To use this VBS script, you must change the values in italics.

    Script:

    Dim onet
    Set onet = CreateObject ( "Wscript.Network")
    oNet.MapNetworkDrive "Z", "\\logonserver\home"
    WScript.Quit

  3. #3
    Join Date
    Jan 2006
    Posts
    3,792

    Re: cannot reconnect network drives

    If your computer is connected to a LAN, you can access the shared folders on other computers. But to achieve them, you must go through My Network Places, or use of complex paths. To facilitate access to shared folders, you can assign a drive letter. They will then be considered by the Windows XP disk drives and in Explorer and My Computer.

    1. In a Windows Explorer window, click the Tools menu and then click Map Network Drive.
    2. In the window that appears, choose the letter that are available to be assigned to the remote folder. Then click the Browse button and select the shared folder on the network and click Open. Then press button Finish.
    3. The new drive is added to My Computer. To open the shared folder, you simply double click it.

  4. #4
    Join Date
    Jan 2006
    Posts
    4,221

    Re: cannot reconnect network drives

    Using the Net Use command to connect or disconnect a drive
    Using the net use command can be useful for command files and scripts. To use the net use command to connect or disconnect a drive:
    1. To connect a network drive, use the command net use x: \ \ computer name \ share name, where x: is the drive letter you want to assign to the shared resource.
    2. To disconnect a drive, use the command net use x: / delete, where x: is the drive letter of the shared resource.

Similar Threads

  1. Replies: 4
    Last Post: 14-10-2010, 12:23 PM
  2. Replies: 4
    Last Post: 27-01-2010, 05:38 PM
  3. Windows xp fails to reconnect network drives
    By Chain-SmokeR in forum Operating Systems
    Replies: 3
    Last Post: 17-07-2009, 12:18 AM
  4. Cannot view/reconnect to my wireless network after reboot
    By nehal_serpa in forum Windows XP Support
    Replies: 2
    Last Post: 08-03-2008, 05:50 AM
  5. Disable "Could not reconnect all network drives" warning
    By Jaisal in forum Windows Vista Network
    Replies: 3
    Last Post: 22-06-2007, 09:06 PM

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,714,126,828.63251 seconds with 17 queries