Add option to disable AI features in Paint & Notepad

This commit is contained in:
Raphire
2025-08-01 21:21:38 +02:00
parent 9c92f30160
commit 1cf461940d
11 changed files with 98 additions and 11 deletions

View File

@@ -38,6 +38,8 @@ param (
[switch]$DisableStartPhoneLink,
[switch]$DisableCopilot,
[switch]$DisableRecall,
[switch]$DisablePaintAI,
[switch]$DisableNotepadAI,
[switch]$DisableWidgets, [switch]$HideWidgets,
[switch]$DisableChat, [switch]$HideChat,
[switch]$EnableEndTask,