12 lines
724 B
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
created: 20230608141508649
creator: Octt
2023-10-08 23:05:30 +00:00
modified: 20231008203911671
2023-06-11 20:14:59 +00:00
modifier: Octt
tags:
title: Windows/Advanced
* <<YoutubeL vAb00RYFThE "Hide your VM using Registry and WMI tricks">>
* [[Get Windows System Information via WMI Command-line (WMIC)|https://www.lisenet.com/2014/get-windows-system-information-via-wmi-command-line-wmic/]]
* [[Using PowerShell to View and Change BIOS Settings (WMI)|https://woshub.com/powershell-view-change-bios-settings/]]
2023-10-08 23:05:30 +00:00
* [[Get Screen resolution using WMI/PowerShell|https://stackoverflow.com/questions/7967699/get-screen-resolution-using-wmi-powershell-in-windows-7]] --- For single-monitor setups, `Get-WmiObject -Class Win32_DesktopMonitor | Select-Object ScreenWidth,ScreenHeight`