InBlock.gif    1)察看本地共享资源            
InBlock.gif    运行-cmd-输入net     share            
InBlock.gif        
InBlock.gif    2)删除共享(每次输入一个)            
InBlock.gif    net     share     ipc$     /delete            
InBlock.gif    net     share     admin$     /delete            
InBlock.gif    net     share     c$     /delete            
InBlock.gif    net     share     d$     /delete(如果有e,f,……可以继续删除)            
InBlock.gif        
InBlock.gif    3)修改注册表删除共享            
InBlock.gif    运行-regedit            
InBlock.gif    找到如下主键[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]            
InBlock.gif    把AutoShareServer(DWORD)的键值改为0000000。            
InBlock.gif    如果上面所说的主键不存在,就新建(右击-新建-双字节值)一个主健再改键值。