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
# Remove PS Security | |
set-executionpolicy Unrestricted | |
# Basic Windows config | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
# Chocolatey Init | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
# Chocolatey Packages |