Advertisement
marine55310

Untitled

Dec 7th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. CPU-Z Readme file
  2. ------------------
  3.  
  4. Version 1.81.1
  5. October 2017
  6. Contact : cpuz@cpuid.com
  7. Web page: http://www.cpuid.com/softwares/cpu-z.html
  8. Validation page : http://valid.x86.fr/
  9. Hall of Fame : http://valid.x86.fr/records.php
  10. CPUID SDK : http://www.cpuid-pro.com/products-services.php
  11.  
  12.  
  13. Configuration file (cpuz.ini)
  14. ------------------------------
  15.  
  16. The configuration file must be named cpuz.ini and be present at the same directory level
  17. as cpuz.exe. It contains the following :
  18.  
  19. [CPU-Z]
  20. VERSION=x.x.x.x
  21. TextFontName=
  22. TextFontSize=14
  23. TextFontColor=000080
  24. LabelFontName=
  25. LabelFontSize=14
  26. ACPI=1
  27. PCI=1
  28. MaxPCIBus=256
  29. DMI=1
  30. Sensor=1
  31. SMBus=1
  32. Display=1
  33. UseDisplayAPI=1
  34. BusClock=1
  35. Chipset=1
  36. SPD=1
  37. XOC=0
  38. CheckUpdates=1
  39.  
  40.  
  41. - TextFontName : Font used for the information boxes.
  42. - TextFontSize : Size of the font used for the information boxes.
  43. - TextFontColor : Color of the font used for the information boxes. Value is expressed in hexadecimal, and consists in a classic Red/Green/Blue color code : RRGGBB
  44. - LabelFontName : Font used for the label boxes.
  45. - LabelFontSize : Size of the font used for the label boxes.
  46. - Sensor : Set to OFF (or 0) disables sensor chip detection and voltages measurement. 1 to enable.
  47. - PCI : Set to OFF (or 0) disables the PCI information. This disables chipset, SPD and, depending on the hardware, sensoring information. 1 to enable.
  48. - MaxPCIBus : Sets the maximum PCI bus to scan. Default value is 256.
  49. - DMI : Set to OFF (or 0) disables the DMI (Desktop Management Interface) information. This concerns BIOS vendor and version, motherboard vendor and revision. 1 to enable.
  50. - SMBus : Set to OFF (or 0) disables SMBus information : SPD, and, depending on the hardware, sensoring information. 1 to enable.
  51. - Display : Set to OFF (or 0) disables the video card information reported in the validator. 1 to enable.
  52. - UseDisplayAPI : Set to 1, uses the display driver to read the display adapters information.
  53. - BusClock : Set to 1, uses the bus clock as primary clock source. Set to 0 to use an alternate method.
  54. - Chipset : set to OFF (or 0) disables the memory controller and southbridge information. 1 to enable.
  55. - SPD : set to 0 to disable SPD reading. 1 to enable.
  56. - XOC : eXtreme Overclock Mode : runs CPU-Z with as little system load as possible. Your system won't be fully validated before it is manually checked. Requires to restart CPU-Z.
  57. - CheckUpdates : set to 0 to disable the new version checker at startup. 1 to enable.
  58.  
  59. Parameters
  60. ----------
  61.  
  62. -txt=filename : Launch CPU-Z in ghost mode (no interface appears) and generates the register dump file (.txt)
  63. in the same directory as the exe file.
  64.  
  65. -html=filename : Same as "-txt" except it generates the html report.
  66.  
  67. -core=id : Displays clock speed of core #id (id can be set from 0 to Number of cores minus one).
  68.  
  69.  
  70. Keys
  71. ----
  72.  
  73. F5 : save the current tab in a bmp file
  74. F6 : save the current tab in the clipboard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement