[Fix] Win+Shift+S not working in Windows 10 or 11

ms-screenclip run command

The Win + Shift + S keyboard shortcut, powered by the Snip & Sketch tool, allows you to quickly take a screenshot of a particular screen area or the entire screen. Some users are facing a situation where the hotkey combination doesn’t work on their Windows 10 computer. For instance, nothing may happen when you use the hotkeys. Or you don’t get the Snip & Sketch screen capture notification in the Taskbar notification area.

Let’s see how to fix the Snip & Sketch screen clipping feature in Windows 10 or Windows 11.Read more

[Fix] Taskbar Clock Colon Missing in Windows 10

taskbar clock font colon punctuation square box

After changing or substituting the system fonts with a different font, you may notice that the colon symbol may be missing in the taskbar clock. Instead of the colon punctuation mark, a different symbol (e.g., a square or rounded white box) may appear in the tray clock. Despite this issue, fonts in the other areas … Read more

No Internet after Installing Windows Updates [Windows 10]

restart windows 10

After installing a Windows Update — be it a Cumulative Update, Feature Update, or a driver update, internet access may get broken in some configurations. To name a few, the Quality Updates  KB4556799, KB4023057, KB4495620, and the 20H2 Feature Update broke network connectivity on some devices. This article provides some troubleshooting steps to restore internet … Read more

[Fix] Printer Prints Documents in Inverted Colors

printer inverted colors printing

When you try to print a document or image using your printer, it may print the contents in an inverted color scheme (black background with white text). The result is the same when you print a test page via the printer properties, or print from Word, Open Office, Libre Office, or any other program. This issue causes the ink to drain out very quickly.

printer inverted colors printing
(Printer prints in inverted or negative color – Src: via Reddit)

However, when you print to the same printer from another computer or tablet device, the output may come up correctly.

This issue is caused due to incorrect or generic drivers installed for the printer. As per my observation, this problem is mostly seen on some Brother laser printer models on Windows 10. This issue could have surfaced after installing a feature update for Windows 10.Read more

How to Restore Missing “Print Management” Console

print management console missing

After installing a Windows 10 Feature update (v2004 or higher) or Windows 11, you may observe that the Print Management MMC console is missing from the system. Print Management is a Microsoft Management Console (MMC) snap-in that lets you install, view, and manage all printers on your local computer or the network. You can add or delete printer driver packages, manage the print queue, and do much more.

This issue can occur in Windows 10/11 Professional or Enterprise edition. Note that the Print Management console is not available on Home editions of Windows. If you’re using Windows Home Edition, this article doesn’t apply to you.

The Print Management shortcut may be missing in the Administrative Tools folder. And, when you attempt to run printmanagement.msc directly, you’ll see the following error:

Windows cannot find 'printmanagement.msc'. Make sure you typed the name correctly, and then try again.

Also, copying the file printmanagement.msc file from another Windows 10 computer and running it would cause the error “couldn’t load the snap-in” since the supporting files are missing from the computer.

Read more

[Fix] Notepad is missing or does not open in Windows 10

notepad does not open - uninstall and reinstall notepad

On a Windows 10 computer, when you attempt to launch Notepad by running Notepad.exe or clicking on the taskbar shortcut, nothing may happen. In some cases, you’ll see one of the following errors:

Windows cannot find 'notepad.exe'. Make sure you typed the name correctly, and then try again.
The item 'notepad.exe' that this shortcut refers to has been deleted. However, it can be restored from the Recycle Bin.
Do you want to restore the file, or delete this shortcut?

notepad does not open - uninstall and reinstall notepad

The above errors indicate that Notepad has been uninstalled from the computer or its supporting files have been deleted. Running the DISM /RestoreHealth and SFC commands also may not help.

From Windows 10 version 2004, the classic desktop apps, namely, Notepad, WordPad, and Paint, have been made optional features. It means that you can uninstall and reinstall those apps via the Optional Features page in the Windows 10 Settings app.

This article tells you how to repair or reinstall Notepad using Optional features in Windows 10 v2004 and higher.Read more

Fix for Error 0x80073CFA when Uninstalling an App in Windows 10

0x80073CFA uninstalling apps error

When uninstalling a Store app in Windows 10, you may get the error 0x80073CFA. This happens whether you use the Apps & Features GUI or PowerShell command to remove the app. Many users have indicated that the error happens when uninstalling some game apps like Forza Motorsport, Forza Horizon, Asphalt: Airborne, etc.

0x80073CFA uninstalling apps error

We couldn't uninstall app_name

The operation did not complete successfully. Try again in a bit.

The error code is 0x80073CFA, in case you need it.

However, the error 0x80073CFA is not specific to Microsoft gaming apps. It can happen for any app, for that matter.

Attempting to uninstalling the app using PowerShell’s Remove-AppxPackage would result in the same error code:

0x80073CFA uninstalling apps error powershell

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)

error 0x80070032: AppX Deployment Remove operation on package package_name from:
C:\WINDOWS\SystemApps\package_path failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.

(The above error happened when attempting to uninstall the in-box package named Microsoft.Windows.PeopleExperienceHost for the sake of illustration.)

Cause

The 0x80073CFA error (“Removal failed. Please contact your software vendor.”) occurs if you try to uninstall a non-removable inbox app. Inbox apps are official Microsoft apps bundled with Windows 10 and installed during Windows 10 Setup — e.g., Photos, Calendar, Alarma, Camera, Calculator, People app, etc. Some of the inbox apps are “non-removable” and some are removable — e.g., the Photos app.

The StateRepository-Machine.srd database has a field named IsInbox against app which may be set to 1 or  0. If it’s set to 1, it’s a designated inbox app. For non-removable apps, PowerShell’s Get-AppxPackage <PackageName> command will show that the package is NonRemovable.

get-appxpackage nonremovable

If you need to trim down Windows by removing unused or unwanted apps, there is a way to forcibly remove them even though they’re marked as non-removable inbox apps. To do so, you need to first set the IsInbox value to 0 by editing the StateRepository-Machine.srd database.Read more

How to Prevent Auto redirection from IE to Edge for unsupported sites

ie to edge redirect disable

Since Windows 10 version 20H2, Internet Explorer redirects users to Microsoft Edge (Chromium) when they visit websites that don’t support Internet Explorer. Microsoft Edge Chromium version 84 and higher have this feature. Many modern websites have designs that are incompatible with Internet Explorer. When the Internet Explorer user visits an unsupported website (e.g., Facebook, Internet Archive, … Read more