Or is there any way to disable the ctrl + alt + del option to open PeShell?
Enable hotkeys:HOTK Ctrl + S,PECMD.EXE SHUT // The Shutdown buttonTurn off hotkeys://HOTK Ctrl + S,PECMD.EXE SHUT // The Shutdown buttonPart in Windows....
This is to Windows itself.
Ah okay. But that hotkey is created by WinBuilder right? Do you know if there is any way to remove it?
SHEL command must be after HOTK command. Meanwhile, it can not be used in the command line, and can only be used in the configuration file.
hi Hi Oven123321 i checked the key under Win10PE_SE_2019-03-16 , they are differet compared to win10xpe ,sorryCode: [Select][HKEY_LOCAL_MACHINE\SOFTWARE\PELOGON\RAMDATA.HOTKEY]"HotKey1"="3,65,EXEC X:\windows\system32\Pecmd.exe DISP W800H600B16F60""HotKey2"="3,77,ENVI @@TaskIcoMenu=2"so the line will be (in pecmd.ini under "_SUB PostShell" )Code: [Select]//disable default hotkey//ctrl+alt+A W800H600B16F60REGI $HKLM\SOFTWARE\PELOGON\RAMDATA.HOTKEY\HOTKEY1!//ctrl+alt+m @TaskIcoMenu=2REGI $HKLM\SOFTWARE\PELOGON\RAMDATA.HOTKEY\HOTKEY2!tested under Win10PE_SE_2019-03-16 (x86) ok
on our case, loader we use today (pecmd -> pecmd.ini) may or may not override application (program) you use.
*".script files" is generic naming and exist on different projects that are incompatible each other.(I guess 8 active projects that use ".script files" , with inactive projects that use ".script files" number increase. , only 5 of them use Plugin )We use Plugin naming to underline file that are compatible to Gena Win7PESE Win8PESE Win8.1SE Win10PESE. (today 5 , some more in future )Please follow the naming adjustment by projects.
So I had a AHK script that just ran a shutdown command, now that doesn't work anymore :/