Jump to content
HWBOT Community Forums

GENiEBEN

Members
  • Posts

    3300
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by GENiEBEN

  1. In case you needed more proof that cpu-z has become a joke. You hear that Franck, still not showing you the exploits.
  2. Yeah for 7 is "ok", but remember it's a competition. For people not aware of, you can trick Win7's timer as well. It's Pieter's call, I for one will not be checking the scores so your result is safe
  3. I think it was said before, scores with time error won't be accepted, especially in contests.
  4. I've been saying this for a while, time to re-initiate the pestering
  5. Added. Check right-side navigation bar for an 'Edit' button.
  6. Are we trying to apply logic, again?
  7. yea I've reported the problem, we're going to have to wait...
  8. I can't do that, it's automatically applied to brands that are not sponsoring the website.
  9. old browser?
  10. Isn't it there already? http://hwbot.org/hardware/videocard/quadro_k2200/
  11. Mhh http://hwbot.org/hardware/videocard/geforce_gtx_970/
  12. Yes, the next time I have a queue of 100 reported subs I'll write full stories with dragons and swords.
  13. Done. Only if it's v2.1 or newer, which it is. Done.
  14. You can't query that info, the only way of doing it is to actually measure it by putting workload on one of the cores.
  15. You have better VRM/cooling though, try not to beat me too hard )
  16. I think you can find number of physical sockets through WMI as well. In the Win32_Processor class, loop through each processor and check their SocketDesignation. The number of unique socketdesignation's should be the physical count of processors. In aquamark I've done all the hardware info by porting dmidecode to windows and querying all DMI info, lmk if you're interested. PM me your hipchat/skype/fb or what you're using.
  17. Np, forgot about: if (result.contains("i5 M", Qt::CaseSensitive)==true){ result.replace("i5 M","i5",Qt::CaseSensitive); result.append("M"); } if (result.contains("i7 Q", Qt::CaseSensitive)==true){ result.replace("i7 Q","i7",Qt::CaseSensitive); result.append("QM"); } if (result.contains("Desktop_4740", Qt::CaseSensitive)==true){ result = "AMD FX-9590 (ES)"; //http://i.imgur.com/dzNno6q.png } E5606 added.
  18. magic...MSI notebooks have the ME FW unlocked
  19. @mat //Trim and rename result.replace("Eight-Core","",Qt::CaseSensitive); result.replace("Quad-Core","",Qt::CaseSensitive); result.replace("Six-Core","",Qt::CaseSensitive); result.replace("Dual-Core","",Qt::CaseSensitive); result.replace("AMD E","Fusion E",Qt::CaseSensitive); result.replace("AMD C","Fusion C",Qt::CaseSensitive); result.replace("Processor","",Qt::CaseInsensitive); result.replace("(ES)","",Qt::CaseInsensitive); result.replace("®","",Qt::CaseInsensitive); result.replace("","",Qt::CaseInsensitive); result.replace("Core2","Core 2",Qt::CaseSensitive); result.replace("CPU","",Qt::CaseInsensitive); result.replace("APU","",Qt::CaseInsensitive); result.replace("with Radeon HD Graphics","",Qt::CaseInsensitive); result.replace(" "," ",Qt::CaseInsensitive); result.replace("Genuine","",Qt::CaseInsensitive); result.replace("i7 X 990","i7 990X",Qt::CaseSensitive); result.replace("i7 X 980","i7 980X",Qt::CaseSensitive); result.replace("i7 X 995","i7 995X",Qt::CaseSensitive); result.replace("X9750","QX9750",Qt::CaseSensitive); result.replace("X9770","QX9770",Qt::CaseSensitive); result.replace("X9775","QX9775",Qt::CaseSensitive);
  20. The error is pretty descriptive... Cmd.exe as Admin: Bcdedit /set {current} useplatformclock yes Restart pc, voila.
  21. I bet there's a stock of high-end MSI boards that won't clear, that they may as well just give'em away.
×
×
  • Create New...