Files
winutil/README.md
T

63 lines
2.4 KiB
Markdown
Raw Normal View History

2022-09-07 16:20:49 -05:00
# Chris Titus Tech's Windows Utility
2022-05-17 09:34:53 -05:00
2024-06-28 22:09:05 +01:00
[![Version](https://img.shields.io/github/v/release/ChrisTitusTech/winutil?color=7a39fb)](https://github.com/ChrisTitusTech/winutil/releases/latest)
2024-07-08 22:34:12 +02:00
![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads/ChrisTitusTech/winutil/latest/total)
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/RUbZUZyByQ)](https://discord.gg/RUbZUZyByQ)
2024-07-08 22:34:12 +02:00
This utility is a compilation of Windows tasks I perform on each Windows system I use. It is meant to streamline *installs*, debloat with *tweaks*, troubleshoot with *config*, and fix Windows *updates*. I am extremely picky about any contributions to keep this project clean and efficient.
2022-09-07 15:43:59 -05:00
2024-07-13 18:03:09 +02:00
![screen-install](./docs/assets/screen-install.png)
2022-09-06 16:49:27 -05:00
2024-07-13 18:03:09 +02:00
## 💡 Usage
2022-10-13 05:59:14 -05:00
+5
2024-01-25 14:44:51 -06:00
Winutil must be run in Admin mode because it performs system-wide tweaks. To achieve this, open PowerShell or Windows Terminal as an administrator. Here are a few ways to do it:
2022-10-13 05:59:14 -05:00
+5
2024-01-25 14:44:51 -06:00
1. **Right-Click Method:**
- Right-click on the start menu.
+26
2024-06-04 20:27:27 -07:00
- Choose "Windows PowerShell (Admin)" (for Windows 10) or "Terminal (Admin)" (for Windows 11).
+5
2024-01-25 14:44:51 -06:00
2. **Search and Launch Method:**
- Press the Windows key.
- Type "PowerShell" or "Terminal" (for Windows 11).
- Press `Ctrl + Shift + Enter` to launch it with administrator privileges.
### Launch Command
2024-07-13 11:07:37 -05:00
#### Stable Branch
2022-05-17 09:34:53 -05:00
```ps1
irm "https://christitus.com/win" | iex
2022-05-17 09:34:53 -05:00
```
2024-07-13 11:07:37 -05:00
#### Dev Branch
+8
2024-03-28 12:39:23 -07:00
```ps1
2024-07-13 11:07:37 -05:00
irm "https://christitus.com/windev" | iex
+5
2024-01-25 14:44:51 -06:00
```
2024-07-13 11:37:47 -05:00
If you have Issues, refer to [Known Issues](https://christitustech.github.io/winutil/KnownIssues/)
2024-07-13 11:32:22 -05:00
## 🎓 Documenation
+5
2024-01-25 14:44:51 -06:00
2024-07-13 11:35:29 -05:00
### [WinUtil Official Documentation](https://christitustech.github.io/winutil/)
+5
2024-01-25 14:44:51 -06:00
2024-07-13 11:34:21 -05:00
### YouTube Tutorial
2024-07-13 18:03:09 +02:00
[![Watch the video](https://img.youtube.com/vi/6UQZ5oQg8XA/hqdefault.jpg)](https://www.youtube.com/watch?v=6UQZ5oQg8XA)
+5
2024-01-25 14:44:51 -06:00
2024-07-13 11:35:29 -05:00
### [ChrisTitus.com Article](https://christitus.com/windows-tool/)
+5
2024-01-25 14:44:51 -06:00
2022-05-17 09:34:53 -05:00
2024-07-13 18:03:09 +02:00
## 💖 Support
+1
2023-11-14 15:45:48 -06:00
- To morally and mentally support the project, make sure to leave a ⭐️!
2023-09-07 14:37:27 -05:00
- EXE Wrapper for $10 @ https://www.cttstore.com/windows-toolbox
2022-09-07 17:33:46 -05:00
2024-07-13 18:03:09 +02:00
## 🏅 Thanks to all Contributors
2023-07-13 15:46:00 -05:00
Thanks a lot for spending your time helping Winutil grow. Thanks a lot! Keep rocking 🍻.
[![Contributors](https://contrib.rocks/image?repo=ChrisTitusTech/winutil)](https://github.com/ChrisTitusTech/winutil/graphs/contributors)
2022-05-17 11:11:08 -05:00
2024-07-13 18:03:09 +02:00
## 📊 GitHub Stats
2023-10-19 17:12:55 -05:00
+1
2023-11-14 15:45:48 -06:00
![Alt](https://repobeats.axiom.co/api/embed/aad37eec9114c507f109d34ff8d38a59adc9503f.svg "Repobeats analytics image")