|
发表于 2020-5-14 09:11:59
|
显示全部楼层
shutdown -m \\192.168.202.40 -s -t 0
net share IPC$
net use \\192.168.202.40\ipc$ "123" /user:Admin
net use \\192.168.202.40\ipc$ "123" /user:Administrator
net share sp=e:\sp
icacls e:\sp /grant guest:(CI)(OI)(RX,R,W) /T
net share ab=e:\ab
icacls e:\ab /grant guest:(CI)(OI)(RX) /T
net share aa=e:\aa /grant:everyone,full |
|