Created
August 12, 2015 12:13
-
-
Save Kevin-Bronsdijk/6395fc9ab35abd1df414 to your computer and use it in GitHub Desktop.
BoxStarter dropbox to onedrive VM
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
#Win Config | |
Install-WindowsUpdate -AcceptEula | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
#Base Apps | |
choco install 7zip.commandline | |
choco install 7zip.install | |
choco install dropbox | |
choco install onedrive | |
choco install GoogleChrome | |
choco install notepadplusplus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment