|
|
Question : Problem: The network share of my external USB drive gets lost when I disconnect. How do I make this share perminent?
|
|
Hi, The network share of my external USB drive gets lost when I disconnect and reconnect it, even in the same USB port and using the same drive letter. Is there a way to keep the share permanently?
|
Answer : Problem: The network share of my external USB drive gets lost when I disconnect. How do I make this share perminent?
|
|
The easiest way would be to create a simple batch file on the USB stick, that will be executed as autostart when the stick is pluged-in.
The contents could be of this stuff:
net share ShareName=x:
|
|
|