Skip to content

Instantly share code, notes, and snippets.

View bohbra's full-sized avatar

Robert Gaede bohbra

View GitHub Profile
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\VisualStudio.DTE.14.0]
@="Microsoft Visual Studio DTE Object"
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="pyxis.core">
<section name="logging" type="Pyxis.Core.Logging.Configuration.LoggingConfigurationSection, Pyxis.Core.Logging" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
```XML
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="pyxis.core">
<section name="logging" type="Pyxis.Core.Logging.Configuration.LoggingConfigurationSection, Pyxis.Core.Logging" />
</sectionGroup>
</configSections>
<startup>
################################# WINDOWS SETTTINGS ###############################
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
Disable-UAC
################################# SOFTWARE ########################################
cinst dotnet-4.6.2 -y
cinst googlechrome -y
@bohbra
bohbra / dev.software.boxstarter
Last active October 21, 2016 19:40
Dev software only boxstarter
# Software
cinst googlechrome -y
cinst firefox -y
cinst notepadplusplus -y
cinst dropbox -y
cinst windirstat -y
cinst jdk8 -y
cinst paint.net -y
cinst 7zip -y
cinst hipchat -y
@bohbra
bohbra / dev.boxstarter
Last active October 21, 2016 15:25
Dev boxstarter
################################# Boxstarter ######################################
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$true # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
################################# WINDOWS SETTTINGS ###############################
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions