Added option to enable 'End Task' option in the taskbar right click menu

This commit is contained in:
Raphire
2025-04-16 12:31:18 +02:00
parent 7fc4a1fba0
commit e53709653d
7 changed files with 31 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ param (
[switch]$DisableRecall,
[switch]$DisableWidgets, [switch]$HideWidgets,
[switch]$DisableChat, [switch]$HideChat,
[switch]$EnableEndTask,
[switch]$ClearStart,
[switch]$ClearStartAllUsers,
[switch]$RevertContextMenu,