2024-07-12 14:39:06 -05:00
|
|
|
# Welcome to Chris Titus WinUtil Offical Documentation!
|
|
|
|
|
|
|
|
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/RUbZUZyByQ)](https://discord.gg/RUbZUZyByQ)
|
2024-07-12 10:31:05 -05:00
|
|
|
|
|
|
|
## Running
|
|
|
|
|
2024-07-12 12:19:28 -05:00
|
|
|
There are 4 ways to run WinUtil. The 4 ways goes as follows:
|
2024-07-12 10:31:05 -05:00
|
|
|
|
2024-07-12 12:19:28 -05:00
|
|
|
* `irm christitus.com/win | iex` - Runs WinUtil from ChrisTitus's website using the latest Full Releases.
|
|
|
|
* `irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1 | iex` - Runs WinUtil from github using the latest Full Release.
|
|
|
|
* `irm christitus.com/windev | iex` - Runs WinUtil from ChrisTitus website using the latest Pre-Release.
|
|
|
|
* `irm https://github.com/ChrisTitusTech/winutil/releases/latest/download/windev.ps1 | iex` - Runs WinUtil from github using the latest Pre-Release.
|