mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
735 B
735 B
Windows PowerShell
TL;DR
# print the value of the PATH environment variable
Write-Output $env:PATH
# calculate the hash of a file
CertUtil -hashfile path/to/file sha256
# get super user privileges
powershell Start-Process powershell -Verb runAs