2024-07-12 10:31:05 -05:00
# User Guide
2024-07-12 12:19:28 -05:00
## Overview
2024-07-12 14:39:06 -05:00
* short one
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
## Walkthrough
### Program
#### Installation & Updates
2024-07-12 12:19:28 -05:00
* To install programs select the programs you wish to install or update like the picture below.
![Program Install ](assets/ProgramInstall.png )
2024-07-12 10:31:05 -05:00
* Once you have selected the programs you wish to install click the select Install/Upgrade Selected button as seen below.
2024-07-12 12:19:28 -05:00
![Program Install Button ](assets/ProgramInstallButton.png )
2024-07-12 10:31:05 -05:00
2024-07-12 14:39:06 -05:00
#### Upgrade All
2024-07-12 12:19:28 -05:00
* Press the button to upgrade all installed programs that are supported by WinGet, there is no selection needed.
2024-07-12 10:31:05 -05:00
2024-07-12 14:39:06 -05:00
#### Uninstall
2024-07-12 10:31:05 -05:00
* To uninstall programs select the programs you wish to uninstall like the picture below.
2024-07-12 12:19:28 -05:00
![Program Uninstall ](assets/ProgramInstall.png )
* Once you have selected the programs you wish to uninstall click the select Uninstall Selected button as seen below.
![Program Uninstall Button ](assets/ProgramUninstall.png )
2024-07-12 14:39:06 -05:00
#### Get Installed
2024-07-12 12:19:28 -05:00
* Checks for installed programs that are supported by WinGet and selects them in the Utility.
2024-07-12 14:39:06 -05:00
#### Clear Selection
2024-07-12 12:19:28 -05:00
* Clears ur current selection so no program is checked.
2024-07-12 14:39:06 -05:00
### Tweaks
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Tweaks Addition
2024-07-12 12:19:28 -05:00
* To enable tweaks on your system select Tweaks at the top next to Install.
* Then you can select what tweaks you want adding to your system. We do have some presets you can select from at the top you can see this in the picture below.
![Tweaks Screen ](assets/TweaksScreen.PNG )
2024-07-12 13:36:44 -05:00
* After you have chosen your tweaks click the Run Tweaks button at the bottom of the screen.
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Tweaks Removal
2024-07-12 12:19:28 -05:00
* To disable tweaks on your system select Tweaks at the top next to Install.
* Then you can select what tweaks you want removing from your system.
2024-07-12 13:36:44 -05:00
* After you have chosen your tweaks you want to remove click the Undo Selected Tweaks button at the bottom of the screen.
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Essential Tweaks
2024-07-12 13:36:44 -05:00
* The Tweaks under the Essential
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Advanced Tweaks - CAUTION
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### O&O Shutup
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### DNS
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Customize Preferences
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Performance Plans
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Shortcuts
2024-07-12 12:19:28 -05:00
![Tweaks Screen ](assets/TweaksScreen.PNG )
2024-07-12 14:39:06 -05:00
### Config
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
#### Features
2024-07-12 12:19:28 -05:00
* Install the most used Windows Features by checking the checkbox and clicking "Install Features" to install them
2024-07-12 14:39:06 -05:00
#### Fixes
2024-07-12 12:19:28 -05:00
* Quick Fixes for your system if you are having Issues.
2024-07-12 14:39:06 -05:00
* Set Up Autologin
* Reset Windows Update
* Reset Network
* System Corruption Scan
* WinGet Reinstall
* Remove Adobe Creative Cloud
#### Legacy Windows Panels
### Updates | Not working rn
### MicroWin
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
## Automation
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
* 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
2024-07-12 12:19:28 -05:00
2024-07-12 14:39:06 -05:00
* On the Install Tab, click "Get Installed", this will get all installed apps **supported by Winutil** on the system
![GetInstalled ](assets/Get-Installed.png )
* Click on the Settings cog in the upper right corner and chose Export, chose file file and location, this will export the setting file.
![SettingsExport ](assets/Settings-Export.png )
* Copy this file to a USB or somewhere you can use after Windows installation.
* Use Microwin tab to create a custom Windows image.
* Install the Windows image.
* In the new Windows, Open PowerShell in the admin mode and run command to automatically apply tweaks and install apps from the config file.
* ``` iex "& { $(irm christitus.com/win) } -Config [path-to-your-config] -Run" ```
* Have a cup of coffee! Come back when it's done.