Files
winutil/docs/content/userguide/automation/_index.md
T
Sean (ANGRYxScotsman) 565597a906 Update documentation and images across multiple pages (#4549)
* Update CONTRIBUTING.md

* updated the apps page and pics

* updated tweaks tab pic

* updated features page with pic

* updated update page with pic

* update win 11 page with pic

* update pics for app page

* deleted old pics

* fix favicon from not showing

* added forums link in help

* Update hugo.toml

* updated title screen pic and added it to the main screen

* Update _index.md

* added the recommended section to the user guild tweeks

* Update _index.md

* added the new advance preset

* clean up pages

* fix links

* fixed wikipedia link

* Update _index.md
2026-05-26 15:17:26 -05:00

828 B

title, weight, prev, next
title weight prev next
Automation 7 /userguide/updates/ /userguide/win11creator/

Use Automation to run Winutil from an exported configuration file.

To create a config file:

  1. Open Winutil.
  2. Click the gear icon in the top-right corner.
  3. Choose Export.
  4. Save the exported JSON file.

Once you have exported a config, launch Winutil with it using this command:

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

This is useful for:

  • Applying the same Winutil configuration across multiple Windows 11 PCs
  • Reusing a known-good baseline after reinstalling Windows
  • Standardizing deployments for labs, workstations, or personal setups

Note

Run the command in an elevated PowerShell session so Winutil can apply system-level changes.