Windows emergency restart

For about as long as I can remember, one of the most frequent complaints I’ve heard about Windows is that it doesn’t have an emergency restart or shutdown option, something equivalent to the Linux reboot command. It turns out Windows emergency restart existed, hiding in plain sight, all along. In this blog post, I’ll share the secret.

Read more

Change mouse direction on monitor

Change mouse direction on monitor

If you have more than one monitor, sometimes when you move your mouse to the edge of one screen, the mouse jumps to the monitor on the other side. Here’s how to change the mouse direction on your monitor when you have a setup with more than one monitor.

When you have two monitors, there is exactly a 50% chance that your computer will guess correctly which way they are arranged. On the computer gets it wrong, you can fix it easily enough. You just have to know where to look and what the computer calls the setting. Whether you have a Mac or a Windows PC, there is no setting for mouse direction, but there is a setting for multiple monitors. That’s the one you want.

Read more

Notepad++ wrap text

Notepad++ wrap text

Wrapping text is an essential feature in any text editor, but the feature may be hiding somewhere you aren’t looking for it. Here’s how to wrap text in Notepad++.

Read more

What does OLE stand for

What does OLE stand for

Sometimes, when dealing with Windows programming or Windows applications, you will find the acronym OLE. But what does OLE stand for, and what does it do? And this blog post, I will explain OLE and why it was important and still is, even though Microsoft doesn’t promote it any longer.

Read more

Notepad++ Go to line

Notepad++ Go to line

Sometimes when you are editing a text file, you want to go to a specific line. Here’s how you go to a line in Notepad++, along with a few more go to tricks.

Read more

Replace carriage returns with commas in Notepad++

Replace carriage returns with commas in Notepad++

There are times when you need comma-separated lists but the data you have is separated by carriage returns instead. In this blog post, I’ll show you how to easily replace carriage returns with commas in Notepad++.

Read more

Fast Copy: Best and fastest copier for Windows?

Fast Copy: Best and fastest copier for Windows?

People sure have strong feelings on their Windows copy utilities. Each of the command line utilities has their own strengths and weaknesses. But when it comes to copying with the GUI, a lot of times we just settle for Windows Explorer. Fast Copy is a utility that provides GUI ease of use with the power of the command line utilities. I think it might be the best file copier for Windows.

Read more

Chocolatey package manager for Windows

Chocolatey package manager for Windows

There has been a recent spate of malvertising targeting popular downloads. These paid advertisements masquerade as legitimate download links for popular software packages. The files they serve up look legitimate, but they include software that you don’t want. Using a package manager is one way to avoid this problem. Chocolatey is the name of a good package manager for Windows. It sidesteps malvertising and solves other system maintenance problems for you too.

Read more

Line count in Notepad

Line count in Notepad

Sometimes you need to count the number of lines in a plain text file. And sometimes notepad is all you have. Here’s how to do a line count in notepad.

Read more

Update Windows third-party utilities semi-automatically

Update Windows third-party utilities semi-automatically

I used to have and recommend a tool for updating all your third party software on Windows machines. Unfortunately that tool went end of life several years ago. But Microsoft, of all people, has a tool that works suitably. Usage is similar to apt or yum on Linux. It’s called Microsoft App Installer, and at the command line, it takes the form of the command winget.

App Installer is a free tool that updates what Windows Update won’t. That means open source apps, but also some third party apps, and even some difficult-to-update Microsoft apps, like the Visual C++ runtime. It is capable of updating more than 3,000 apps.
Read more