The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Persistent network drive without automatically reconnecting at logon?

    Discussion in 'Windows OS and Software' started by Peon, May 11, 2014.

  1. Peon

    Peon Notebook Virtuoso

    Reputations:
    406
    Messages:
    2,007
    Likes Received:
    128
    Trophy Points:
    81
    Due to a chain initialization sequence, my network drives can never be available when the PC is booted, so I would like Windows to stop wasting time trying to reconnect to them when I log on. However, I would like Windows to remember that they exist, so I don't have to waste time remapping all of my shares every time I reboot the PC. Is this achievable?
     
    saturnotaku likes this.
  2. saturnotaku

    saturnotaku Notebook Nobel Laureate

    Reputations:
    4,879
    Messages:
    8,923
    Likes Received:
    4,701
    Trophy Points:
    431
    I would like to know this as well. Instructions for Windows 7 would be much appreciated.


    Sent from my iPhone using Tapatalk
     
  3. ViciousXUSMC

    ViciousXUSMC Master Viking NBR Reviewer

    Reputations:
    11,461
    Messages:
    16,824
    Likes Received:
    76
    Trophy Points:
    466
    Few ways to go about it.
    What I probably would do is just create myself some .bat files to connect them when I need them and you can keep them as non persistent so its only a matter of a double click when you need it.

    .bat file:
    net use Z: \\server\share persistent:no

    You can use any drive letter, you can add all of the drives into one bat file, and of course you can add credentials if needed for authentication (just be aware that you would be storing that information in plain text)