2024年11月1日 星期五

在 SMB2 和 SMB3 中啟用不安全的訪客登入

 透過已提高權限的 PowerShell 提示字元執行下列指令:

Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force

Set-SmbServerConfiguration -EnableInsecureGuestLogons $true -Force


詳細資料請參閱

https://learn.microsoft.com/zh-tw/windows-server/storage/file-server/enable-insecure-guest-logons-smb2-and-smb3?tabs=powershell

讀取Bios中win11 OEM的授權序號

1.方法一 步驟1.  右鍵點擊開始選單上的Windows圖示,選擇「Windows PowerShell」。 步驟2.  輸入指令行到Windows PowerShell。 (Get-WmiObject -query 'select * from SoftwareLic...