the best gadget I could find was using aida, but now I completely change hwinfo, I have a question to remove the title of the gadget is an empty space, left an image capture.
the best gadget I could find was using aida, but now I completely change hwinfo, I have a question to remove the title of the gadget is an empty space, left an image capture.
Yup, its a bug. I didn't catch this during the migration from the GPU gadget.
You can fix this by editing line 230 in "C:\Users\<username>\AppData\Local\Microsoft\Windows Sidebar\Gadgets\HWiNFOMonitor.gadget\scripts\gadget.js" using a text editor
old: if(prefWindow.displayAdapter > displayAdapters.length){
new: if(!prefWindow.titleEnabled){