(EP#1) 7 วิธี เช็คว่า Windows เป็น Legacy หรือ UEFI 💻ITGroceries™


7 วิธีเช็คว่า Windows เป็น UEFI หรือ Legacy 💻ITGroceries™ 1. msinfo32 (System Information) 2. diskmgmt.msc (Disk Management) 3. Disk Properties / Populate 4. bcdedit | findstr /i "Path" 'n' bcdedit | find "path" (Boot Configuration Data Editor) 5. Diskpart / lis dis 6. PowerShell : $env:firmware_type 7. PowerShell : Get-Disk (8.) PowerShell : gwmi -query "Select * from Win32_DiskPartition WHERE Index = 0" | Select-Object DiskIndex, @{Name="GPT";Expression={$_.Type.StartsWith("GPT")}} {FullWidth}
ใหม่กว่า เก่ากว่า