Commit 7931c23f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

vbscript: Added shell registry for VBSFile.

parent a97f81ff
......@@ -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'
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment