Skip to content

Check 64bit in Powershell

nexssp edited this page Feb 7, 2020 · 1 revision

Checks OS

[Environment]::Is64BitProcess

Checks Process

[Environment]::Is64BitOperatingSystem
Clone this wiki locally