Solved Mapped drives wont load on startup

bigbwb

New member
Local time
1:53 PM
Messages
12
Hey folks,
Been researching all sorts of options but unable to find one that works. I have a synology NAS connected to a HP desktop and I recently installed a new Samsung SSD running Windows 7. Since doing so, the OS now loads so fast that the mapped drives do not load in time for my XBMC software to recognize the folders.
The mapped drives show the red X and once you click on them once, they load and open just fine. After a reboot, same Red X. I need the mapped drives to load immediately after a reboot being my XBMC software (for video playback) is in a startup folder and loads each time the pc is restarted.

I tried various things I found online but none worked. I am lost when it comes to batch files and from my understanding, this might be an option if someone is willing to walk me through creating one:)

Thanks!
Brandon
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
One more unusual item I forget to mention......
I have 3 mapped drives on my PC, all to the same exact NAS, but different folders on it.
1 out of the 3 mapped drives(folders) loads perfectly every time Windows 7 is restarted etc. The other 2 give me the red X? I tried disconnecting and remapping the other 2 with no success.
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
anyone? I have spend all afternoon trying various "fixes" found on the web and in this forum and not a single one worked:(
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
How did you map your folder?
 

My Computer My Computer

At a glance

Windows 7 Professional 32bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
DELL
OS
Windows 7 Professional 32bit
How did you map your folder?

I used windows explorer to map drive by picking a letter (W) and pointing it to the folder on my NAS. Sorry if I was too vague. I appreciate any feedback!
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
Try to use cmd
Net use w: \\host\sharedfolder /persistent:Yes

Don't know if there is any difference if using cmd instead of Windows explorer
 

My Computer My Computer

At a glance

Windows 7 Professional 32bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
DELL
OS
Windows 7 Professional 32bit
Now it comes in my mind. Maybe to try use some batch file to do that initial step for making you network drive available.
Something like to create txt file and delete it when your Windows starts.
 

My Computer My Computer

At a glance

Windows 7 Professional 32bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
DELL
OS
Windows 7 Professional 32bit
I believe I tried the net use command yesterday and the results were that the Mapped drives were being shown as "remembered". I can try it again but it seems as if windows sees and remembers them each time.

Regarding the batch file....this is where you lose me, ha! I know just a little about creating one but not enough to likely accomplish the fix.

Let me know your thoughts....and thank you again for taking the time.
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
if exist z:\ (
net use z: /delete
)
net use z: \\path

________________
Try to combine with your scenario.
 

My Computer My Computer

At a glance

Windows 7 Professional 32bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
DELL
OS
Windows 7 Professional 32bit
So the above codes would be just run once in a command prompt? Exactly how you listed them (but substituting in my drive letter etc)?
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
To make batch file create new txt document. Write code you need inside that document and then go to file save as. When saving use quota marks like "test.bat" and confirm to save. Now you have batch file.

To make that file run on Windows boot do necessary steps
To run a batch file at start up: start >> all programs >> right-click startup >> open >> right click batch file >> create shortcut >> drag shortcut to startup folder.

And yes, change drive letter and path according to your needs
 

My Computer My Computer

At a glance

Windows 7 Professional 32bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
DELL
OS
Windows 7 Professional 32bit
services

Is XBMC loading at start-up (immediate) or Delayed/manual.
you can check via
Controlpanel>admin tools>Services>XBMC

Roy
 

My Computer My Computer

At a glance

W7 home premium 32bit/W7HP 64bit/w10 tp insid...E5300 dual core3gbNvidia Geforce 7100 Nforce 630i
Computer type
PC/Desktop
Computer Manufacturer/Model Number
medionl/Aspire 6930G/acer x55a
OS
W7 home premium 32bit/W7HP 64bit/w10 tp insider ring
CPU
E5300 dual core
Motherboard
medion MS7366
Memory
3gb
Graphics Card(s)
Nvidia Geforce 7100 Nforce 630i
Monitor(s) Displays
avixc
Internet Speed
n (isp resticted to 72)
Antivirus
mse/pands
Browser
palemoon
Other Info
Belkin Fd7050 n USB using Railink RT2870 drivers, more upto date
Is XBMC loading at start-up (immediate) or Delayed/manual.
you can check via
Controlpanel>admin tools>Services>XBMC

Roy
Nothing regarding xbmc or Kodi is mentioned under that list? I have a XBMC/Kodi shortcut placed in my startup folder.
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
To make batch file create new txt document. Write code you need inside that document and then go to file save as. When saving use quota marks like "test.bat" and confirm to save. Now you have batch file.

To make that file run on Windows boot do necessary steps
To run a batch file at start up: start >> all programs >> right-click startup >> open >> right click batch file >> create shortcut >> drag shortcut to startup folder.

And yes, change drive letter and path according to your needs

So I tried creating the batch file....
net use V:
if %errorlevel% EQU 0 net use V: /delete
net use V: \\synologynas\movies
(with V being the mapped drive and synologynas\movies being the folder location)
I saved it as you mentioned and all that happened is that the mapped drive was gone after a restart?
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7

My Computer My Computer

At a glance

W7 home premium 32bit/W7HP 64bit/w10 tp insid...E5300 dual core3gbNvidia Geforce 7100 Nforce 630i
Computer type
PC/Desktop
Computer Manufacturer/Model Number
medionl/Aspire 6930G/acer x55a
OS
W7 home premium 32bit/W7HP 64bit/w10 tp insider ring
CPU
E5300 dual core
Motherboard
medion MS7366
Memory
3gb
Graphics Card(s)
Nvidia Geforce 7100 Nforce 630i
Monitor(s) Displays
avixc
Internet Speed
n (isp resticted to 72)
Antivirus
mse/pands
Browser
palemoon
Other Info
Belkin Fd7050 n USB using Railink RT2870 drivers, more upto date
Well guys after much frustration, I just upgraded to Windows 10. The mapped drives work perfectly now! Problem solved
 

My Computer My Computer

At a glance

Windows 7
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7
Back
Top