打开记事本编辑保存至.vbs
以管理员身份运行

Set obj = createobject("wscript.shell")
obj.run ("reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f")
obj.run "PowerShell -Command ""Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol"" "

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-09-18
  • 2021-11-23
  • 2021-09-17
  • 2022-12-23
  • 2022-01-13
  • 2021-10-01
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2021-05-01
  • 2021-11-26
  • 2021-06-07
  • 2021-07-11
  • 2022-01-13
相关资源
相似解决方案