vbscript: Added shell registry for VBSFile.
This commit is contained in:
parent
a97f81ff32
commit
7931c23fef
|
@ -59,5 +59,24 @@ HKCR
|
|||
ForceRemove VBSFile = s 'VBScript Script File'
|
||||
{
|
||||
ScriptEngine = s 'VBScript'
|
||||
Shell = s 'Open'
|
||||
{
|
||||
Edit
|
||||
{
|
||||
Command = s '"%%SystemRoot%%\system32\notepad.exe" %%1'
|
||||
}
|
||||
Open
|
||||
{
|
||||
Command = s '"%%SystemRoot%%\system32\wscript.exe" "%%1" %%*'
|
||||
}
|
||||
Open2
|
||||
{
|
||||
Command = s '"%%SystemRoot%%\system32\cscript.exe" "%%1" %%*'
|
||||
}
|
||||
Print
|
||||
{
|
||||
Command = s '"%%SystemRoot%%\system32\notepad.exe" /p %%1'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue