G
Guest
use minlogon and I have a custom shell.
I writed command in a bat file as driverset.bat
------------------------------------------------------------------------------------
net use U: \\192.168.0.1\c$ password /user:computername\username
net user V: \\192.168.0.1\d$ password /user:computername\username
exi
--------------------------------------------------------------------------------------
I hope when computer start ,it's auto add the network driver, so I add
"C:\windows\system32\driverset.bat "in the register :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
but it execute failed and give me no information.
but when I run this bat file in cmd.exe it execute succeed;
what can I do?
I writed command in a bat file as driverset.bat
------------------------------------------------------------------------------------
net use U: \\192.168.0.1\c$ password /user:computername\username
net user V: \\192.168.0.1\d$ password /user:computername\username
exi
--------------------------------------------------------------------------------------
I hope when computer start ,it's auto add the network driver, so I add
"C:\windows\system32\driverset.bat "in the register :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
but it execute failed and give me no information.
but when I run this bat file in cmd.exe it execute succeed;
what can I do?