diff --git a/winutil.ps1 b/winutil.ps1
index a13aa5f9..bf985716 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -2317,10 +2317,10 @@ function Invoke-WinUtilTaskbarSearch {
<#
.SYNOPSIS
- Enable/Disable Taskbar Widgets
+ Enable/Disable Taskbar Search Button.
.PARAMETER Enabled
- Indicates whether to enable or disable Taskbar Widgets
+ Indicates whether to enable or disable Taskbar Search Button.
#>
Param($Enabled)
@@ -6760,6 +6760,14 @@ $sync.configs.applications = '{
"link": "https://meldmerge.org/",
"winget": "Meld.Meld"
},
+ "WPFInstallModernFlyouts": {
+ "category": "Multimedia Tools",
+ "choco": "na",
+ "content": "Modern Flyouts",
+ "description": "An open source, modern, Fluent Design-based set of flyouts for Windows.",
+ "link": "https://github.com/ModernFlyouts-Community/ModernFlyouts/",
+ "winget": "ModernFlyouts.ModernFlyouts"
+ },
"WPFInstallmonitorian": {
"category": "Utilities",
"choco": "monitorian",
@@ -8027,7 +8035,7 @@ $sync.configs.applications = '{
"WPFInstallwingetui": {
"category": "Utilities",
"choco": "wingetui",
- "content": "WingetUI",
+ "content": "UnigetUI",
"description": "WingetUI is a graphical user interface for Microsoft's Windows Package Manager (winget).",
"link": "https://www.marticliment.com/wingetui/",
"winget": "SomePythonThings.WingetUIStore"
@@ -8779,7 +8787,8 @@ $sync.configs.preset = '{
"WPFTweaksDeleteTempFiles",
"WPFTweaksEndTaskOnTaskbar",
"WPFTweaksRestorePoint",
- "WPFTweaksTeredo"
+ "WPFTweaksTeredo",
+ "WPFTweaksPowershell7Tele"
],
"Minimal": [
"WPFTweaksConsumerFeatures",
@@ -11288,6 +11297,19 @@ $sync.configs.tweaks = '{
"Invoke-WPFTweakPS7 -action \"PS5\""
]
},
+ "WPFTweaksPowershell7Tele": {
+ "Content": "Disable Powershell 7 Telemetry",
+ "Description": "This will create an Environment Variable called 'POWERSHELL_TELEMETRY_OPTOUT' with a value of '1' which will tell Powershell 7 to not send Telemetry Data.",
+ "category": "Essential Tweaks",
+ "panel": "1",
+ "Order": "a009_",
+ "InvokeScript": [
+ "[Environment]::SetEnvironmentVariable(''POWERSHELL_TELEMETRY_OPTOUT'', ''1'', ''Machine'')"
+ ],
+ "UndoScript": [
+ "[Environment]::SetEnvironmentVariable(''POWERSHELL_TELEMETRY_OPTOUT'', '''', ''Machine'')"
+ ]
+ },
"WPFTweaksStorage": {
"Content": "Disable Storage Sense",
"Description": "Storage Sense deletes temp files automatically.",
@@ -13633,6 +13655,10 @@ $inputXML = '
+
+
+
+
@@ -13760,14 +13786,14 @@ $inputXML = '
-
-
-
-
+
+
+
+
@@ -14059,14 +14085,14 @@ $inputXML = '
-
-
-
-
+
+
+
+
@@ -14316,7 +14342,7 @@ $inputXML = '
-
+
@@ -14405,6 +14431,7 @@ $inputXML = '
+