Shared Folders avoid dense Login

-------- edit TXT file, save the following content, save it as bat file -----------

-------- t create torn file folder sharing 192.168.0.1 above, add a user password is torn / torn to access -----------

@echo off
cd C:\Windows\System32
net use * /del /y

net use \\192.168.0.1\torn torn /user:torn /persistent:yes

start \\192.168.0.1\torn
exit

Guess you like

Origin www.cnblogs.com/torn/p/11684533.html