Skip to content

Instantly share code, notes, and snippets.

@sakuramateo
Last active June 10, 2019 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakuramateo/4f5874352545eaffffbb070db472ffea to your computer and use it in GitHub Desktop.
Save sakuramateo/4f5874352545eaffffbb070db472ffea to your computer and use it in GitHub Desktop.
set up for my windows10
#---- TEMPORARY ---
Disable-UAC
#--- Fonts ---
choco install inconsolata
#--- Windows Settings ---
Disable-GameBarTips
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Set-TaskbarOptions -Size Small -Dock Bottom -Combine Full -Lock
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name NavPaneShowAllFolders -Value 1
#--- Windows Subsystems/Features ---
choco install Microsoft-Hyper-V-All -source windowsFeatures
choco install Microsoft-Windows-Subsystem-Linux -source windowsfeatures
choco install containers -source windowsfeatures
#--- Tools ---
choco install git.install
choco install yarn
choco install sysinternals
choco install 7zip
choco install powershell-core
choco install golang
choco install dotnetcore-sdk
choco install kubernetes-cli
choco install azure-cli
choco install microsoftazurestorageexplorer
choco install rdcman
choco install wireshark
choco install microsoft-message-analyzer
choco install postman
choco install fiddler
choco install teracopy
choco install docker-for-windows
#--- Apps ---
choco install googlechrome
choco install microsoft-teams
choco install visualstudiocode
choco install terraform
choco install inspec
choco install winmerge
choco install bulkrenameutility
choco install kindle
choco install bingdesktop
choco install foxitreader
choco install fluent-terminal
#--- need to command option ---
choco install evernote -y --ignore-checksums
choco install sql-server-management-studio -y
#--- Restore Temporary Settings ---
Enable-UAC
Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula
# setup manually ( face-auth , windows10 Smode change )
#--- Manually ---
# Install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Install Boxstarter
choco install -y Boxstarter
# Setup
BOXSTARTERSHELL
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/sakuramateo/4f5874352545eaffffbb070db472ffea/raw/3d5a05f752d12a7702afe048112cdfadbd8b6144/boxstarter.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment