Category

Windows

Micro$oft Windows

368 articles in this category

Restore Windows 11 Right-Click Context Menu

July 14, 2022 1 min read

I'm not a huge fan of the new right-click context menu in Windows 11 because there are some utilities I use that I constantly need to select "Show…

Window Server 2019 – 1809, 1903, 1909 Servicing Channels

May 12, 2022 2 min read

It can get a bit confusing. The below website summarizes the server releases. https://docs.microsoft.com/en-us/windows-server/get-started/windows-server-release-info There are two servicing models for Windows server - a long term servicing channel…

TextPad – Strange Printing Behavior

April 28, 2022 3 min read

I've been tasked with resolving an issue that involves printing (my favorite /s). A console application used in Windows 10 and Windows 11 is not printing certain files…

Hide Application from Add/Remove Programs

April 26, 2022 1 min read

One way to hide an application from Add/Remove programs is by settings a SystemComponent registry key for the application in the Uninstall path. For 32-bit applications, the Uninstall…

Block Windows 11 Update

April 14, 2022 1 min read

The easiest way to block the Windows 11 update on a Windows 10 system is by adding a policy via the Registry. In HKEY_LOCAL_MACHINE, navigate to SOFTWARE\Policies\Microsoft\Windows Create…

Get monitor make and serial number command line

November 19, 2021 1 min read

The following powershell command will return make and serial number of a monitor connected to the computer. gwmi WmiMonitorID -Namespace root\wmi | ForEach-Object {($_.UserFriendlyName -ne 0 | foreach…

Get and Install Windows Updates via PowerShell

January 13, 2020 1 min read

Using the following package PSWindowsUpdate you can Get-WindowsUpdate and Install-WindowsUpdate. install-module pswindowsupdate DESCRIPTION Use Get-WindowsUpdate (aka Get-WUList) cmdlet to get list of available or installed updates meeting specific…

'wc -l' equivelant for Windows… kinda

October 31, 2019 1 min read

Came across a cool find today that I can implement in Windows to replicate wc -l. When wanting to count how many lines in a file on Windows,…

Sage Peachtree 2013 crashes when posting Receipt

October 25, 2019 1 min read

Sage Peachtree 2013 was crashing every time while attempting to save a Receipt entry. This occurred only via Remote Desktop. Peachtree 2013 is installed on a Windows 10…