PC Review


Reply
Thread Tools Rate Thread

Again - Newbie: Lowering process priority in registry for ntvdm.exe

 
 
Cf
Guest
Posts: n/a
 
      27th Dec 2006
Hello all,

Can somebody show me how to make a registry change to lower the process
priority to "LOW" whenever NTVDM.EXE starts? Somewhere I read that a
registry value could be set to "0" to indicate low priority and allow other
programs to run without being rendered sluggish. I am running an old 16-bit
program and the CPU usage for this process is a killer.

Thanks in advance...Carlos



 
Reply With Quote
 
 
 
 
Anton Pegan
Guest
Posts: n/a
 
      27th Dec 2006
Hi Carlos,
You should run you application with the following command:
start /belownormal your_application_name.exe
This should do the trick.
Regards,
Anton Pegan
"Cf" <(E-Mail Removed)> wrote in message
news:e8yv%(E-Mail Removed)...
> Hello all,
>
> Can somebody show me how to make a registry change to lower the process
> priority to "LOW" whenever NTVDM.EXE starts? Somewhere I read that a
> registry value could be set to "0" to indicate low priority and allow
> other
> programs to run without being rendered sluggish. I am running an old
> 16-bit
> program and the CPU usage for this process is a killer.
>
> Thanks in advance...Carlos
>
>
>



 
Reply With Quote
 
Cf
Guest
Posts: n/a
 
      27th Dec 2006
Hello Anton,

Thanks for your response. Can you please be a bit more specific...the
command line should be used where? registry?

Thanks again...Carlos


"Anton Pegan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Carlos,
> You should run you application with the following command:
> start /belownormal your_application_name.exe
> This should do the trick.
> Regards,
> Anton Pegan
> "Cf" <(E-Mail Removed)> wrote in message
> news:e8yv%(E-Mail Removed)...
>> Hello all,
>>
>> Can somebody show me how to make a registry change to lower the process
>> priority to "LOW" whenever NTVDM.EXE starts? Somewhere I read that a
>> registry value could be set to "0" to indicate low priority and allow
>> other
>> programs to run without being rendered sluggish. I am running an old
>> 16-bit
>> program and the CPU usage for this process is a killer.
>>
>> Thanks in advance...Carlos
>>
>>
>>

>
>
>




 
Reply With Quote
 
Gordon
Guest
Posts: n/a
 
      27th Dec 2006
"Cf" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello Anton,
>
> Thanks for your response. Can you please be a bit more specific...the
> command line should be used where? registry?
>
> Thanks again...Carlos


Go to the Properties of the shortcut to start your application, and in the
Target field, add the switch "/belownormal" with a space AFTER the exe' part
of the command. (Without the quotes of course). The Target should look
something like this:
'C:/Program Files/{application folder}/application.exe' /belownormal

HTH


 
Reply With Quote
 
Pennywise@DerryMaine.Gov
Guest
Posts: n/a
 
      27th Dec 2006
"Gordon" <(E-Mail Removed)> wrote:

>"Cf" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Hello Anton,
>>
>> Thanks for your response. Can you please be a bit more specific...the
>> command line should be used where? registry?
>>
>> Thanks again...Carlos


>Go to the Properties of the shortcut to start your application, and in the
>Target field, add the switch "/belownormal" with a space AFTER the exe' part
>of the command. (Without the quotes of course). The Target should look
>something like this:
>'C:/Program Files/{application folder}/application.exe' /belownormal



You can tell if this worked by right clickining on the process in the
taskmanager - set priority and see if it is below normal.
--
Badger Phone
http://www.albinoblacksheep.com/flash/badgerphone.php
 
Reply With Quote
 
Cf
Guest
Posts: n/a
 
      27th Dec 2006
Thanks Badger,

No it did not work...and as a matter of fact, I need to lower the priority
on the ntvdm.exe, which to my understanding is the program that manages
16-bit software in a 32-bit environment. The task manager shows ntvdm.exe at
'normal'. That's why I was thinking that maybe there is a registry value
that can be set so that the priority for ntvdm.exe is always low. Do you
know if this is possible?

Thanks again and also thanks to Gordon for the earlier posting...Carlos


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Gordon" <(E-Mail Removed)> wrote:
>
>>"Cf" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>> Hello Anton,
>>>
>>> Thanks for your response. Can you please be a bit more specific...the
>>> command line should be used where? registry?
>>>
>>> Thanks again...Carlos

>
>>Go to the Properties of the shortcut to start your application, and in the
>>Target field, add the switch "/belownormal" with a space AFTER the exe'
>>part
>>of the command. (Without the quotes of course). The Target should look
>>something like this:
>>'C:/Program Files/{application folder}/application.exe' /belownormal

