From 8a6a5c289915dd05dc26639d2169b98821eb54c8 Mon Sep 17 00:00:00 2001 From: Belim Date: Wed, 14 Feb 2024 14:34:13 +0100 Subject: [PATCH] Update staticAIData.json --- Localization/DE/staticAIData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Localization/DE/staticAIData.json b/Localization/DE/staticAIData.json index be8c777..159df54 100644 --- a/Localization/DE/staticAIData.json +++ b/Localization/DE/staticAIData.json @@ -157,13 +157,13 @@ "question": "Copiloten-Schaltfläche in der Taskleiste entfernen #ai", "response": "Copiloten-Schaltfläche in der Taskleiste wurde deaktiviert.", "action": "shell", - "command": "reg add HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced /v ShowCopilotButton /t REG_DWORD /d 0 /f" + "command":"reg add HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f" }, { "question": "Copiloten-Schaltfläche in Microsoft Edge entfernen #ai", "response": "Copiloten-Schaltfläche in Edge wurde deaktiviert.", "action": "shell", - "command": "reg add HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f" + "command":"reg add HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Edge /v HubsSidebarEnabled /t REG_DWORD /d 0 /f" }, { "question": "Copilot Pro-Anzeigen in Windows 11 deaktivieren #vivetool",