Skip to content

Instantly share code, notes, and snippets.

@khellang
Last active May 12, 2016 23:24
Show Gist options
  • Select an option

  • Save khellang/2a13103c8527ad495cf7 to your computer and use it in GitHub Desktop.

Select an option

Save khellang/2a13103c8527ad495cf7 to your computer and use it in GitHub Desktop.

Revisions

  1. khellang revised this gist May 12, 2016. 1 changed file with 2 additions and 32 deletions.
    34 changes: 2 additions & 32 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -1,47 +1,17 @@
    # Set up Windows
    Disable-UAC
    Enable-RemoteDesktop
    Set-TaskbarOptions -Lock -Size Large -Dock Left
    Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar

    # Windows 8 / 8.1 Specific
    Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
    Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps

    # Utilities
    cinst fiddler4
    cinst spotify
    cinst 7zip
    cinst GoogleChrome.Canary
    cinst dropbox
    cinst skype
    cinst putty
    cinst baretail
    cinst paint.net
    cinst curl
    cinst windirstat
    cinst ConEmu
    cinst javaruntime # Need this for BankID *sigh*
    cinst adobereader
    cinst webpi
    cinst lastpass

    # Fonts
    cinst SourceCodePro

    # Coding
    cinst git
    cinst nodejs
    cinst P4Merge
    cinst scriptcs
    cinst NugetPackageExplorer
    cinst SqlServer2014Express
    cinst git-credential-winstore
    cinst mssqlserver2014express

    # Editors
    cinst SublimeText3
    cinst markdownpad2
    cinst VisualStudio2013Ultimate
    cinst visualstudio2015enterprise

    # JetBrains all the things!
    cinst resharper
  2. khellang revised this gist Oct 21, 2014. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -26,11 +26,6 @@ cinst adobereader
    cinst webpi
    cinst lastpass

    # Editors
    cinst SublimeText3
    cinst markdownpad2
    cinst VisualStudio2013Ultimate

    # Fonts
    cinst SourceCodePro

    @@ -43,6 +38,11 @@ cinst NugetPackageExplorer
    cinst SqlServer2014Express
    cinst git-credential-winstore

    # Editors
    cinst SublimeText3
    cinst markdownpad2
    cinst VisualStudio2013Ultimate

    # JetBrains all the things!
    cinst resharper
    cinst dotCover
  3. khellang revised this gist Oct 21, 2014. 1 changed file with 12 additions and 2 deletions.
    14 changes: 12 additions & 2 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -9,19 +9,30 @@ Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
    Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps

    # Utilities
    cinst fiddler
    cinst fiddler4
    cinst spotify
    cinst 7zip
    cinst GoogleChrome.Canary
    cinst dropbox
    cinst skype
    cinst putty
    cinst baretail
    cinst paint.net
    cinst curl
    cinst windirstat
    cinst ConEmu
    cinst javaruntime # Need this for BankID *sigh*
    cinst adobereader
    cinst webpi
    cinst lastpass

    # Editors
    cinst SublimeText3
    cinst markdownpad2
    cinst VisualStudio2013Ultimate

    # Fonts
    cinst SourceCodePro

    # Coding
    cinst git
    @@ -31,7 +42,6 @@ cinst scriptcs
    cinst NugetPackageExplorer
    cinst SqlServer2014Express
    cinst git-credential-winstore
    cinst VisualStudio2013Ultimate

    # JetBrains all the things!
    cinst resharper
  4. khellang revised this gist Oct 21, 2014. 1 changed file with 22 additions and 16 deletions.
    38 changes: 22 additions & 16 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -8,28 +8,34 @@ Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtec
    Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
    Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps

    # Install all the apps!
    # Utilities
    cinst fiddler
    cinst git
    cinst git-credential-winstore
    cinst spotify
    cinst 7zip
    cinst GoogleChrome.Canary
    cinst dropbox
    cinst skype
    cinst scriptcs
    cinst ConEmu
    cinst javaruntime # Need this for BankID *sigh*
    cinst adobereader

    # Editors
    cinst SublimeText3
    cinst NugetPackageExplorer
    cinst spotify
    cinst P4Merge
    cinst VisualStudio2013Ultimate
    cinst resharper #
    cinst dotCover #
    cinst dotPeek # Here comes the JetBrains gang!
    cinst dotTrace #
    cinst dotMemory #
    cinst markdownpad2
    cinst SqlServer2014Express
    cinst javaruntime # Need this for BankID *sigh*

    # Coding
    cinst git
    cinst nodejs
    cinst adobereader
    cinst P4Merge
    cinst scriptcs
    cinst NugetPackageExplorer
    cinst SqlServer2014Express
    cinst git-credential-winstore
    cinst VisualStudio2013Ultimate

    # JetBrains all the things!
    cinst resharper
    cinst dotCover
    cinst dotPeek
    cinst dotTrace
    cinst dotMemory
  5. khellang revised this gist Oct 21, 2014. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -23,11 +23,11 @@ cinst NugetPackageExplorer
    cinst spotify
    cinst P4Merge
    cinst VisualStudio2013Ultimate
    cinst resharper
    cinst dotCover
    cinst dotPeek
    cinst dotTrace
    cinst dotMemory
    cinst resharper #
    cinst dotCover #
    cinst dotPeek # Here comes the JetBrains gang!
    cinst dotTrace #
    cinst dotMemory #
    cinst markdownpad2
    cinst SqlServer2014Express
    cinst javaruntime # Need this for BankID *sigh*
  6. khellang revised this gist Oct 21, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    # Set up Windows
    Disable-UAC
    Enable-RemoteDesktop
    Set-TaskbarOptions -Lock -Size Large -Dock Left
    Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
  7. khellang revised this gist Oct 9, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@ cinst dotPeek
    cinst dotTrace
    cinst dotMemory
    cinst markdownpad2
    cinst MsSqlServer2012Express
    cinst SqlServer2014Express
    cinst javaruntime # Need this for BankID *sigh*
    cinst nodejs
    cinst adobereader
  8. khellang revised this gist Sep 15, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,7 @@ cinst ConEmu
    cinst SublimeText3
    cinst NugetPackageExplorer
    cinst spotify
    # cinst P4Merge -- Currently not working...
    cinst P4Merge
    cinst VisualStudio2013Ultimate
    cinst resharper
    cinst dotCover
  9. khellang revised this gist Aug 13, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,7 @@ Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeft
    # Install all the apps!
    cinst fiddler
    cinst git
    cinst git-credential-winstore
    cinst 7zip
    cinst GoogleChrome.Canary
    cinst dropbox
  10. khellang revised this gist Aug 12, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -29,4 +29,5 @@ cinst dotMemory
    cinst markdownpad2
    cinst MsSqlServer2012Express
    cinst javaruntime # Need this for BankID *sigh*
    cinst nodejs
    cinst nodejs
    cinst adobereader
  11. khellang revised this gist May 26, 2014. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    # Set up Windows
    Disable-UAC
    Enable-RemoteDesktop
    Set-TaskbarOptions -Lock -Size Large -Dock Left
    Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
  12. khellang revised this gist May 23, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -29,4 +29,5 @@ cinst dotTrace
    cinst dotMemory
    cinst markdownpad2
    cinst MsSqlServer2012Express
    cinst javaruntime # Need this for BankID *sigh*
    cinst javaruntime # Need this for BankID *sigh*
    cinst nodejs
  13. khellang revised this gist May 23, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -29,4 +29,4 @@ cinst dotTrace
    cinst dotMemory
    cinst markdownpad2
    cinst MsSqlServer2012Express
    cinst javaruntime
    cinst javaruntime # Need this for BankID *sigh*
  14. khellang revised this gist May 23, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -28,4 +28,5 @@ cinst dotPeek
    cinst dotTrace
    cinst dotMemory
    cinst markdownpad2
    cinst MsSqlServer2012Express
    cinst MsSqlServer2012Express
    cinst javaruntime
  15. khellang revised this gist May 23, 2014. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,8 @@
    # Set up Windows
    Disable-UAC
    Enable-RemoteDesktop

    Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
    Set-TaskbarOptions -Lock -Size Large -Dock Left
    Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar

    # Windows 8 / 8.1 Specific
    Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
  16. khellang revised this gist May 23, 2014. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,15 @@
    # Set up Windows
    Disable-UAC
    Enable-RemoteDesktop

    Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
    Set-TaskbarOptions -Lock -Size Large -Dock Left

    # Windows 8 / 8.1 Specific
    Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
    Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps

    # Install all the apps!
    cinst fiddler
    cinst git
    cinst 7zip
    @@ -9,7 +21,7 @@ cinst ConEmu
    cinst SublimeText3
    cinst NugetPackageExplorer
    cinst spotify
    cinst P4Merge
    # cinst P4Merge -- Currently not working...
    cinst VisualStudio2013Ultimate
    cinst resharper
    cinst dotCover
  17. khellang revised this gist May 23, 2014. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,6 @@ cinst skype
    cinst scriptcs
    cinst ConEmu
    cinst SublimeText3
    cinst SublimeText3.PackageControl
    cinst NugetPackageExplorer
    cinst spotify
    cinst P4Merge
  18. khellang revised this gist May 23, 2014. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions boxstarter.ps1
    Original file line number Diff line number Diff line change
    @@ -2,19 +2,20 @@ cinst fiddler
    cinst git
    cinst 7zip
    cinst GoogleChrome.Canary
    cinst putty
    cinst dropbox
    cinst skype
    cinst scriptcs
    cinst ConEmu
    cinst SublimeText3
    cinst SublimeText3.PackageControl
    cinst dotPeek
    cinst NugetPackageExplorer
    cinst spotify
    cinst P4Merge
    cinst VisualStudio2013Ultimate
    cinst resharper
    cinst dotCover
    cinst dotPeek
    cinst dotTrace
    cinst dotMemory
    cinst markdownpad2
    cinst MsSqlServer2012Express
  19. khellang renamed this gist May 23, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  20. khellang created this gist May 23, 2014.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    cinst fiddler
    cinst git
    cinst 7zip
    cinst GoogleChrome.Canary
    cinst putty
    cinst dropbox
    cinst skype
    cinst scriptcs
    cinst ConEmu
    cinst SublimeText3
    cinst SublimeText3.PackageControl
    cinst dotPeek
    cinst NugetPackageExplorer
    cinst spotify
    cinst P4Merge
    cinst VisualStudio2013Ultimate
    cinst resharper
    cinst dotCover
    cinst markdownpad2
    cinst MsSqlServer2012Express