>
>
> You can tell if this worked by right clickining on the process in the
> taskmanager - set priority and see if it is below normal.
> --
> Badger Phone
> http://www.albinoblacksheep.com/flash/badgerphone.php
>




 
Reply With Quote
 
PaulM
Guest
Posts: n/a
 
      27th Dec 2006
Bring up the Task Manager. Right click on ntvdm.exe , set priority , click
belownormal.

-
Paul
--------
www.paulsxp.com
www.paulsxp.com/forums


"Cf" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Thanks Badger,
>
> No it did not work...and as a matter of fact, I need to lower the priority
> on the ntvdm.exe, which to my understanding is the program that manages
> 16-bit software in a 32-bit environment. The task manager shows ntvdm.exe
> at 'normal'. That's why I was thinking that maybe there is a registry
> value that can be set so that the priority for ntvdm.exe is always low. Do
> you know if this is possible?
>
> Thanks again and also thanks to Gordon for the earlier posting...Carlos
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> "Gordon" <(E-Mail Removed)> wrote:
>>
>>>"Cf" <(E-Mail Removed)> wrote in message
>>>news:(E-Mail Removed)...
>>>> Hello Anton,
>>>>
>>>> Thanks for your response. Can you please be a bit more specific...the
>>>> command line should be used where? registry?
>>>>
>>>> Thanks again...Carlos

>>
>>>Go to the Properties of the shortcut to start your application, and in
>>>the
>>>Target field, add the switch "/belownormal" with a space AFTER the exe'
>>>part
>>>of the command. (Without the quotes of course). The Target should look
>>>something like this:
>>>'C:/Program Files/{application folder}/application.exe' /belownormal

>>
>>
>> You can tell if this worked by right clickining on the process in the
>> taskmanager - set priority and see if it is below normal.
>> --
>> Badger Phone
>> http://www.albinoblacksheep.com/flash/badgerphone.php
>>

>
>
>



 
Reply With Quote
 
Pennywise@DerryMaine.Gov
Guest
Posts: n/a
 
      28th Dec 2006
"Cf" <(E-Mail Removed)> wrote:

>Thanks Badger,
>
>No it did not work...and as a matter of fact, I need to lower the priority
>on the ntvdm.exe, which to my understanding is the program that manages
>16-bit software in a 32-bit environment. The task manager shows ntvdm.exe at
>'normal'. That's why I was thinking that maybe there is a registry value
>that can be set so that the priority for ntvdm.exe is always low. Do you
>know if this is possible?
>
>Thanks again and also thanks to Gordon for the earlier posting...Carlos


Use the START command to set the priority of your process.

Start | Run <type in>
CMD /K START /?
<enter>

Just a small batch file to start your program.

FWIW have you looked at DosBox?
http://sourceforge.net/projects/dosbox

><(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> "Gordon" <(E-Mail Removed)> wrote:
>>
>>>"Cf" <(E-Mail Removed)> wrote in message
>>>news:(E-Mail Removed)...
>>>> Hello Anton,
>>>>
>>>> Thanks for your response. Can you please be a bit more specific...the
>>>> command line should be used where? registry?
>>>>
>>>> Thanks again...Carlos

>>
>>>Go to the Properties of the shortcut to start your application, and in the
>>>Target field, add the switch "/belownormal" with a space AFTER the exe'
>>>part
>>>of the command. (Without the quotes of course). The Target should look
>>>something like this:
>>>'C:/Program Files/{application folder}/application.exe' /belownormal

>>
>>
>> You can tell if this worked by right clickining on the process in the
>> taskmanager - set priority and see if it is below normal.
>> --
>> Badger Phone
>> http://www.albinoblacksheep.com/flash/badgerphone.php
>>

>
>


--
Badger Phone
http://www.albinoblacksheep.com/flash/badgerphone.php
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie: Lowering process priority in registry for ntvdm.exe Cf Microsoft Windows 2000 Registry 1 5th Jan 2007 09:08 AM
Newbie: Lowering process priority in registry for ntvdm.exe Cf Windows XP General 3 27th Dec 2006 06:07 PM
Newbie - Again: Lowering process priority in registry for ntvdm.exe Cf Windows XP Help 0 27th Dec 2006 03:44 PM
Newbie: Lowering process priority in registry for ntvdm.exe Cf Windows XP Help 0 27th Dec 2006 04:41 AM
2 dos apps slow until NTVDM priority lowered - can i set process priority automatically at startup ? scott Microsoft Windows 2000 6 17th Mar 2005 04:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:47 AM.