Skip to content

Instantly share code, notes, and snippets.

View ashes999's full-sized avatar

ashes999 ashes999

View GitHub Profile
@ashes999
ashes999 / boxstarter-pc.ps1
Last active August 29, 2015 14:03
Boxstarter (Windows PC)
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
$packages = @( 'fiddler4', 'conemu', 'dropbox', 'virtualbox', 'VirtualBox.ExtensionPack', 'VBoxHeadlessTray', 'GoogleChrome' )
foreach ($package in $packages) {
cinst $package
}