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
# Run these commands first to get Boxstarter installed | |
# | |
# Set-ExecutionPolicy RemoteSigned | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/xzxpurple2017/d4ca56b1c0256f949196236d963c8d8d/raw/boxstarter.ps1 -DisableReboots | |
#---- TEMPORARY --- | |
Disable-UAC | |
# Move taskbar to left and change search to icon |
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"?> | |
<packages> | |
<package id="awscli" /> | |
<package id="bitwarden" /> | |
<package id="Boxstarter" /> | |
<package id="Boxstarter.Bootstrapper" /> | |
<package id="Boxstarter.Chocolatey" /> | |
<package id="Boxstarter.Common" /> | |
<package id="Boxstarter.HyperV" /> | |
<package id="Boxstarter.WinConfig" /> |