Windows Archives

Getting Started with WSL in Windows 11

I wanted to access several EXT4 partitions on a dual-boot Fedora/Windows system from Windows to share storage space. One option I came across was to boot into Windows, then use WSL to mount these partitions and use them as if they were native drives. Did it work? I’ll leave that for another article (it got … Read more

How to delete all files and subfolders from the Command Line in Windows

I was looking for the Windows equivalent of the Linux command “y| rm -rf” and despite my best efforts couldn’t work it out. We need to use “del”, with a couple of switches to do this recursively and for directories, and also automatically confirm this for every entry. Here it is: This will delete everything … Read more

Fixed: AirPods disconnect when connecting PS5 controller

I’ve experienced an annoying phenomenon on my Windows 11 PC: whenever I had my AirPods connected via Bluetooth and attached by Dualsense PS5 controller, moments later the AirPods would disconnect and not re-connect. Not great when you’re settling in for a quick gaming session at the end of a long day. I’ve tried everything from … Read more