xpyrate Posted November 3, 2004 Posted November 3, 2004 hos do i put a "start at high priority" in the right click menu via a reg tweak?
xpyrate Posted November 4, 2004 Author Posted November 4, 2004 i found this:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\exefile\shell][HKEY_CLASSES_ROOT\exefile\shell\XQSHP]@="Start &Realtime priority"[HKEY_CLASSES_ROOT\exefile\shell\XQSHP\Command]@="C:\\WINDOWS\\System32\\CMD.EXE /C START \"XQSHP\" /realtime \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\XQSHQ]@="Start &High priority"[HKEY_CLASSES_ROOT\exefile\shell\XQSHQ\Command]@="C:\\WINDOWS\\System32\\CMD.EXE /C START \"XQSHP\" /high \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\XQSHR]@="Start &Below Norm priority"[HKEY_CLASSES_ROOT\exefile\shell\XQSHR\Command]@="C:\\WINDOWS\\System32\\CMD.EXE /C START \"XQSHP\" /belownormal \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\XQSHS]@="Start &Low priority"[HKEY_CLASSES_ROOT\exefile\shell\XQSHS\Command]@="C:\\WINDOWS\\System32\\CMD.EXE /C START \"XQSHP\" /low \"%1\""does that look like it will work?EDITED ... it didn't but I fixed it so it will work so long as your boot drive is C and you are using XPand i found this for windows2000: not sure if it works though:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\exefile\shell\RealTime Priority]@="Start&RealTime Priority"[HKEY_CLASSES_ROOT\exefile\shell\RealTime Priority\Command]@="C:\\WINNT\\System32\\cmd.exe /c start \"XQSHP\" /RealTime \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\High Priority]@="Start&High Priority"[HKEY_CLASSES_ROOT\exefile\shell\High Priority\Command]@="C:\\WINNT\\System32\\cmd.exe /c start \"XQSHP\" /High \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\AboveNormal Priority]@="Start&AboveNormal Priority"[HKEY_CLASSES_ROOT\exefile\shell\AboveNormal Priority\Command]@="C:\\WINNT\\System32\\cmd.exe /c start \"XQSHP\" /AboveNormal \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\BelowNormal Priority]@="Start&BelowNormal Priority"[HKEY_CLASSES_ROOT\exefile\shell\BelowNormal Priority\Command]@="C:\\WINNT\\System32\\cmd.exe /c start \"XQSHP\" /BelowNormal \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\Low Priority]@="Start&Low Priority"[HKEY_CLASSES_ROOT\exefile\shell\Low Priority\Command]@="C:\\WINNT\\System32\\cmd.exe /c start \"XQSHP\" /Low \"%1\""
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now