Update samy.tasks.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user