Power supply – Is it possible (and safe/reliable/non-damaging) to use a 20-pin ATX PSU with a 24-pin ATX motherboard?

I have a reasonably-decent old 20-pin PSU which I want to use on a newer 24-pin ATX motherboard. I see that the ATX page on wikipediamentions that 24-pin ATX is backward-compatible, and I can find 20-to-24 pin adapters to buy for a couple of dollars/pounds at lots of places, but I can’t find any mention…

Read More

Powershell – How do I get get-childitem to filter on multiple file types?

I’m trying to get a list of all the XSL and XSLT files in a directory. dir -recurse -filter *.xsl,*.xslt -name But the following error:   Get-ChildItem : Cannot convert ‘System.Object[]’ to the type ‘System.String’ required by parameter ‘Filter’. Specified method is not supported.   dir -recurse -filter *.xsl -filter *.xslt -name But got this…

Read More