Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created April 18, 2019 07:31
Show Gist options
  • Save mark05e/89bdbc4f14230f753d6b1c4b5f8251dd to your computer and use it in GitHub Desktop.
Save mark05e/89bdbc4f14230f753d6b1c4b5f8251dd to your computer and use it in GitHub Desktop.
cd /d "L:\Program Files (x86)\VMware\VMware Workstation"
vmrun list
for /f "tokens=* skip=1" %%a in ('vmrun list') do vmrun suspend "%%a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment