From b7eebae8b10bcce7dd482fc4b18d38a37278f6b8 Mon Sep 17 00:00:00 2001 From: Belim Date: Wed, 14 Feb 2024 14:38:24 +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 ba9a6df..224f0ad 100644 --- a/Localization/DE/staticAIData.json +++ b/Localization/DE/staticAIData.json @@ -154,13 +154,13 @@ "command": "reg add HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced /v TaskbarDa /t REG_DWORD /d 0 /f" }, { - "question": "Copiloten-Schaltfläche in der Taskleiste entfernen #ai", + "question": "Copiloten-Schaltfläche in der Taskleiste entfernen #ki", "response": "Copiloten-Schaltfläche in der Taskleiste wurde deaktiviert.", "action": "shell", "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", + "question": "Copiloten-Schaltfläche in Microsoft Edge entfernen #ki", "response": "Copiloten-Schaltfläche in Edge wurde deaktiviert. Starten Sie bitte den Edge neu.", "action": "shell", "command":"reg add HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Edge /v HubsSidebarEnabled /t REG_DWORD /d 0 /f"