mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 22:27:28 +00:00
Added -Preset for automation (#4539)
* Update start.ps1 * Update main.ps1 * Update start.ps1 * Update start.ps1 * Update main.ps1 * Update main.ps1 * Update _index.md * Update _index.md * Update _index.md * Update README.md * Update main.ps1 * Update start.ps1 * Update main.ps1 * Update main.ps1 * Update start.ps1 * Update main.ps1 * Update main.ps1 * Update main.ps1 * Update main.ps1
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
param (
|
||||
[string]$Config,
|
||||
[ValidateSet("Standard", "Minimal", "Advanced")]
|
||||
[string]$Preset,
|
||||
[switch]$Noui,
|
||||
[switch]$Offline
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user