GithubHelp home page GithubHelp logo

hbabar-uc / winutil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christitustech/winutil

0.0 0.0 0.0 381 KB

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates

License: MIT License

PowerShell 94.68% Batchfile 5.32%

winutil's Introduction

Chris Titus Tech's Windows Utility

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 on any contributions to keep this project clean and efficient.

screen-install

Requires you to launch PowerShell or Windows Terminal As ADMINISTRATOR!

The recommended way is to right click on the start menu and select (PowerShell As Admin Windows 10 - Windows Terminal As Admin Windows 11)

Launch Command:

iwr -useb https://christitus.com/win | iex

Or shorter Thanks to #144

irm christitus.com/win | iex

If you are having TLS 1.2 Issues or You cannot find or resolve christitus.com/win then run with the following command:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1')

EXE Wrapper for $10 @ https://www.cttstore.com/windows-toolbox

Overview

  • Install
    • Installs all selected programs
    • Has Upgrade ALL existing programs button
  • Tweaks
    • Optimizes windows and reduces running processes
    • Has recommended settings for each type of system
  • Config
    • Quick configurations for Windows Installs
    • Has old legacy panels from Windows 7
    • Reset Windows Update to factory settings
    • System Corruption Scan
  • Updates
    • Fixes the default windows update scheme

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

Issues

If you have any issues with the script please submit them to Issues tab here on GitHub and fill out the template so I can fix any bugs or make feature requests.

Contribute Code

Any new code must be submitted to TEST BRANCH! - No merges will be performed on MAIN branch

For pull requests, be sure and document ALL changes. If you add something to the tweaks section the undo MUST also be applied to remove the new tweaks. Any tweak not following this format will be denied. Any code not well documented will be denied.

winutil's People

Contributors

archead avatar bbsnavy avatar carterpersall avatar christitustech avatar couleurm avatar developerdurp avatar felipebeser avatar flkaplan20271 avatar hoffmanra avatar joaquinodz avatar ltsuda avatar omar-njie avatar padsalatushal avatar princessakira avatar ribbanya avatar ssrahul96 avatar thecuz1 avatar thedipayanb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.