mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 14:48:31 +00:00
* removed any windows 10 reference * update links * page clean up * Update _index.md * clean up getting started page * clean up more pages * Update faq.md * Update _index.md * more clean up
776 B
776 B
title, weight
| title | weight |
|---|---|
| Automation | 7 |
Use Automation to run Winutil from an exported configuration file.
To create a config file:
- Open Winutil.
- Click the gear icon in the top-right corner.
- Choose Export.
- 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" -Run
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.