Skip to content

Instantly share code, notes, and snippets.

@markcerv
Last active October 21, 2022 12:52
Show Gist options
  • Save markcerv/94bb93812427ee98c3f9e1775eee089b to your computer and use it in GitHub Desktop.
Save markcerv/94bb93812427ee98c3f9e1775eee089b to your computer and use it in GitHub Desktop.
friends-who-like-law
# This script is setup to use http://boxstarter.org/WebLauncher
# Easiest way is to use IE, and call up this URL:
#
# http://boxstarter.org/package/nr/url?<<<THE ___RAW__ URL OF THIS GIST>>>
#
# or fireup Boxstarter Shell, and then type in:
# Install-BoxstarterPackage -PackageName <<<THE ___RAW__ URL OF THIS GIST>>> -DisableReboots
#
# Want to find more package? visit: https://chocolatey.org/search?q=
#
# Turn off UAC for the installs below to work without constant interruptions.
Disable-UAC
#####################################################
#
# Install Apps
#
# Want a list of chocolatey packages?
# https://chocolatey.org/packages
#--------------------------------------------------
#
choco install 7zip # instead of winzip
choco install adobereader # pdfs for all
choco install dropbox # who doesn't use dropbox?
choco install filezilla # my favorite windows sftp program
choco install firefox
choco install googlechrome # everybody loves this.
choco install hashcheck # very useful to get md5sum's of .isos, etc
choco install imgburn
choco install openvpn # useful for VPNing
choco install sysinternals # everyone seems to like this
choco install virtualclonedrive # useful for testing out .iso files
choco install vlc
choco install windirstat # Best way to see where your disk space is getting used up
choco install zoom # i'm sure you remember the pandemic
# Turn back on UAC
Enable-UAC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment