diff --git a/README.md b/README.md index be60869..b3e2a02 100644 --- a/README.md +++ b/README.md @@ -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 +[alt_text](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. +
+_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 don’t 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). diff --git a/assets/Gaming_Profile.bloos b/assets/Gaming_Profile.bloos new file mode 100644 index 0000000..a04487b --- /dev/null +++ b/assets/Gaming_Profile.bloos @@ -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 diff --git a/assets/Just-Debloat.bloos b/assets/Just-Debloat.bloos new file mode 100644 index 0000000..3feda87 --- /dev/null +++ b/assets/Just-Debloat.bloos @@ -0,0 +1 @@ +Bloatware (from Microsoft, ASUS, Adobe, HP, Meta etc.) \ No newline at end of file diff --git a/assets/bloatynosy-recommended_profile.bloos b/assets/OOBE_Profile.bloos similarity index 100% rename from assets/bloatynosy-recommended_profile.bloos rename to assets/OOBE_Profile.bloos diff --git a/assets/bloatynosy.png b/assets/bloatynosy.png index 39329d1..e5597ec 100644 Binary files a/assets/bloatynosy.png and b/assets/bloatynosy.png differ diff --git a/assets/mods_EXTRACT_TO_BLOATYNOSY_DIR.zip b/assets/mods_EXTRACT_TO_BLOATYNOSY_DIR.zip deleted file mode 100644 index 6474e9e..0000000 Binary files a/assets/mods_EXTRACT_TO_BLOATYNOSY_DIR.zip and /dev/null differ diff --git a/mods/Chris Titus WinUtil.ini b/mods/Chris Titus WinUtil.ini new file mode 100644 index 0000000..27d7057 --- /dev/null +++ b/mods/Chris Titus WinUtil.ini @@ -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 + + + + + diff --git a/mods/ChrisTitusApp.ps1 b/mods/ChrisTitusApp.ps1 new file mode 100644 index 0000000..cbf43d9 --- /dev/null +++ b/mods/ChrisTitusApp.ps1 @@ -0,0 +1 @@ +irm christitus.com/win | iex \ No newline at end of file diff --git a/mods/modsApp2.xml b/mods/modsApp2.xml index 8beb07b..dfd8925 100644 --- a/mods/modsApp2.xml +++ b/mods/modsApp2.xml @@ -14,15 +14,33 @@ Clear event logs This mod will clear System events and errors stored in event logs - gunnarhaslinger + Builtbybel https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/Clear%20event%20logs.ini,https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/clear-event_logs.ps1 + + + Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates + Debloating Script from Chris Titus Tech. It has a few extras that complement BloatyNosy well and works for both windows 10 and 11 + Chris Titus + https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/Chris%20Titus%20WinUtil.ini,https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/mods/ChrisTitusApp.ps1 - Recommended configuration profile for BloatyNosy + Recommended OOBE preset file for BloatyNosy Goto main page > Kebap menu > Import profile (from apps directory of BloatyNosy) to import this configuration Builtbybel - https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/bloatynosy-recommended_profile.bloos + https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/OOBE_Profile.bloos + + + Gaming preset file for BloatyNosy + Recommended settings for a better Gaming Experience + Builtbybel + https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/Gaming_Profile.bloos + + Debloat preset file for BloatyNosy + This will load a fast debloating preset that will allow you to automatically debloat your system + Builtbybel + https://raw.githubusercontent.com/builtbybel/BloatyNosy/main/assets/Just-Debloat.bloos + Offline packages template for InstaPackage 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)