diff --git a/config/applications.json b/config/applications.json
index 5cb8e4e4..f11237dd 100644
--- a/config/applications.json
+++ b/config/applications.json
@@ -95,14 +95,6 @@
"link": "https://www.audacityteam.org/",
"winget": "Audacity.Audacity"
},
- "WPFInstallauthy": {
- "category": "Utilities",
- "choco": "authy-desktop",
- "content": "Authy",
- "description": "Simple and cross-platform 2FA app",
- "link": "https://authy.com/",
- "winget": "Twilio.Authy"
- },
"WPFInstallautoruns": {
"category": "Microsoft Tools",
"choco": "autoruns",
diff --git a/config/tweaks.json b/config/tweaks.json
index d1de827d..42821110 100644
--- a/config/tweaks.json
+++ b/config/tweaks.json
@@ -2323,6 +2323,25 @@
"
]
},
+ "WPFTweaksRemoveCopilot": {
+ "Content": "Disables Microsoft Copilot",
+ "Description": "Disables MS Copilot AI built into Windows since 23H2.",
+ "category": "z__Advanced Tweaks - CAUTION",
+ "panel": "1",
+ "Order": "a025_",
+ "InvokeScript": [
+ "
+ Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"0\"
+ New-Item \"HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsCopilot\" -Force | New-ItemProperty -Name \"TurnOffWindowsCopilot\" -Value \"1\" -Force -Type \"DWord\"
+ "
+ ],
+ "UndoScript": [
+ "
+ Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"1\"
+ Remove-Item \"HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsCopilot\" -Force
+ "
+ ]
+ },
"WPFTweaksRemoveOnedrive": {
"Content": "Remove OneDrive",
"Description": "Copies OneDrive files to Default Home Folders and Uninstalls it.",
diff --git a/winutil.ps1 b/winutil.ps1
index d1eb6b51..a044f253 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -5066,14 +5066,6 @@ $sync.configs.applications = '{
"link": "https://www.audacityteam.org/",
"winget": "Audacity.Audacity"
},
- "WPFInstallauthy": {
- "category": "Utilities",
- "choco": "authy-desktop",
- "content": "Authy",
- "description": "Simple and cross-platform 2FA app",
- "link": "https://authy.com/",
- "winget": "Twilio.Authy"
- },
"WPFInstallautoruns": {
"category": "Microsoft Tools",
"choco": "autoruns",
@@ -10346,6 +10338,25 @@ $sync.configs.tweaks = '{
"
]
},
+ "WPFTweaksRemoveCopilot": {
+ "Content": "Disables Microsoft Copilot",
+ "Description": "Disables MS Copilot AI built into Windows since 23H2.",
+ "category": "z__Advanced Tweaks - CAUTION",
+ "panel": "1",
+ "Order": "a025_",
+ "InvokeScript": [
+ "
+ Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"0\"
+ New-Item \"HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsCopilot\" -Force | New-ItemProperty -Name \"TurnOffWindowsCopilot\" -Value \"1\" -Force -Type \"DWord\"
+ "
+ ],
+ "UndoScript": [
+ "
+ Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"1\"
+ Remove-Item \"HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsCopilot\" -Force
+ "
+ ]
+ },
"WPFTweaksRemoveOnedrive": {
"Content": "Remove OneDrive",
"Description": "Copies OneDrive files to Default Home Folders and Uninstalls it.",
@@ -12134,9 +12145,6 @@ $inputXML = '
-
-
-
@@ -12262,15 +12270,15 @@ $inputXML = '
+
+
+
-
-
-
@@ -12513,6 +12521,7 @@ $inputXML = '
+
diff --git a/xaml/inputApp.xaml b/xaml/inputApp.xaml
index 326bb2bb..a4479fed 100644
--- a/xaml/inputApp.xaml
+++ b/xaml/inputApp.xaml
@@ -689,9 +689,6 @@
-
-
-
@@ -817,15 +814,15 @@
+
+
+
-
-
-
diff --git a/xaml/inputTweaks.xaml b/xaml/inputTweaks.xaml
index db7e918e..63db69c6 100644
--- a/xaml/inputTweaks.xaml
+++ b/xaml/inputTweaks.xaml
@@ -25,6 +25,7 @@
+