Home » Questions » Computers [ Ask a new question ]

Starting Visual Studio as a HIGH priority process?

Starting Visual Studio as a HIGH priority process?

I created a shortcut pointing to cmd /c "start /high c:\windows\notepad.exe" so it starts off the notepad process as a high priority process but this doesn't seem to work for the path

Asked by: Guest | Views: 240
Total answers/comments: 1
Guest [Entry]

"Create a bat file. Type this in the file:

c:
cd\
cd ""C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE""
start /high devenv.exe

run it. This will open devenv with high priority. (Elevate the bat file in Vista)"