Skip to content

Instantly share code, notes, and snippets.

@CamW
Created February 7, 2016 10:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CamW/a3cc8d14a5d7d5575bb3 to your computer and use it in GitHub Desktop.
Save CamW/a3cc8d14a5d7d5575bb3 to your computer and use it in GitHub Desktop.
Windows10 Startbox
get-packageprovider -name chocolatey
New-Item $profile -ItemType File -Force
"Set-Location c:\`r`nrm alias:curl`r`nClear-Host`r`n" | Set-Content $env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1
install-package dropbox
install-package vlc
install-package adobereader
install-package paint.net
install-package nimbletext
install-package googlechrome
install-package putty.install
install-package winscp
install-package scite
install-package nmap
install-package curl
install-package 7zip
install-package diffmerge
install-package git
install-package HxD
install-package iperf3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment