Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. get-packageprovider -name chocolatey
  2. New-Item $profile -ItemType File -Force
  3. "Set-Location c:\`r`nrm alias:curl`r`nClear-Host`r`n" | Set-Content $env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1
  4. install-package dropbox
  5. install-package vlc
  6. install-package adobereader
  7. install-package paint.net
  8. install-package nimbletext
  9. install-package googlechrome
  10. install-package putty.install
  11. install-package winscp
  12. install-package scite
  13. install-package nmap
  14. install-package curl
  15. install-package 7zip
  16. install-package diffmerge
  17. install-package git
  18. install-package HxD
  19. install-package iperf3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement