Category: How To

  • Powerpoint: Remove presentation notes

    As part of my job, my role as head of my union local, and as a board member in my shooting sports club, I give presentations on a relatively regular basis. Whenever I do so, I usually share my slides so that people can refer back to them later on. I do not, however, share…

  • PowerShell: Troubleshoot network connectivity

    A while back, a customer contacted us because they were having problems connecting to Amazon WorkSpaces. This led me to dig into a PowerShell command which was new to me; Test-NetConnection. In its simplest form, the command simply checks your network connectivity: I, however, needed to confirm that I was able to connect to a…

  • Finding your YouTube comments

    From time to time, I’ve found that I need to find a comment I made on a YouTube video some time ago. As luck would have it, that a feat which is relatively easily achievable. Here’s how: From a desktop computer, go to myactivity.google.com, click the three-dot menu, and select “Other activity”: Scroll down to…

  • Endpoint: Finding the serial number of a computer

    One of the nice things with managing computers in Endpoint is that you can get a lot of information about the specifications of a given computer out of it, such as the serial number, which is useful for warranty check purposes. Here’s how: Open Configuration Manager Console Go to Devices, and search for the computer…

  • Find WLAN password from the command line

    If I’ve been there once, I’ve been there a thousand times; I’ve connected to a wireless network with my computer, but want to connect with my phone, too. The only problem is that I don’t know what the WLAN password is. Luckily, you can find the password to networks you’ve connected to using the command…

  • Excel: Allow dividing formulas to fail gracefully

    I’m sure I’m not alone in having had this happen: I was using Excel to make some quick calculations, and got #DIV/0!-errors for some rows because one of the fields I’d been dividing by was empty. Sometimes you don’t have all the information you need for every single row, but you still want to have…

  • Paste text without formatting

    I recently had a long term collaboration with a number of colleagues, where part of what we did was produce, edit, and agree upon finalized versions of text. We applied various formatting such as color, cursive, and bold to track the status of specific text blocks. At the end of it all, we needed to…

  • Excel: Format cells based on content

    As a union steward, one of the many things I do on a regular basis is evaluate key indicators of the company financials. I do this by plotting a few numbers from the accounting reports into Excel, and then run them through some standardised analysis to identify the performance of key indicators. These indicators are…

  • Excel: Automatically set width and height

    If I’ve been there once, I’ve been there a thousand times; I’ve got a spreadsheet in excel with varying widths and heights that don’t fit the data. Now, sure, you could go in and correct it manually – but that’s not only boring, it’s a pain it the behind. Luckily, there are keyboard shortcuts to…

  • Move OneNote notebook to OneDrive

    Back in 2019, I wrote about how I was moving to OneNote for all of my notetaking needs, a decision I have yet to regret. I have a few notebooks, set up for different purposes; one which is my rants, ramblings, recipes, and diverse writings of many kinds, one for my job (which makes it…

  • Excel: Merge cells without losing data

    If you’ve ever attempted to merge cells that hold data in Excel, you will almost certainly have encountered this warning: This can be annoying when you’re trying to combine data in multiple different fields, such as first and last names. Happily, there is a formula (in Excel, there’s more or less always a formula) to…