#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

All Posts

Browse all blog posts and archives

All Posts (543)

Showing 51 to 75 of 543 posts (Page 3 of 22)
  • Cover image for Where's the CTRL+E search in OneNote for mac?
    Published on
    Authors
    koskila

    Where's the CTRL+E search in OneNote for mac?

    This article explains how to search through all of your workbooks in OneNote for Mac OS. The same thing you can do with CTRL+E on Windows - that is. Because for whatever reason, in OneNote for Mac, it's hidden. Background (and problem) Oh, OneNote for Mac, my dearest... Why must you be the neglected sibling of the Windows version? It’s like Microsoft gave it a pat on the head and said, “You’ll get there someday, champ.” But someday never comes. And that's rare!
  • Cover image for How to remove DevDrive.vhdx?
    Published on
    Authors
    koskila

    How to remove DevDrive.vhdx?

    This article explains how to remove a virtual Dev Drive (DevDrive.vhdx), after it's stuck on your machine. Dev Drives are separate drives in Windows, that are optimized for Developer workloads. Mostly installing npm packages, that is. I've posted about the performance improvements before: Dev Drive performance increase in real life scenarios Background I've been using a Dev Drive for my npm -heavy workloads for about half a year now.
  • Cover image for How to disable Narrator.exe from narrating your life?
    Published on
    Authors
    koskila

    How to disable Narrator.exe from narrating your life?

    ... if by "life", you mean "absolutely everything you do in Windows 11", that is. And Windows is life, right? Doubling the price of environmentally friendly plastic bags is not helping this otter Doubling the price of environmentally friendly plastic bags is not helping this otter.
  • Cover image for Frontmatter Fields Not Populating When Setting Up Your BlazorStatic Website? Easy Fix!
    Published on
    Authors
    koskila

    Frontmatter Fields Not Populating When Setting Up Your BlazorStatic Website? Easy Fix!

    This article explains a quick fix to FrontMatter fields in a solution not getting populated when using BlazorStatic. I ran into it after repeatedly exporting all of my stuff from my legacy WordPress site to my in-the-works BlazorStatic site. StaticBlazor is a game-changer for developers who want the power of Blazor combined with the simplicity of static site generation. However, like all powerful tools, it comes with a learning curve.
  • Cover image for Outlook doesn't show flagged emails as tasks
    Published on
    Authors
    koskila

    Outlook doesn't show flagged emails as tasks

    I feel like this is a regression in the "New Outlook (New)"©, but I could be wrong. Not sure if it worked in the client before, but it definitely did work in the "Outlook Classic (New)" (which is the legacy version of Outlook), and it isn't working in the new app now.
  • Cover image for dotnet tool install fails with "Settings file 'DotnetToolSettings.xml' was not found in the package." - what do?
    Published on
    Authors
    koskila

    dotnet tool install fails with "Settings file 'DotnetToolSettings.xml' was not found in the package." - what do?

    If you’ve just tried to install a .NET tool and got smacked with the dreaded error message: “Settings file 'DotnetToolSettings.xml' was not found in the package,” congratulations: You are today’s lucky recipient of yet another cryptic dotnet installer hiccup! But don’t worry, we’re about to sort this nonsense out. Namely, this article explains a couple of things you can try out to possibly fix the issue. Problem
  • Cover image for How to fix YouTube stuttering on OnePlus 10 Pro?
    Published on
    Authors
    koskila

    How to fix YouTube stuttering on OnePlus 10 Pro?

    This article explains a couple of different ways to fix any video playback stuttering, when watched on YouTube, on your OnePlus phone. I first ran into this on OnePlus 8 Pro, but according to the chatter online, there are plenty of other OnePlus handsets with the same... Well, I'm not sure if it's a bug or issue, so let's call it a feature. Let's get to it.
  • Cover image for How to Copy-Paste a Table from Excel to Microsoft Loop Without Losing Your Mind
    Published on
    Authors
    koskila

    How to Copy-Paste a Table from Excel to Microsoft Loop Without Losing Your Mind

    Struggling to transfer tables from Excel to Microsoft Loop? Weirdly enough, you’re not alone. In this wonderful world of ours, simply copying and pasting often turns your perfectly organized rows and columns into an illegible blob. It’s frustrating, inefficient, and downright maddening for a superficially fancy and shiny new tool such as Microsoft Loop. But don’t worry—there’s a solution! With a quick detour through HTML, you can preserve your table’s structure and make Loop finally behave.
  • Cover image for Clipboard History disabled - "This setting is managed by your organization?" | Easy fix!
    Published on
    Authors
    koskila

    Clipboard History disabled - "This setting is managed by your organization?" | Easy fix!

    Reinstalling a Windows machine is always a lot of fun! And that's why I've been more and more of my time doing just that. See, my most favorite pastimes over the last few months have been staring at System Restore failing, endless reboot loops, looking for lost Bitlocker keys and finally entering them manually key-by-key, and of course the best part - waiting hours for Windows to "Reset" - all that good stuff!
  • Cover image for Windows Search not finding anything? That might be the default now, but you don't need to accept it!
    Published on
    Authors
    koskila

    Windows Search not finding anything? That might be the default now, but you don't need to accept it!

    This article explains how to tweak Windows Search so that it finds something. Or better yet - that it finds even the files that your applications are trying to HIDE from you (by storing your personal files under Application Data folder)! Microsoft is actively trying to hide these files from you, and for a reason. You should store functional files (like cache) inside %AppData%, not the user's personal documents.
  • Cover image for "The Copilot key isn't connected to an action. Choose what you'd like to happen when you press the Copilot key"
    Published on
    Authors
    koskila

    "The Copilot key isn't connected to an action. Choose what you'd like to happen when you press the Copilot key"

    So about a year ago, I paid (or made my employer pay) 4000 USD to get an AI-PC. That laptop had no AI features whatsoever, so its NPU is still in brand new condition. Great savings abound if I ever end up selling it! 😜 But about 6 months later, that pc got its first AI feature - the standalone Copilot app. I mean, I never got the fabled native app that actually integrated with Windows.
  • Cover image for How to remove Skype for Business, if it sneaks back onto your machine?
    Published on
    Authors
    koskila

    How to remove Skype for Business, if it sneaks back onto your machine?

    This article explains how to uninstall Skype for Business when it's not visible in your Control Panel, Settings, Installed apps or Programs and features. This article also (accidentally) underlines the futility of using a separate uninstaller application. They'll typically introduce more trouble than they're worth. Me, skilling up my knowledge worker skill tree. Me, min-maxing my knowledge worker (read: project manager) skill tree. According to Copilot, this is what it looks like.
  • Cover image for How to output the value of a secret variable in Azure DevOps?
    Published on
    Authors
    koskila

    How to output the value of a secret variable in Azure DevOps?

    This article explains how you can output the value of a secret variable stored in Azure DevOps. This applies both to secrets stored in a Variable Group, or Pipeline Variables stored as secrets. Is it safe, secure and advisable to do this? No! But is it possible? Yes it is! Let's get to it! Background There might be situations, when you want to output the value of a secret variable.
  • Cover image for Long Path Tool - an unfortunate review
    Published on
    Authors
    koskila

    Long Path Tool - an unfortunate review

    In one of my article's comments section, I've been suffering from semi-automated spam advertising "Long Path Tool". It's a tool that can be used to create symlinks for files located deep in folder structure - a simple use case with a lot of free tools available to resolve the same issue, and all of them work just fine and contain the same value proposal. I guess this is the reason why the developers have had to resort to shady practices to advertise their solution.
  • Cover image for Copilot Android app refusing to take pictures? I have the dumbest fix you'll ever hear, but it'll work, trust me.
    Published on
    Authors
    koskila

    Copilot Android app refusing to take pictures? I have the dumbest fix you'll ever hear, but it'll work, trust me.

    This article explains how to work around the issue where the Copilot app fails to take pictures. Sounds boring, right? But hey - even with all of the gripes I have about Copilot, I do use it daily, and I'd really like it to work. Because when it does work - well, about 50% of the times it does work - it's really helpful, and it does make me more productive overall. Okay. That's enough of a sales pitch.
  • Cover image for Adventures in the Windows 11 24H2-land: How to restore your webcam after February 2025 Patch breaks it?
    Published on
    Authors
    koskila

    Adventures in the Windows 11 24H2-land: How to restore your webcam after February 2025 Patch breaks it?

    This article explains how to get your built-in webcam back after a Windows 11 update (in my case, February 2025 Cumulative Update package) hides/disables it. The weird thing is, the camera is visible in the Device Manager. No app can see it though. And trying to update the driver through Device Manager is no use, as it's apparently already using the latest driver version. Background I can appreciate Windows removing any extraneous web cameras I might have - or rather, might've had.
  • Cover image for Have you heard? Dev Home is going away before it even arrived!
    Published on
    Authors
    koskila

    Have you heard? Dev Home is going away before it even arrived!

    Microsoft has just retired the Windows Dev Home experience before it ever came out of Preview -status. And before it ever became that useful. Or even functional, if you ask me. It was a good idea (or maybe even a really good one), that never really materialized. I mean, I gave the app a go a while ago, and it didn't really do anything. Or the little it did were things easier to do elsewhere - or changes that didn't persist.
  • Cover image for Taming my Home Assistant database growth
    Published on
    Authors
    koskila

    Taming my Home Assistant database growth

    This article explains how to sensitively and carefully limit your Home Assistant's database growth, without losing any valuable data. And because data is the new oil, pretty much all of the data is valuable. Who knows when you need to know whether your basement door was open or closed 1 year and 11 months from now?
  • Cover image for Dev Drive performance increase in real life scenarios?
    Published on
    Authors
    koskila

    Dev Drive performance increase in real life scenarios?

    This article shows a few benchmarks I have run on the performance improvement that Dev Drive offers, using a real-life project I am (well, was) working on some time ago. The simple examples in this article should give you some guidance on what kind of performance you should be able to expect after adopting Dev Drive. YMMV and the usual caveats apply, but hey - it's still data you can use to decide if it's worth the (minuscule) set up cost.
  • Cover image for Join my session at CTTT25 this week: Level Up Your Teams Extensibility Game with Blazor | Session materials from Cloud Technology Townhall Tallinn 2025!
    Published on
    Authors
    koskila

    Join my session at CTTT25 this week: Level Up Your Teams Extensibility Game with Blazor | Session materials from Cloud Technology Townhall Tallinn 2025!

    This week I'll be attending Cloud Technology Townhall Tallinn 2025. It's my first time in this event that's practically next door in the beautiful town of Tallinn! Although I guess the name was kind of a dead giveaway already, right? I'll be speaking about Blazor and Teams development stuff. This time I'll try to avoid any demo effects - had a couple the last time I've talked on this topic! But I think it'll be a blast!
  • Cover image for How to identify which wifi band your Decos are using?
    Published on
    Authors
    koskila
    Tags
    deco

    How to identify which wifi band your Decos are using?

    This article explains how you can identify which wifi bands your TP-Link Decos are using, without using a WiFi Analyzer or other such tools. I'll also explain why you might need this information - in my case it was about interference (because of course it was!) And as usual, this article wouldn't have even been needed, if Copilot didn't try to misdirect me when I asked it the very same question, that is in the title of this post: How to identify which wifi band your Decos are using?
  • Cover image for Don't assign root domain to GitHub Pages if you use it for email!
    Published on
    Authors
    koskila

    Don't assign root domain to GitHub Pages if you use it for email!

    Just a quick tip I learned the hard way: if you want to host a website on GitHub Pages, make sure to only point the www-subdomain, and not the "naked", apex domain, in case you're using it for email mailboxes. I learned the hard way that the A records pointing to GitHub's IPs will cause all email, and I really mean ALL email, to be blocked. Not outgoing email - but incoming! But as usual, we need to take a step back. What was I trying to do? Background
  • Cover image for Experiences from migrating to Bitwarden
    Published on
    Authors
    koskila

    Experiences from migrating to Bitwarden

    I recently (finally) moved to a commercial Password Manager after I got tired of having to copy-paste everything from KeePass in my apps on Windows and letting the only company on Earth that has to remind themselves in their slogan NOT to be Evil handle all of my web/Android passwords. KeePass was feeling pretty clumsy and outdated, and Google just more and more evil. And actual, REAL Password Managers have more features than these free options, too.
  • Cover image for 2024 Year Review - and 20 years in business!
    Published on
    Authors
    koskila

    2024 Year Review - and 20 years in business!

    Wow, that's quite a headline for a 30-something to write, right? But the very real side effect of being a weird kid and starting freelancing when I was on 8th grade is that it's now just over 20 years since I finished my first paid website projects. This year everything lined up nicely and I could publish an article on Christmas Eve, and this one on New Year's Eve (in Finland, we do love celebrating everything in advance, and then being hungover on the actual occasion). Anyway.
  • Cover image for Merging on GitHub Actions fails with "could not read Username for 'https://github.com': No such device or address"?
    Published on
    Authors
    koskila

    Merging on GitHub Actions fails with "could not read Username for 'https://github.com': No such device or address"?

    This article is going live 24th of December in 2024. That's when we in Finland celebrate Christmas (yes - we celebrate on Christmas Eve, so that we can just chillax on Christmas day, either hungover, playing with our new toys, or both). I'll have you know I wrote this article a few days in advance.
Whitewater Magpie Ltd.
© 2026
Static Site Generation timestamp: 2026-05-05T05:31:42Z