| 
 11.关于共享安全的几个命令 
A.查看你机器的共享资源 net share 
B.手工删除共享 
net share c$ /d 
net share d$ /d 
net share ipc$ /d 
net share admin$ /d 
注意$后有空格。 
C.增加一个共享: 
c:\net share mymovie=e:\downloads\movie /users:1 
mymovie 共享成功。 
同时限制链接用户数为1人。 
 
12.在DOS行下设置静态IP 
A.设置静态IP 
CMD 
netsh 
netsh>int 
interface>ip 
interface ip>set add "本地链接" static IP地址 mask gateway 
B.查看IP设置 
interface ip>show address  |