Move docs over. (#3760)

* Docs

* Update docs.yaml

* Delete docs/LICENCE

* Delete docs/README.md

* Update module path in go.mod
This commit is contained in:
Real-MullaC
2026-01-07 19:55:35 +00:00
committed by GitHub
parent 63eeab0b19
commit 69d8649986
165 changed files with 13532 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
title: Automation
weight: 7
---
* Some features are available through automation. This allows you to save your config file, pass it to Winutil, walk away and come back to a finished system. Here is how you can set it up currently with Winutil >24.01.15
* On the Install Tab, click "Get Installed", this will get all installed apps **supported by Winutil** on the system.
{{< image src="images/Get-Installed" alt="GetInstalled" >}}
* Click on the Settings cog in the upper right corner and choose Export. Choose file file and location; this will export the setting file.
{{< image src="images/Settings-Export" alt="SettingsExport" >}}
* Copy this file to a USB or somewhere you can use it after Windows installation.
> [!TIP]
> Use the Microwin tab to create a custom Windows image & install the Windows image.
* On any supported Windows machine, open PowerShell **as Admin** and run the following command to automatically apply tweaks and install apps from the config file.
```
iex "& { $(irm https://christitus.com/win) } -Config [path-to-your-config] -Run"
```
* Have a cup of coffee! Come back when it's done.