Skip to content

Instantly share code, notes, and snippets.

@abelboldu
Created March 7, 2013 14:43
Show Gist options
  • Save abelboldu/5108494 to your computer and use it in GitHub Desktop.
Save abelboldu/5108494 to your computer and use it in GitHub Desktop.
Install busybox on windows HyperV core from a PowerShell cmd
$client = new-object System.Net.WebClient
$client.DownloadFile( "http://dl.dropbox.com/u/5943991/busybox-w32/busybox.exe", "C:/windows/busybox.exe" )
.\busybox.exe --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment