How to Send Messages to Yourself on Telegram (Saved Messages Guide)

How to Send Messages to Yourself on Telegram (Saved Messages Guide)

Sometimes you just want to send notes, files, or links to yourself. Telegram actually has a built-in feature designed exactly for that — it’s called “Saved Messages.” At first glance, the feature might not be obvious, but it’s actually very simple to set up. Let’s walk through how to use Telegram’s Saved Messages feature step … Read more

How to Enable Dark Mode in Notepad on Windows 11

How to Enable Dark Mode in Notepad on Windows 11

In Windows 11, you can enable dark mode not only for the entire system but also for individual apps — including the built-in Notepad app. This guide will show you how to turn on dark mode in Notepad, step by step. Enable Notepad Dark Mode 1️⃣ Open the Notepad Settings 2️⃣ Go to “App Theme” … Read more

How to Automatically Reopen Apps After Restart in Windows 11

How to Automatically Reopen Apps After Restart in Windows 11

In Windows 10, when you restarted your computer, your browser or File Explorer windows often reopened automatically. But after upgrading to Windows 11, many users noticed this feature seemed to be missing — everything just closes on shutdown. Actually, the same feature exists in Windows 11 — it’s just disabled by default. You’ll need to … Read more

Windows 10 Folder Icons Background Black? Here’s How to Fix It

Windows 10 Folder Icons Background Black? Here’s How to Fix It

Sometimes while using Windows 10, you may notice an unusual issue: folder icons on the desktop suddenly show a black background. At first, it can be alarming, but don’t worry—this is not caused by a virus or malware. The problem usually comes from icon cache corruption or an outdated graphics driver. In this guide, we’ll … Read more

Can’t Open Clock or Calendar in Windows 11? Here’s the Fix

Can’t Open Clock or Calendar in Windows 11? Here’s the Fix

One day, something strange happened on my PC.
At the bottom-right corner of the screen—where the clock, calendar, speaker, and Wi-Fi icons are located—nothing responded when I clicked.

In fact, I realized I can’t open clock or calendar in Windows 11 from the taskbar.

  • The calendar didn’t open when clicking the time

  • Volume control didn’t appear when clicking the speaker icon

  • Wi-Fi settings couldn’t be accessed

I was really confused. I even tried rebooting and using a different mouse, but the issue persisted.

 


Why Clock, Calendar, and System Tray Icons Stop Working – App Configuration Corruption

This issue isn’t just a temporary glitch — it’s usually caused by corruption in the internal Windows app configuration.

These components on the taskbar (calendar, speaker, network icons) are actually built on UWP (Universal Windows Platform) apps.
When these get corrupted, the icons may appear visually but won’t respond to clicks.

Fix – Recover Windows Apps Using PowerShell

Thankfully, this issue can be solved with a single PowerShell command—no complicated steps involved.
I followed the method below and fixed the issue immediately. Try it out yourself.


1️⃣  Open PowerShell as Administrator

  1. Click the Search icon (magnifying glass) in the Windows taskbar.
  2. Type powershell into the search box.
  3. Right-click on Windows PowerShell in the results and select “Run as administrator”.

Opening PowerShell as administrator in Windows

 


2️⃣ Copy and Paste the Command Below

When PowerShell opens, copy the entire command below with Ctrl + C and paste it into the PowerShell window using Ctrl + V.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Read more

Bad Image – Error Status 0xc0e90002? Disable Smart App Control to Fix It

Bad Image – Error Status 0xc0e90002? Disable Smart App Control to Fix It

Less than a month after installing Windows 11, most of the executable files started showing a ‘Bad Image’ error. Even after uninstalling and reinstalling the affected program via Control Panel, the Bad Image error persisted. Additionally, when launching specific applications, Smart App Control blocked them from running altogether. Even running the programs with administrator privileges … Read more