This file contains hidden or 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
# V11. Run this first: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force | |
# NewWinConfig.ps1 - Automated Windows Configuration Script | |
# This script configures Windows with zero user intervention | |
# Initialize variables | |
$script:installedApps = @() | |
$script:failedApps = @() | |
$script:configChanges = @() | |
$script:errors = @() |
This file contains hidden or 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
1password | |
1password-cli | |
autoconf | |
aws-vpn-client | |
balenaetcher | |
bartender | |
ca-certificates | |
chatgpt | |
coreutils | |
cyberduck |