Category: Hardware

Windows PE / 10PE / LiveCD / Boot CD / USB for PC Repair and Hardware Testing
article #1013, updated 32 days ago

Many old friends, e.g. Hiren’s and UBCD4Win, are no longer in development, and do not boot on quite a lot of newer hardware; for a while there was no clear replacement. But there is Medicat, which is Linux-based:

gbatemp.net/threads/medicat-usb-a-multiboot-linux-usb-for-pc-repair.361577/

and there is a new Hiren’s renaissance:

www.hirensbootcd.org

Categories:      

==============

Excellent stress test for Windows
article #1489, updated 544 days ago

This appears to be rather good.

http://www.softwareok.com/?seite=Microsoft/StressMyPC

Categories:      

==============

16 Terabytes in a USB Stick?
article #1463, updated 568 days ago

Short version. Bought one from Amazon, it was proven junk. There is a common scam where firmware is changed so that a small device reports itself as a large device to the OS. Works until you push it. Bought another from AliExpress. This one works very well, after replacing the cable, which was necessary. Here’s where I bought mine from.

www.aliexpress.com/item/3256803381001612.html

Currently only up to 4T are available from the above source. However, a search shows many more sources, now rising to 60T. By U.S. general retail standards these are unbelievable, but it would appear that this is a very interesting case.

The recent Christmas was the second year in a row that I saw advertised 10+ terabytes in a large USB-stick-shaped device, about one inch by two-and-a-half. Last year I just thought it was too good to be true, but they did it again. I waited weeks, the ads disappeared as usual, but searches pulled a few, one on Amazon, a few on AliExpress, several on eBay. I haven’t received junk (yet) from AliExpress, so I ordered one, a 16-terabyte for $58 including tax and shipping. It said there was going to be a month lead time, early February was projected, a bit unusual but not very, given everything in the world right now. Looks like a nice, big USB stick, with a USB 3.1 port, and a short cable with that end and a USB A end on the other. Will be pounding on it a good bit.

And no I’m not selling them!!!

Categories:      

==============

HP/HPE Model Number, Part Numbers, and Serial Numbers via Powershell
article #1415, updated 1105 days ago

Model:

(Get-CimInstance -ClassName Win32_ComputerSystem).Model

Part number (if present; may be in one, the other, or both locations):

(Get-CimInstance -ClassName Win32_ComputerSystem).SystemSKUNumber
(((Get-CimInstance -ClassName Win32_ComputerSystem).OEMStringArray)[1] -split " ",3)[2]

Serial number:

(Get-CimInstance -ClassName Win32_BIOS).SerialNumber

All:

(Get-CimInstance -ClassName Win32_ComputerSystem).Model
(Get-CimInstance -ClassName Win32_ComputerSystem).SystemSKUNumber
(((Get-CimInstance -ClassName Win32_ComputerSystem).OEMStringArray)[1] -split " ",3)[2]
(Get-CimInstance -ClassName Win32_BIOS).SerialNumber

Categories:      

==============

Best temperature and hard drive monitoring tool
article #175, updated 1551 days ago

Currently I am looking at these:

www.hwinfo.com/

www.cpuid.com/softwares/hwmonitor.html

SpeedFan used to be my go-to tool, but it has not had updates since 2016, and I have seen it crash two Windows 10s during its driver install, though it worked after reboot. It will still give you S.M.A.R.T. hard drive info for any individual drives, and it does this better than anything else I know of.

Categories:      

==============

Prevent Hard Water Damage!
article #1347, updated 1553 days ago

Sweet Lori and I have rather hard water from our city supply, lots of dissolved mineral content which until recently has gradually coated bathtub and kitchen fixtures et cetera, slowly but very steadily over time. We have had to replace three bathtub faucets, at least two shower heads, and two or three kitchen faucets, over the last twenty-plus years, and every time it was quite shocking to look in the business ends and see the light brown layering of hard-water deposit. I have looked at water softeners, but the space, effort, and expense just did not quite seem worth it, and also I have liked the taste and feel of “softened” water even less than the test of our water! I have looked at osmosis systems and other things, but always the expenses, both initial and ongoing; and with many of them, if you delay the maintenance you can put yourself and your family in some danger, and there’s no easy bypass unless you put in extra pipe or redo what you have. Bleaugh.

