This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\VisualStudio.DTE.14.0] | |
@="Microsoft Visual Studio DTE Object" | |
This file contains 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
<?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" /> |
This file contains 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
```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> |
This file contains 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
################################# WINDOWS SETTTINGS ############################### | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showFileExtensions | |
Disable-UAC | |
################################# SOFTWARE ######################################## | |
cinst dotnet-4.6.2 -y | |
cinst googlechrome -y |
This file contains 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
# 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 |
This file contains 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
################################# 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 |