Skip to content

Instantly share code, notes, and snippets.

View gianbottalico's full-sized avatar

Gianluca Bottalico gianbottalico

View GitHub Profile
@gianbottalico
gianbottalico / 01-windows-bootstrap.ps1
Last active March 25, 2016 11:35 — forked from ChaseFlorell/01-Update-Windows.ps1
Workspace BoxStarter script
# http://boxstarter.org/package/url?
#####################
# BEGIN CONFIGURATION
#####################
#region Initial Windows Config
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Disable-UAC
Update-ExecutionPolicy unrestricted