如何取消每次开机的默认共享?

将下列内容导入注册表,重启即可(前提是要关闭UAC)。
   Windows Registry Editor Version 5.00
  [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanserverParameters]
  AutoShareWks=dword00000000
  [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa]
  restrictanonymous=dword00000001

你可能感兴趣的:(职场,开机,休闲)