mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2024-11-25 17:33:17 +01:00
Update staticAIData.json
This commit is contained in:
parent
a3fe4e87ca
commit
8a6a5c2899
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user