How to have the old scrollbar style in Firefox 100 on Windows 11.

The new Firefox 100 release is very good, but it has a new feature that inherits scrollbar behaviour from Windows 11. This means you get a floating scrollbar like an Android phone. But this is easily fixed. Search in the Start menu for “scrollbars”. Then click the Always show Scrollbars option. This leads to Accessibility … Read more

How to use Powershell to print the current uptime of your computer on Windows.

This simple one-liner for Powershell will print the current uptime of your PC. This is printed with multiple columns but it also may be printed on one line. PS C:\Users\Windows 11> (get-date) – (gcim Win32_OperatingSystem).LastBootUpTime     Days : 0 Hours : 0 Minutes : 41 Seconds : 27 Milliseconds : 915 Ticks : 24879150105 … Read more

How to install Windows Services for Linux on Windows 11.

Install Windows Services for Linux on Windows 11 To install the Windows Services for Linux on Windows 11, run the wsl –install command, this requires elevated privileges so run the Windows Terminal as Administrator to accomplish this. Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.   Install the latest PowerShell for new features and … Read more

List of supported processors for Windows 11 upgrade.

CPU models that are supported for installation of Windows 11 This is a list of all supported CPUs for the new Windows 11 release coming soon. TPM is required to install Windows 11, this is definite. So you must ensure you have the correct model of CPU to allow installation of this operating system. Windows … Read more