|
| ||||||||||
| Tags: bcdedit, bios, cpu, hpet, time stamp counter, windows 7 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Command to set function of HPET & Bcedit in Windows 7
|
|
#2
| |||
| |||
| Re: Command to set function of HPET & Bcedit in Windows 7
If your system is getting crash or freezing , issue associated with timers. By default Windows is using both Time Stamp Counter as well as PM Timer. I recommend to use PM Timer for smooth running of game on your computer. you should simply launch command prompt with administrative privileges and execute following command. Code: bcdedit /set useplatformclock true |
|
#3
| |||
| |||
| Re: Command to set function of HPET & Bcedit in Windows 7
In BIOS of system there are couple of options for HPET. Mainly those two are HPET x32 and HPET x64. People who are running x86 should go for HPET x32 where rest of people using x64 should select HPET x64. Windows 7 is using combination of TSC and PMTimer. It could cause freezing or crashing issue on your computer. So to resolve this particular issue , simply enable HPET option in BIOS. In case there is no such option available, then perform following steps. Right click on My Computer and click on Manage. Click on Device Manager into Computer Management, click on System devices and find out High precision event timer. If it is available, it means HPET enabled. LAPIC should be another good option if HPET is not available on your system. TSC can do the same thing but it should be used alone. One cannot disable LAPIC as it supposed to be default PM timer. According to me HPET and platformclock=true provide you excellent frame rate, lowest possible DPC latency and resolution as well. By using WinTimerTester 1.1 program you will be able to test timer ratio and QueryPerformanceFrequency. Higher the value of QueryPerformanceFrequency, better should be performance. You will get less frequency while using other timers. To switch to default timers execute following command on command prompt with administrative privileges. Code: bcdedit /deletevalue useplatformclock |
|
#4
| |||
| |||
| Re: Command to set function of HPET & Bcedit in Windows 7
For accurate measurement of time Windows based computers are using QueryPerformanceCounter. There are number of application are using the same. For e.g. it is used in video gaming to make calculation of FPS. If your computer is powered by Windows 7 , it would be affected by CPU clock speed. By overclocking CPU , timer would calibrated and it should work appropriately. You might destroy the entire thing by changing speed of BUS using program such as SetFSB. It might cause lots of issue while playing games. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Command to set function of HPET & Bcedit in Windows 7" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get good FPS and performance by enabling HPET in Windows 7 | Nasir h | Operating Systems | 6 | 18-08-2012 03:59 PM |
| Cat command function on Linux | Gimbya | Operating Systems | 5 | 27-05-2011 02:32 AM |
| Function keys don't function under windows XP | GunFighter | Hardware Peripherals | 3 | 08-04-2009 11:07 PM |
| Command prompt "COPY" command not working in brand new Windows Vis | CMD COPY command not working in Vista | Vista Help | 7 | 06-02-2008 01:50 AM |
| Bcedit.exe official MS documentation ? | Haerviu | Vista Setup and Install | 1 | 01-04-2007 07:25 PM |