I want to delete the "MenuOrder" registry key at logon with a VBScript... below is what i tried... it doesn't work..so does anyone know what the script should be to do this?<BR><BR><BR><BR> Set ...
Open a Notepad and copy-paste the following: Set WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId")) ...
When writing a plain JavaScript file (i.e. not TypeScript) for use with wscript.exe / cscript.exe (JScript), VSCode syntax recognises the WScript and ActiveXObject language extensions out of the box ...