Skip to content

Instantly share code, notes, and snippets.

@Simbioz-Admin
Last active November 6, 2015 20:21
Show Gist options
  • Save Simbioz-Admin/b09ca19882c3d06ed7c6 to your computer and use it in GitHub Desktop.
Save Simbioz-Admin/b09ca19882c3d06ed7c6 to your computer and use it in GitHub Desktop.
# Boxstart a new media server by copy-pasting the following in CMD (Admin):
# START http://boxstarter.org/package/nr/url?[the_raw_url_to_this_file]
# Windows Features
Enable-RemoteDesktop
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
# Server
choco install mssqlserver2014express
choco install mssqlservermanagementstudio2014express
# CLI Tools
choco install pscx # PowerShell Community Extensions
choco install ruby
choco install ruby2.devkit
choco install python
# Apps
choco install conemu
choco install googlechrome
choco install sublimetext3
choco install baretail
choco install 7zip.install
choco install ccleaner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment