Last active
October 19, 2020 21:11
-
-
Save mrcaron/81f35e5c7211f810cd5f to your computer and use it in GitHub Desktop.
Radman Dev Box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use http://bit.ly/radboxstarter4 as the link to this raw file | |
# Before using this script, make sure to turn on developer mode and insider builds and restart. | |
Set-WindowsExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Install-WindowsUpdate | |
#Enable-RemoteDesktop | |
cinst -y chocolatey | |
cinst -y googlechrome | |
cinst -y googledrive | |
cinst -y teamviewer | |
cinst -y visualstudiocode-insiders | |
cinst -y dropbox | |
cinst -y 7zip | |
cinst -y paint.net | |
cinst -y git | |
cinst -y fiddler4 | |
cinst -y Git-Credential-Manager-for-Windows | |
cinst -y sysinternals | |
cinst -y poshgit | |
cinst -y pscx | |
cinst -y vagrant | |
cinst -y docker | |
cinst -y docker-compose | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst Containers-All -source windowsFeatures | |
# don't forget to turn on developer mode, install bash and containers | |
# See https://github.com/Microsoft/Virtualization-Documentation, | |
# http://www.winbeta.org/news/heres-check-hyper-v-containers-windows-10-insider, | |
# https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10 | |
# http://aka.ms/windowscontainers/powershell | |
# https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server | |
# install-packageprovider chocolatey | |
# install-packageprovider nuget | |
# install-packageprovider containerimage | |
# add-to-environment: [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files\Docker", [EnvironmentVariableTarget]::Machine) | |
# use dockerd service: dockerd --register-service | |
# start-service: Start-Service Docker | |
# install-containerimage nanoserver | |
# docker tag nanoserver:10.0.14300.1010 nanoserver:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment