Skip to content

Instantly share code, notes, and snippets.

@valorad
Last active June 5, 2022 13:53
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 valorad/70e43c5c0723f5f8091243ff45db5025 to your computer and use it in GitHub Desktop.
Save valorad/70e43c5c0723f5f8091243ff45db5025 to your computer and use it in GitHub Desktop.
Powershell set alias

destroyVBox

e.g. Destroy VirtualBox (With Chocolatey already installed)

set-alias -name destroy -value "cuninst"
destroy virtualbox

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