Update samy.tasks.json

This commit is contained in:
2025-12-22 10:31:58 -05:00
parent 987995a376
commit 0d2b0a451c

View File

@@ -132,6 +132,26 @@
] ]
}, },
{ {
"Id": "enableNumLock",
"Name": "enableNumLock",
"Label": "Enable NumLock at startup",
"HandlerFn": "Invoke-EnableNumLock",
"Page": "onboard",
"Column": "right",
"Group": "tweaks",
"Tooltip": "Forces NumLock ON by default at the logon screen and for new users"
},
{
"Id": "classicContextMenu",
"Name": "classicContextMenu",
"Label": "Restore classic right-click menu (Win11)",
"HandlerFn": "Invoke-ClassicContextMenu",
"Page": "onboard",
"Column": "right",
"Group": "tweaks",
"Tooltip": "Restores the full Windows 10-style context menu (Explorer restart required)"
},
{
"Id": "renameComputer", "Id": "renameComputer",
"Name": "renameComputer", "Name": "renameComputer",
"Label": "Rename Computer", "Label": "Rename Computer",