Update staticAIData.json

This commit is contained in:
Belim 2024-02-14 14:34:13 +01:00 committed by GitHub
parent a3fe4e87ca
commit 8a6a5c2899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,13 +157,13 @@
"question": "Copiloten-Schaltfläche in der Taskleiste entfernen #ai", "question": "Copiloten-Schaltfläche in der Taskleiste entfernen #ai",
"response": "Copiloten-Schaltfläche in der Taskleiste wurde deaktiviert.", "response": "Copiloten-Schaltfläche in der Taskleiste wurde deaktiviert.",
"action": "shell", "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", "question": "Copiloten-Schaltfläche in Microsoft Edge entfernen #ai",
"response": "Copiloten-Schaltfläche in Edge wurde deaktiviert.", "response": "Copiloten-Schaltfläche in Edge wurde deaktiviert.",
"action": "shell", "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", "question": "Copilot Pro-Anzeigen in Windows 11 deaktivieren #vivetool",