This commit is contained in:
Belim 2023-05-01 16:37:23 +02:00
commit b747ed9459
9 changed files with 59 additions and 5 deletions

View File

@ -1,10 +1,18 @@
# No more draw backs of upgrading to Windows 11 with - Bloaty 'Nosy (Bloaty & Nosy) -
![screenshot](https://github.com/builtbybel/BloatyNosy/blob/main/assets/bloatynosy.png?raw=true)
**Universal Debloater and PC Manager for the most up-to-date version of the Redmond OS (Windows 11)**
### Download here https://github.com/builtbybel/BloatyNosy/releases
_Universal Debloater and PC Manager for the most up-to-date version of the Redmond OS (Windows 11)_
### Microsoft store installation
[<img alt="alt_text" width="240px" src="https://upload.wikimedia.org/wikipedia/commons/f/f7/Get_it_from_Microsoft_Badge.svg" href=""/>](https://apps.microsoft.com/store/detail/XPDCJG88N6FD16)
### Microsoft Store (Recommended)
The app is distributed within the [App Installer](https://apps.microsoft.com/store/detail/XPDCJG88N6FD16) package.
<br>
_You can also download BloatyNosy directly from the [GitHub releases page](https://github.com/builtbybel/BloatyNosy/releases)_
## Features
Windows 11 has a gazillion toggles and settings options. And general users dont know where to find most of these features, what to make of them, and which setting to enable or disable. **BloatyNosy** streamlines and houses all the essential settings under one app and allows you to disable and remove unnecessary features with just a simple click.
It comes with a few modules that will be expanded over time, similar to [ThisIsWin11](https://github.com/builtbybel/ThisIsWin11).

View File

@ -0,0 +1,14 @@
[LOW] Use Apps dark theme
[LOW] Use Windows dark theme
[LOW] Disable acrylic Fluent Design effects
[MIDDLE] Disable Widgets
[LOW] Disable Microsoft Teams on Startup
[MIDDLE] Disable Game DVR feature
[MIDDLE] Disable PowerThrottling
[MIDDLE] Adjust visual effects for best performance
[HIGH] Disable Diagnostic data
[MIDDLE] Disable Connected User Experiences and Telemetry
[HIGH] Disable Compatibility Telemetry
[HIGH] Disable Automatic Installation of apps
[HIGH] Disable Tailored experiences
[HIGH] Disable Apps running in background

View File

@ -0,0 +1 @@
Bloatware (from Microsoft, ASUS, Adobe, HP, Meta etc.)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,12 @@
[Info]
DisplayName=Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
Publisher=https://github.com/ChrisTitusTech/winutil
AboutScript=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.
ScriptLanguage=PowerShell
ConditionScript=ChrisTitusApp.ps1
CreateNoWindow=true

1
mods/ChrisTitusApp.ps1 Normal file
View File

@ -0,0 +1 @@
irm christitus.com/win | iex

View File

@ -14,15 +14,33 @@
<Mod>
<id>Clear event logs</id>
<description>This mod will clear System events and errors stored in event logs</description>
<dev>gunnarhaslinger</dev>
<dev>Builtbybel</dev>
<uri>https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/Clear%20event%20logs.ini,https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/clear-event_logs.ps1</uri>
</Mod>
<Mod>
<id>Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates</id>
<description>Debloating Script from Chris Titus Tech. It has a few extras that complement BloatyNosy well and works for both windows 10 and 11</description>
<dev>Chris Titus</dev>
<uri>https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/Chris%20Titus%20WinUtil.ini,https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/ChrisTitusApp.ps1</uri>
</Mod>
<Mod>
<id>Recommended configuration profile for BloatyNosy</id>
<id>Recommended OOBE preset file for BloatyNosy</id>
<description>Goto main page > Kebap menu > Import profile (from apps directory of BloatyNosy) to import this configuration</description>
<dev>Builtbybel</dev>
<uri>https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/bloatynosy-recommended_profile.bloos</uri>
<uri>https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/OOBE_Profile.bloos</uri>
</Mod>
<Mod>
<id>Gaming preset file for BloatyNosy</id>
<description>Recommended settings for a better Gaming Experience</description>
<dev>Builtbybel</dev>
<uri>https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/Gaming_Profile.bloos</uri>
</Mod>
<Mod>
<id>Debloat preset file for BloatyNosy</id>
<description>This will load a fast debloating preset that will allow you to automatically debloat your system</description>
<dev>Builtbybel</dev>
<uri>https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/Just-Debloat.bloos</uri>
</Mod>
<Mod>
<id>Offline packages template for InstaPackage</id>
<description>Allows creating custom installation packages. To do this, open file "InstaPackage.app" in apps directory of BloatyNosy with any editor and add your Winget packages. (Support from version 0.32)</description>