Skip to content

Instantly share code, notes, and snippets.

@Kevin-Bronsdijk
Created August 12, 2015 12:13
Show Gist options
  • Save Kevin-Bronsdijk/6395fc9ab35abd1df414 to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/6395fc9ab35abd1df414 to your computer and use it in GitHub Desktop.
BoxStarter dropbox to onedrive VM
#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