Skip to content

Instantly share code, notes, and snippets.

View janbuettiker's full-sized avatar
:shipit:
Always pushes to prod on Friday

Jan Büttiker janbuettiker

:shipit:
Always pushes to prod on Friday
View GitHub Profile
@janbuettiker
janbuettiker / TEST_Enable-Builtin-Administrator.ps1
Last active February 20, 2023 09:30
SetupComplete - Enable Builtin Administrator
$ErrorActionPreference = "Stop"
Set-StrictMode -version Latest
$path = "$($Env:SystemRoot)\OEM"
New-Item -ItemType Directory -Path $path -Force
# Use single-quote for the here-string so the text isn't interpolated
@'