Skip to content

Instantly share code, notes, and snippets.

@jpelton-stroud
Last active May 19, 2022 19:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?

PowerShell Shortcuts

Cmds

rundll32 keymgr.dll,KRShowKeyMgr
rundll32 sysdm.cpl,EditEnvironmentVariables
rundll32.exe shell32.dll,Control_RunDLL access.cpl
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

Refs

Control Panel tools Recognised Env Variables Hostname: TNY0376ADTVTCBF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment