MyDrift 37089aeb5c
Documentation & ReadMe Cleanup (#2310)
* cleanup readme & create docs

* add icons

* Change Title to include Logo

* fix title

* title fix 2.0

* revert title

* Update .docs/Overview.md

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>

* added link to latest release at download count

* moved files from wiki folder

* fix path

* fix2

* fix3

* add compatibility with new docs site

* fix link

* remove documentation

* fix known issues

---------

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-07-13 11:03:09 -05:00
2024-07-08 18:32:03 -05:00
2024-07-08 18:32:03 -05:00
2023-10-19 17:12:55 -05:00
2023-12-19 14:20:21 -06:00
2024-07-08 15:06:12 -05:00
2024-07-08 14:59:58 -05:00
2024-06-04 22:27:27 -05:00
2024-04-20 16:38:43 -05:00
2023-11-14 15:45:48 -06:00
2022-04-27 21:25:19 -05:00
2024-07-13 15:58:30 +00:00

Chris Titus Tech's Windows Utility

Version GitHub Downloads (all assets, latest release)

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.

screen-install

💡 Usage

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:

  1. Right-Click Method:

    • Right-click on the start menu.
    • Choose "Windows PowerShell (Admin)" (for Windows 10) or "Terminal (Admin)" (for Windows 11).
  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

Simple way

irm "https://christitus.com/win" | iex

Courtesy of the issue: #144

If this site is not reachable from your country, please try running it directly from GitHub.

irm "https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1" | iex

If you still have Issues, refer to Known Issues.

🎓 Tutorial

Watch the video

Written Article walkthrough @ https://christitus.com/windows-tool/

💖 Support

🏅 Thanks to all Contributors

Thanks a lot for spending your time helping Winutil grow. Thanks a lot! Keep rocking 🍻.

Contributors

📊 GitHub Stats

Alt

Description
Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Readme MIT 19 MiB
Languages
PowerShell 99.9%