Runfirst 和 process
正在使用双核处理器的你,在游戏中是否遇到过断断续续、突然快进或者突然变得很慢的情况?事实上,在使用双核处理器玩某些大型游戏的时候,我们确实可能遇到这种双核CPU与单线程游戏“不完全兼容”的小毛病。
双核处理器已经高举革命的大旗将性价比之火燃烧到了DIY乐园的每一个角落,乐意尝鲜的你不免对其怦然心动。游戏性能作为厂商推荐和玩家最看重的重要参数也得到了不同程度的宣传与强化。但是,双核处理器在进行一些单线程游戏的时候,经常会有不同程度的“不兼容”情况发生,严重影响游戏的乐趣。此时,你就需要了解一些修正方法,将双核游戏进行得更加愉快。
双核CPU进行某些游戏时,主要可能产生的问题有:
1.画面停顿,语音产生“结巴”现象。
2.游戏速度突然加快或者突然变得缓慢
3.在需要大量物理运算的场景下出现卡机甚至死机的现象
在你打了 AMD或者intel双核补丁以后 某些 程序 和 游戏 仍然是冥顽不灵
你可以尝试使用 Runfirst 和 process 修正这些程序或者游戏
Runfirst
RunFirst is a command line utility that lets you start an application on the first processor of a multi-processor system or on an hyper-threaded single processor system.
What this utility does is the same as what you can do using the Task Manager -> Set Affinity command
RunFirst is useful to start an application that crashes when running on a multi processor system. The runfirst.exe command can be inserted in a shortcut so that when you start an application the process affinity is automatically set to run on a single processor.
Requirements
windows NT 4.00, windows 2000, windows XP or windows 2003
下载:http://allyesno.gbaopan.com/files/4b2fed63662d4019a6ec53165b9ebd9b.gbp
process
Change the affinity of processes . . .
The affinity is a mask which indicates on which processors (CPUs) a process can run. This is only useful on multiprocessor systems. When the -a option is used in conjunction with a process name or PID, the utility will show the System Affinity Mask and the Process Affinity Mask. The System Affinity Mask shows how many configured processors are currently available in a system. The Process Affinity Mask indicates on what processor(s) the specified process can run on.
C:/>process -a wordpad.exe Command Line Process Viewer/Killer/Suspender for windows NT/2000/XP V2.01 Copyright(C) 2002-2003 [email protected] Getting Affinity Mask for PID 1084 'wordpad.exe' System : 0x0001 0b00000000000000000000000000000011 [2 Installed Processor(s)] Process : 0x0001 0b00000000000000000000000000000011 |
To set the affinity mask, simply append the binary mask after the PID/Image Name. Any leading zeros are ignored, so there is no requirement to enter the full 32 bit mask.
C:/>process -a wordpad.exe 01 Command Line Process Viewer/Killer/Suspender for windows NT/2000/XP V2.01 Copyright(C) 2002-2003 [email protected] Setting Affinity Mask for PID 1084 'wordpad.exe' Affinity Mask Successfully Set to 00000000000000000000000000000001 |
下载:http://allyesno.gbaopan.com/files/e8534d9554194d458aa87c621290eb13.gbp