Category: Tech
This category contains all of the non-rants. And some tech-related rants, I guess. It’s difficult to categorize your content, you know?
This category contains all of the non-rants. And some tech-related rants, I guess. It’s difficult to categorize your content, you know?
This article explains a couple of easy fixes for an issue, where Visual Studio refuses to properly recognize the FluentUI components you might have used in your Blazor projects. Because apparently that can (kind of randomly) happen! Problem The screenshot below shows a sample from Microsoft’s basic Teams tab extension…Continue reading Intellisense not working for Fluent components in Blazor project? Easy fix!
… because of course it is! Ah well, winget is a great idea with a decent implementation, suffering from an unstable platform it’s built on. I’ve now seen it break down seemingly randomly 3 times – once it was one of the many reasons I had to reinstall Windows completely.…Continue reading winget is broken again.
This article explains how to fix an issue where FancyZones (from the fantastic Windows PowerToys toolset) fails to work because it conflicts with the built-in window management in Windows 11. I guess it’s too much to ask for a level of coordination here from Microsoft… Oh well. Anyway – I…Continue reading How to fix PowerToys FancyZones in Windows 11?
Every now and then, you run into a situation where you have a certificate for a website or service, but for one reason or another, you don’t have the whole chain. You’re missing some or all of the intermediaries, and even the root certificate, perhaps. This is something I run…Continue reading How to export the whole SSL (or TLS) certificate chain based on the original using PowerShell?
This article explains a fix to a puzzling issue I had with Google Chrome, where my keyboard shortcuts would seemingly randomly stop working and I’d need to click around (or change to another application with Alt+Tab) to get them working again. Luckily, the solution (or I guess it’s more like…Continue reading How to solve keyboard shortcuts not working in Google Chrome on Windows?
This article explains how to fix sudden and surprising synchronization problem(s) in OneNote, that first surfaces as search (the one you open with CTRL+E, not the unified/M365-wide top bar search) not finding any results from the page content, even if it might find some from the page or section titles.…Continue reading Search (and secretly, sync) broken in OneNote? A quick fix!
This article explains another situation where you might run into a “The file names would be too long for the destination folder. You can shorten the file name and try again, or try a location that has a shorter path” error, and how to get around it. Don’t install “LongPathTool”,…Continue reading “Destination Path Too Long” when copying files in File Explorer? Easy workaround(s)!
This article explains where NetSpot Wifi Heatmap software stores its project files. These files contain all of your measurements, pictures, and other files associated with your heatmaps. They’re pretty important, but you don’t get to choose where to store them. And that might be a problem, unless you’re prepared. This…Continue reading Where does NetSpot (wifi heatmapping tool) store its project files?
Alright, so my months-long via dolorosa to achieve a functioning Windows workstation has now cost me a few weeks worth of hours of work and around $4000. And I’m finally at a point where I have Visual Studio working again, and I’m only missing some totally unimportant and irrelevant things…Continue reading How to fix Bitlocker failing to activate?
This article explains why having a local (non-AD) user account with administrator user rights on Windows is a must. I know, I know – this is horrible design from security perspective. You shouldn’t use local accounts in the first place, let alone ones with unlimited admin powers! Microsoft has been…Continue reading Why You (unfortunately) need a Local Administrator account on Windows 🙃