Skip to content

Instantly share code, notes, and snippets.

@lynn
Last active February 21, 2024 11:47
Show Gist options
  • Save lynn/2f882397c08db11666d3e74a49e4386d to your computer and use it in GitHub Desktop.
Save lynn/2f882397c08db11666d3e74a49e4386d to your computer and use it in GitHub Desktop.
param (
[switch]$windows_update = $false,
[switch]$install_audio = $false,
[switch]$second_stage = $false
)
echo "gotcha: $windows_update $install_audio $second_stage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment