home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / RightMark CPU Clock Utility / rmclock_235_bin.exe / RMClock_Tweaks.reg < prev    next >
Encoding:
Windows Registry Data  |  2007-11-30  |  8.7 KB  |  138 lines

  1.  ■Windows Registry Editor Version 5.00
  2. //Advanced registry settings (tweaks) for RM CPU Clock utility, version 2.35
  3. //
  4. [HKEY_CURRENT_USER\Software\RightMark\RMClock]
  5. // Skip CPUID check.
  6. //
  7. // You may want to turn this option on when you're sure you aren't actually changing
  8. // your CPU but only changing some of its properties (e.g., disabling one of its cores)
  9. // so that the program won't wipe out its CPU-related settings every time you do so.
  10. //
  11. // Default: 0 (disabled); Valid values: 0 (disabled), 1 (enabled)
  12. //
  13. "SkipCPUIDCheck"=dword:00000000
  14. // Do not use realtime process/thread priority class.
  15. //
  16. // Use this option to prevent the utility from setting Realtime priority class for its
  17. // process and control threads when switching to any of the active management profiles
  18. // (i.e., the ones other than "No management").
  19. //
  20. // Default: 0 (disabled); Valid values: 0 (disabled), 1 (enabled)
  21. //
  22. "NoRealtimePriority"=dword:00000000
  23. // Unlock full CPU multipliers (FIDs) range.
  24. //
  25. // NOTE: Your CPU may not actually accept all FID values from the "unlocked" FID range.
  26. //
  27. // Default: 0 (disabled); Valid values: 0 (disabled), 1 (enabled)
  28. //
  29. "UnlockFid"=dword:00000000
  30. // Unlock full CPU voltages (VIDs) range.
  31. //
  32. // NOTE: Your CPU may not actually accept all VID values from the "unlocked" VID range.
  33. //
  34. // Default: 0 (disabled); Valid values: 0 (disabled), 1 (enabled)
  35. //
  36. "UnlockVid"=dword:00000000
  37. // Unlock Intel/VIA CPU Thermal Monitor 2 (TM2) target programming.
  38. //
  39. // NOTE: Your CPU may not actually accept the "unlocked" TM2 target values.
  40. //
  41. // Default: 0 (disabled); Valid values: 0 (disabled), 1 (enabled)
  42. //
  43. "UnlockTM2"=dword:00000000
  44. // Unlock Intel "EIST enable bit" setting.
  45. //
  46. // NOTE: Your CPU may not actually accept the "unlocked" EIST enable bit setting.
  47. //
  48. // Default: 0 (disabled); Valid values: 0 (disabled), 1 (enabled)
  49. //
  50. "UnlockEIST"=dword:00000000
  51. // PST/ODCM management start delay at program startup or when resuming
  52. // from system Standby/Hibernate states, in seconds.
  53. //
  54. // Default: 0 sec (no delay); Minimal: 0 sec; Maximal: 3600 sec
  55. //
  56. "MgmtStartDelay"=dword:00000000
  57. // PST/ODCM control procedure interval, in milliseconds.
  58. //
  59. // Default: 100 ms; Minimal: 20 ms; Maximal: 10000 ms
  60. //
  61. "ControlInterval"=dword:00000064
  62. // UI refresh interval, in milliseconds.
  63. //
  64. // Default: 1000 ms; Minimal: 200 ms; Maximal: 60000 ms
  65. //
  66. "RefreshInterval"=dword:000003e8
  67. // CPU load determination sampling (averaging) period, in milliseconds.
  68. //
  69. // Default: 100 ms (equals default ControlInterval value);
  70. // Minimal: 50 ms; Maximal: 1000 ms
  71. //
  72. "LoadAverage"=dword:00000064
  73. // CPU core temperature averaging period, in milliseconds.
  74. //
  75. // Default: 5000 ms; Minimal: 1000 ms; Maximal: 10000 ms
  76. //
  77. "CpuTempAverage"=dword:000003E8
  78. // CPU cores temperature readout user-defined offsets.
  79. //
  80. // NOTE: this is a REG_BINARY value containing per-CPU core temperature offsets.
  81. // There may be as many BYTE offset values as the number of system CPUs present
  82. // (but no more than 32), separated with a comma
  83. // (e.g., "CpuTempOffset"=hex:02,ff,01,00 for a quad-core CPU)
  84. //
  85. // If there are less offset values specified than the number of system CPUs, the last
  86. // offset value will be used for all subsequent system CPUs. Therefore, a single value
  87. // provided by default will specify the same temperature readout offsets for all CPUs.
  88. //
  89. // Default: 0 degrees; Minimal: -128 (80h) degrees; Maximal: +127 (7Fh) degrees
  90. //
  91. "CpuTempOffset"=hex:00
  92. // Use 8254 timer instead of the Windows High-Performance counter as a clock source
  93. // for the CPU frequency and CPU throttle determination.
  94. //
  95. // Default: 0 (false); valid values: 0 (false), 1 (true)
  96. //
  97. "Use8254"=dword:00000000
  98. // Discard kernel-mode CPU time when performing CPU load determination.
  99. //
  100. // NOTE: USE THIS SETTING ONLY WHEN ABSOLUTELY NECESSARY (I.E., WHEN THE CPU LOAD
  101. // REPORTED BY THE UTILITY IS ALWAYS 100%, NO MATTER WHAT THE REAL CPU LOAD IS.
  102. // IN ALL OTHER CASES, THIS SETTING *MUST* BE LEFT DEFAULT FOR A PROPER OPERATION!
  103. // IF YOU BELIEVE THE CPU LOAD REPORTED BY THE UTILITY IS INCORRECT, PLEASE ENABLE
  104. // THE OS LOAD-BASED MANAGEMENT IN THE APP UI INSTEAD OF ENABLING THIS SETTING!
  105. //
  106. // Default: 0 (false); valid values: 0 (false), 1 (true)
  107. //
  108. "DiscardKernelCpuUsage"=dword:00000000