mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 17:14:45 -05:00
[DOCS] Update (#2427)
* index, known issues & contribute * revamp some existing stuff * rework on existing stuff * rework existing stuff + add new stuff * remove unused folder & imgs * undo winutil * replace faulty formatted line with tip Co-authored-by: Mr.k <mineshtine28546271@gmail.com> * hotfix for tip * fix grammer issues * fix grammer issues Corrected various grammatical errors in the documentation files. This includes fixing typos, adjusting punctuation, and improving sentence structure for better readability. --------- Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
@ -1,12 +1,20 @@
|
||||
# Welcome to Chris Titus WinUtil Official Documentation!
|
||||
# Welcome to the WinUtil Documentation!
|
||||
|
||||
[](https://discord.gg/RUbZUZyByQ)
|
||||
[](https://github.com/ChrisTitusTech/winutil/releases/latest)
|
||||

|
||||
|
||||
## Running
|
||||
[](https://discord.gg/RUbZUZyByQ)
|
||||
|
||||
There are 4 ways to run WinUtil. The 4 ways goes as follows:
|
||||
Welcome to the official documentation for WinUtil, your go-to utility for optimizing and managing your Windows environment. Whether you’re an IT professional, power user, or regular user, WinUtil provides a comprehensive set of tools to enhance your Windows experience.
|
||||
|
||||
* `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.
|
||||
## Running the latest release of WinUtil
|
||||
|
||||
* You will first need to start a Powershell terminal **as Admin**.
|
||||
* Now you can run the following command:
|
||||
```ps1
|
||||
irm christitus.com/win | iex
|
||||
```
|
||||
|
||||
!!! info
|
||||
|
||||
WinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.
|
Reference in New Issue
Block a user