Yesterday (2019-12-15) though, I happened to remember that in March of this year, I had begun to try something, a simple derivative of something else I had found online which looked conceivably good. It turns out that this is working well: my best test is the business end of our kitchen sink sprayer-faucet (), and lo and behold, there is no new hard water scale, and what there is is slowly and steadily going away!:

In March that same end was getting to the point of needful replacement, there was layering, significant blockage, and related behavior. Any effective attempt to scrape, clearly would have damaged the device, but now slowly the gunk is going away! I am rather happy about the prospect of not replacing this among other potentially difficult things anytime soon!!!!

So the question is, how is this happening. Well, at first, in March, I was on the verge of buying one of the “electronic hard water descalers” which are made by quite a startling number of companies out there now. A simple Amazon or Qwant search will show you what I’m talking about. I noticed the large size of the plethora, and decided to dig in to see what these things are doing. I did not find nitty-gritty details, but I found enough to convince me that all of these things are driving electrical power or signal of some sort, through one or more coils wrapped around copper or PVC (and not iron) pipes. And the one thing which is absolutely consistent, is that doing this shall generate a magnetic field through that water, regardless of further detail.

And then I happened to blunder into two little companies, out of the huge throng, which were selling strong permanent magnets for exactly the same purpose. They were charging a good bit for those magnets.

So, thought I, permanent magnets are a whole lot simpler than electronic widgets, they need no power, they don’t burn out or short out or any of the other relevant concerns. So let’s try it, and no need to go the expensive specialist route, magnets are magnets, and powerful ones in very relevant shapes abound.

It turns out that a lot of small electric motors these days, are made using rings of “arc magnets”. I found that in our basement (which was subject to some plumbing creativity before we arrived), the city supply 3/4” is reduced quickly to 1/2”, so I bought two sets of ten of these:


from Apex Magnets.

The above picture shows eight of these arc magnets in a circle, but we need 10 to go around our standard 1/2” copper pipe. These are very strong magnets, they can easily do major harm to fingernails and even fingertips; if you don’t have strong hands, get someone with strong hands to do this for you, there is a certain amount of real danger. These are very strong.

And here is how our sets look in place:

Most house supply pipe is 3/4”, more of these will be indicated for this. The results are most happy over here! I am likely to get more, so I can put them on the street-side of the house valve, that should keep the scaling out of that valve. I’ll be looking for other arc magnets sized to hug 3/4” pipe better, too.

Categories:      

==============

HP Windows 10 Compatibility Matrix ("HP Products Tested with Windows 10")
article #1344, updated 1566 days ago

Very informative:

https://support.hp.com/us-en/document/c05195282

and linked therein, a printer matrix:

https://support.hp.com/us-en/document/c04658195

Categories:      

==============

$25 for a quad server NIC
article #1331, updated 1628 days ago

Right here:

https://www.serversupply.com/NETWORKING/NETWORK%20INTERFACE%20CARD/4%20PORT/

Categories:      

==============

For Difficult Hardware Drivers (PCI vendor and device ID lookup)
article #181, updated 1915 days ago

When you can, it’s best to go to the hardware manufacturer’s web site and download the latest for whatever you have. But sometimes you’re dealing with products whose manufacturers are unhelpful. A very good resource is here:

https://pcilookup.com/

In the properties of a device in Windows, you can pull a VEN (Vendor) and DEV (Device) number, put it into the above, and hopefully find what you’re looking for.

Categories:      

==============

The Intel® Extreme Tuning Utility
article #1212, updated 2057 days ago

Not sure quite what this is yet, but the description is intriguing:

https://downloadcenter.intel.com/download/24075/Intel-Extreme-Tuning-Utility-Intel-XTU-

Categories: