标签:power stat ntc ble sop comm shell window controls
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"" "
开启WIndows10 未经身份验证的来宾访问策略以及SMB1
标签:power stat ntc ble sop comm shell window controls
原文地址:https://www.cnblogs.com/lcxtc0324/p/12184598.html