Update staticAIData.json

This commit is contained in:
Belim 2024-02-14 14:38:24 +01:00 committed by GitHub
parent 07d486c0f2
commit b7eebae8b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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