Skip to content

Instantly share code, notes, and snippets.

@jpelton-stroud
Last active May 19, 2022 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpelton-stroud/04e500dda14fca141fae1918bb5eff0a to your computer and use it in GitHub Desktop.
Save jpelton-stroud/04e500dda14fca141fae1918bb5eff0a to your computer and use it in GitHub Desktop.

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