Skip to content

Instantly share code, notes, and snippets.

@uroshekic
Last active September 7, 2017 11:41
Show Gist options
  • Save uroshekic/a7b2c9b2b5feccdccea2547b2e7c2c59 to your computer and use it in GitHub Desktop.
Save uroshekic/a7b2c9b2b5feccdccea2547b2e7c2c59 to your computer and use it in GitHub Desktop.
Choco Fresh install
# Choco
# https://www.howtogeek.com/224342/how-to-clean-install-windows-10/
# https://www.howtogeek.com/216751/bloatware-banished-windows-10-eliminates-the-need-to-ever-reinstall-windows-on-new-pcs/
# Useful scripts:
# https://github.com/CADbloke/BoxStarter/blob/master/CADbloke-Boxstarter-Dev.ps1
# https://github.com/CADbloke/BoxStarter/blob/master/CADbloke-Boxstarter.ps1
## Install
# https://chocolatey.org/install
## Usage
# choco search <query>
# choco install <package> OR cinst <package>
# choco install -y <package> # Automatically confirm the execution of the .ps script
# choco update <package> OR cup <package>
# choco update all
# choco feature enable -n allowGlobalConfirmation Enable "allow global confirmation" feature
## Boxstarter ?
# http://boxstarter.org/
# cinst -y boxstarter
# Run below commands inside Boxstarter Shell (from Start menu. Or run "BoxstarterShell" into cmd - but this does not work from powershell - why?)
# http://boxstarter.org/WinConfig
# Use 'Get-Module Boxstarter.* -ListAvailable' to list all Boxstarter Modules.
# Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives
# Set-WindowsExplorerOptions -EnableShowFileExtensions
# Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives
# Set-WindowsExplorerOptions -DisableOpenFileExplorerToQuickAccess
# Set-WindowsExplorerOptions -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess
## Chocolatey GUI
cinst -y chocolateygui
## Browsers
# cinst -y googlechrome
# cinst -y firefox
## Utilities
cinst -y 7zip
cinst -y skype
cinst -y discord # Right mouse click on Discord's sys tray icon -> Uncheck "Run when my computer starts"
cinst -y curl
cinst -y qbittorrent # Tools -> Options -> Uncheck "Close qBittorrent to notification area"
cinst -y vlc
cinst -y kodi # Install Covenant Add-on - https://seo-michael.co.uk/how-to-install-exodus-on-kodi-krypton/
# cinst -y steam
# cinst -y cpu-z
# cinst -y gpu-z
# cinst -y f.lux
## Documents
cinst -y foxitreader
# cinst -y libreoffice
# ---- Nekaj za LaTeX ?
## Cloud storage
cinst -y dropbox
# MEGA client: https://mega.nz/
## Text editors
cinst -y sublimetext3 # Manually install PackageControl: https://packagecontrol.io/installation
cinst -y atom
## Java
cinst -y jre8
cinst -y jdk8
## Development
cinst -y git
cinst -y sourcetree
cinst -y putty # How does one actually run Putty?
cinst -y winscp
cinst -y filezilla
# cinst -y virtualbox
## JetBrains
# https://www.jetbrains.com/toolbox/download/
# cinst -y pycharm # Does not work
# cinst -y pycharm-community
# cinst -y dotnet4.5
# cinst -y dotnet4.6.1
# cinst -y python2
cinst -y python
# cinst -y mongodb
cinst -y robo3t
cinst -y heidisql
# Matlab
# cinst -y r.project
# Expo (React Native) & NodeJS
# https://docs.expo.io/versions/latest/index.html
# cinst nodejs.installation
## Hide "search" from taskbar
# Right click on taskbar -> Search -> Hidden
## Pin certain apps to taskbar
# https://developers.facebook.com/docs/graph-api/reference/location/
# 1 Chrome
# 2 Explorer
# 3 Powershell
# 4 Sublime Text
# 5 IDLE (Python 3)
# 6 PyCharm
# 7 IntelliJ
# 8 PhpStorm
# 9 CLion
# Source Tree
# Virtualbox
# qBittorrent
# Skype?
# Discord
# FileZilla
# Putty
# WinSCP
# Remote Desktop Connection
# Robo3T (Robomongo)
# HeidiSQL
# Matlab, R, Adobe Reader, Postman, 4thOffice, Steam, Firefox
## Hide/Remove desktop icons
# Desktop -> Right mouse click -> View -> Disable "Show desktop icons"
# https://www.google.si/search?q=powershell+disable+show+desktop+icons&oq=powershell+disable+show+desktop+icons&aqs=chrome..69i57.8282j0j7&sourceid=chrome&ie=UTF-8
## Forward/Backward Navigation three finger swipe
# Touchpad Settings -> Advanced gesture configuration -> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment