透過已提高權限的 PowerShell 提示字元執行下列指令:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
Set-SmbServerConfiguration -EnableInsecureGuestLogons $true -Force
詳細資料請參閱
1.方法一 步驟1. 右鍵點擊開始選單上的Windows圖示,選擇「Windows PowerShell」。 步驟2. 輸入指令行到Windows PowerShell。 (Get-WmiObject -query 'select * from SoftwareLic...