Frequently Asked Question

Reconectar unidades de red al inicio de Windows
Última actualización hace 5 años

Copya en un block de notas y haz clic en Archivo > Guardar como, y lo guardas con el nombre "reconnect.cmd" (con las comillas)
Sitúa este archivo en la carpeta de Inicio de Windows:
%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup


@echo off
:Start
timeout /t 5 /nobreak >NUL
if exist X:\NUL goto End
net use m: \\192.168.77.5\mp3 /USER:serpentd /PERSISTENT:YES
net use n: \\192.168.77.5\nexcen /USER:serpentd /PERSISTENT:YES
net use s: \\192.168.77.5\serpentd /USER:serpentd /PERSISTENT:YES
net use t: \\192.168.77.5\humberto /USER:serpentd /PERSISTENT:YES
net use w: \\192.168.77.5\web /USER:serpentd /PERSISTENT:YES
net use x: \\192.168.77.5\clientes /USER:serpentd /PERSISTENT:YES
net use y: \\192.168.77.5\fotos /USER:serpentd /PERSISTENT:YES
net use z: \\192.168.77.5\almacen /USER:serpentd /PERSISTENT:YES
net use u: \\192.168.77.12\Volume_1 /PERSISTENT:YES
net use v: \\192.168.77.12\Volume_2 /PERSISTENT:YES
if ERRORLEVEL 1 goto Start
:End

Espere, por favor!

Por favor, espere... tomará un segundo!