Jump to content

Start High Priority VBs


Recommended Posts

Please help me out, i need to add to the context menu of .EXE files the Start High priority option. I've got this :

[HKEY_CLASSES_ROOT\exefile\shell\BlueMe]
@="Start &High Priority"
[HKEY_CLASSES_ROOT\exefile\shell\BlueMe\Command]
@="C:\Windows\\system32\\cmd.exe /c start \"BlueMe\" /high \"%1\""

and i would like to transform it in vbscript and if possible with variables, i mean instead of C:\windows\ would be %windir%, even in this batch if i change to variables i get an acces denied error. Many thanks !

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...