Skip to content

Instantly share code, notes, and snippets.

@toruuetani
Last active November 11, 2017 09:30
Show Gist options
  • Save toruuetani/bc76abf2cc69b42d91bdcf815409040c to your computer and use it in GitHub Desktop.
Save toruuetani/bc76abf2cc69b42d91bdcf815409040c to your computer and use it in GitHub Desktop.

管理者権限で powershell を起動して、以下のコマンドを実行する。

Set-ExecutionPolicy Unrestricted
. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
Install-BoxstarterPackage -PackageName "https://gist.githubusercontent.com/toruuetani/bc76abf2cc69b42d91bdcf815409040c/raw/311d8f3aa8c4f7756a50f390c074f5a346b9183e/boxstarter.txt" -DisableReboots
#---- TEMPORARY ---
Disable-UAC
#--- Windows Settings ---
# 可能な設定はここで確認 --> [Boxstarter WinConfig Features](http://boxstarter.org/WinConfig)
Disable-BingSearch
Disable-GameBarTips
Enable-RemoteDesktop
Set-TaskbarOptions -AlwaysShowIconsOn
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
#--- Windows Subsystems/Features ---
choco install Microsoft-Windows-Subsystem-Linux -source windowsfeatures
#--- Install by Chocolatey ---
cinst adobereader
cinst git
cinst golang
cinst google-chrome-x64
cinst launchy
cinst lhaplus
cinst winmerge-jp
cinst winshot
#--- Restore Temporary Settings ---
Enable-UAC
Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment