Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a Template to the Windows Explorer New MenuContent of Add a Template to the Windows Explorer New Menu.vbsMD5 Hash: 11A03F6CC1E9572870209200E4D46E70 |
||
' Description: Demonstrates how to add VBScript Script File to the New context menu in Windows Explorer. Requires a script template named Template.vbs to be in the \Windows\System32\ShellExt folder (on Windows XP and Windows Server 2003), or in the \Winnt\ShellNew folder (Windows 2000).
Set objShell = WScript.CreateObject("WScript.Shell") objShell.RegWrite "HKCR\.VBS\ShellNew\FileName","template.vbs" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |