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",