WINDOWS PC SETUP // REMEMBER THESE WILL ALWAYS INSTALL TO DEFAULT DRIVE WITH DEFAULT SETTINGS // INSTALL PROGRAMS YOU WANT ELSEWHERE MANUALLY // probably should install auto-updating programs manually as well // download VPN if necessary // vpn42822538 https://vpn.ac/tutorials // all commands must be done with admin PowerShell instance // make sure you've got PowerShell v3+ $PSVersionTable.PSVersion // make sure execution policy is not restrictive Get-ExecutionPolicy Set-ExecutionPolicy -ExecutionPolicy RemoteSigned // install chocolatey // check latest command at https://chocolatey.org/install iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex // automatically confirm script installation & upgrades // if you don't want to do this, just add a [-y] attribute to the end of the command choco feature enable -n allowGlobalConfirmation choco install cmder everything 7zip keepass windirstat wincdemu wnetwatcher bulkrenameutility defraggler recuva speccy foobar2000 mpv lightbulb git python autohotkey malwarebytes ffmpeg flac opus-tools lame miktex tixati youtube-dl pdfcreator adobereader adobereader-update clover handbrake // to see what packages you've installed choco list -localonly // to upgrade (update) all installed packages choco upgrade all // junction_address is the junction you want pointing to target_address // target_address is the location where you actually want to store your data // make sure all files are copied to target_address, then delete/rename junction_address // the junction must be created before you can make use of it // either create it before program installation or temporarily move the folder mklink /j [junction_address] [target_address] Firefox Developer Edition https://www.mozilla.org/en-US/firefox/developer/ Chrome Canary https://www.google.com/chrome/browser/canary.html Opera Neon https://www.opera.com/computer/neon Sublime Text 3 https://www.sublimetext.com/3 Package Control (Sublime Text) BracketGuard BracketHighlighter Insert Nums SideBarEnhancements SublimeGit Theme - Aprosopo LaTeXTools https://packagecontrol.io/ ShareX https://getsharex.com/ CCleaner https://www.piriform.com/download Abricotine http://abricotine.brrd.fr/ Moeditor https://moeditor.org/ Markdownify https://github.com/amitmerchant1990/electron-markdownify CUETools http://cue.tools/wiki/CUETools_Download Google Drive https://www.google.com/drive/download/ OneDrive https://onedrive.live.com/about/en-my/download/ Dropbox https://www.dropbox.com/downloading Node.js https://nodejs.org/en/ Discord https://discordapp.com/download Steam http://store.steampowered.com/about/ Logitech Gaming Software http://support.logitech.com/en_us/software/lgs // to install npm (Node.js Package Manager), run this in command line as admin npm install npm -g and remember to export Logitech mouse macros