2023-09-13 September Bug fixes and Feature Additions (#1024)

* Add Message confirming restore point created (#953)

* Compile Winutil

* readme update

* Fix value for strings

* remove idm paid software

* add xdm

* add peazip

* Update winutil.ps1

* cleanup and tcpview addition

* fix choco wiztree

* Update tweaks.json

* Add CTT YouTube tutorial video to the README (#1007)

* Update edgeremoval.bat (#1009)

Update Edge Removal - AveYo to 2023.09.09

* Update README.md update docs

* Application Sort - DDU - Change in Runspace (#1013)

* Application list sorted alphabetically

* Indentation fix

* Compiled winutil.ps1

* Indentation fix

* Added Display Driver Uninstaller

* Fix apps falsely marked as installed #1015

* Fix new golang package

* music bee add #993

* Compile Winutil

* Cleanup Tweaks

* Compile Winutil

* OneDrive Removal Fix #385

* Compile Winutil

* Expand Common Issues in Readme

* one drive cleanup fixes

* Compile Winutil

* OneDrive Reinstall

* Compile Winutil

* Edge undo change

* Compile Winutil

* Revert "Merge branch 'test-2023-08-09' into 2023-09-07-Test"

This reverts commit 3636dcb4bb, reversing
changes made to db4f4925d2.

* rebase fix 1

* Musicbee

* uninstall fix

* Update README.md

* fix reinstalls on edge onedrive

* Update winutil.ps1

* Display tweak unpin icons

* Added tweaks for IPv6 (#1010)

* ipv6 merge

---------

Co-authored-by: Stephen Harris <stephen@lunamile.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: meenbeese <meenbeese@tutanota.com>
Co-authored-by: Christian S <crian84@gmail.com>
Co-authored-by: supplefrog <78985073+supplefrog@users.noreply.github.com>
Co-authored-by: Joan Solana Raduà <joansolana@proton.me>
This commit is contained in:
Chris Titus
2023-09-13 17:30:56 -05:00
committed by GitHub
parent 8047393dc8
commit 5dfa540c85
8 changed files with 1779 additions and 1604 deletions

View File

@ -18,7 +18,16 @@ Or shorter Thanks to [#144](/../../issues/144)
```
irm https://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:
### Issues:
- If you can't resolve christitus.com/win and getting errors launching India Region is BLOCKING raw github files and you need to VPN outside India.
Source: <https://timesofindia.indiatimes.com/gadgets-news/github-content-domain-blocked-for-these-indian-users-reports/articleshow/96687992.cms>
- AntiVirus is also blocking the script. You can disable it temporarily to run the script. The script is flagged for malware because it runs under the administrator and makes system changes.
- 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')
```
@ -29,6 +38,10 @@ If you are still having issues try changing your DNS provider to 1.1.1.1 or 8.8.
- This project needs a ⭐️ from you. Don't forget to leave a star ⭐️.
- EXE Wrapper for $10 @ https://www.cttstore.com/windows-toolbox
## Tutorial
[![Watch the video](https://img.youtube.com/vi/6UQZ5oQg8XA/hqdefault.jpg)](https://www.youtube.com/watch?v=6UQZ5oQg8XA)
## Overview
- Install
@ -62,7 +75,7 @@ If you are still having issues try changing your DNS provider to 1.1.1.1 or 8.8.
- Updates:
- Default (Out of Box) Settings: Provides the default settings that come with Windows for updates.
- Security (Recommended) Settings: Offers recommended settings, including a slight delay of feature updates by 2 days and installation of security updates 4 days after release.
- Security (Recommended) Settings: Offers recommended settings, including a slight delay of feature updates by 2 years and installation of security updates 4 days after release.
- Disable All Updates (Not Recommended!): Allows users to disable all Windows updates, but it's not recommended due to potential security risks.