Files
winutil/docs/content/userguide/automation/_index.md
Sean (ANGRYxScotsman) 2d2497408f Website updated to latest version (#4157)
* updated theme to latest version

* updated tabs to the new way

* added missing frontmatter to pages

* updated hugo version

* edited the file structure

* revert back to old way

* Update _index.md

* fix typo and made sure it was upto date

* updated docs

* clean up navbar

* Update en.yaml
2026-03-06 08:28:34 -06:00

432 B

title, weight
title weight
Automation 7

The Automation option in Winutil allows you to run Winutil from an exported config file.

You can create your own config in the app by clicking the gear icon in the top-right corner, then choosing Export and saving the file.

You can automate Winutil launch with this command:

& ([ScriptBlock]::Create((irm "https://christitus.com/win"))) -Config "C:\Path\To\Config.json" -Run