Wednesday, 29 October 2025

How to Fix Windows 11 Update & Installation Errors (Step-by-Step Guide)”

How to Fix Windows 11 Update and Installation Errors Using CMD Commands

If your Windows 11 updates keep failing or installation gets stuck, you’re not alone. Many users face issues like “Windows Update failed to install”, error 0x800f0922, or endless update loops. Fortunately, you can fix most of these problems with a few simple Command Prompt (CMD) commands — no need to reinstall Windows!

Follow this step-by-step guide carefully, and you’ll have your Windows 11 system running smoothly again.

๐Ÿ”น Step 1: Stop Windows Update and Clear the SoftwareDistribution Folder

The SoftwareDistribution folder stores temporary Windows Update files. When these files get corrupted, updates can fail or freeze. Here’s how to fix it:

  1. Press Windows + R, type services.msc, and press Enter.
  2. In the Services window, find Windows Update.
  3. Right-click it and choose Stop — keep the Services window open.
  4. Now open File Explorer and navigate to:
    This PC → Local Disk (C:) → Windows → SoftwareDistribution
  5. Select everything inside that folder and delete it.
  6. Return to the Services window, right-click Windows Update, and set:
    • Startup type: Automatic
    • Click StartApplyOK

This clears any corrupted update files and resets Windows Update to a fresh state.

๐Ÿ”น Step 2: Refresh Group Policy with gpupdate /force

Open Command Prompt as Administrator and run:

gpupdate /force

This forces Windows to refresh all Group Policy settings. It helps if your system isn’t applying update policies properly. Wait for it to show “Policy update completed successfully.”

๐Ÿ”น Step 3: Reset the Catroot2 Folder

The Catroot2 folder contains crucial Windows Update components and digital signatures. If it becomes corrupted, updates may fail. Reset it with these commands. Hit Enter after each command:

net stop cryptsvc
ren C:\Windows\System32\catroot2 catroot2.old
net start cryptsvc

Explanation:

  • net stop cryptsvc — Stops the Cryptographic Service
  • ren ... catroot2.old — Renames the folder (Windows creates a fresh one)
  • net start cryptsvc — Restarts the service

๐Ÿ”น Step 4: Repair System Files with SFC (System File Checker)

Sometimes corrupted system files prevent installation. Run this command:

sfc /scannow

This scans and repairs damaged system files. Let it complete fully — it may take 10–20 minutes. Restart your PC afterward.

๐Ÿ”น Step 5: Repair Windows Image with DISM

If SFC didn’t fix everything, use DISM (Deployment Image Servicing and Management) to repair Windows image corruption:

DISM /Online /Cleanup-Image /RestoreHealth

This checks your Windows image for corruption and downloads healthy files from Microsoft servers. Restart your PC when done.

๐Ÿ”น Step 6: Try Updating Windows Again

After completing all steps:

  1. Go to Settings → Windows Update
  2. Click Check for updates

Windows should now install updates successfully without errors or interruptions.

๐Ÿ’ก Bonus Tip

If issues persist, use Microsoft’s official Windows 11 Installation Assistant to reinstall or upgrade without losing your files.

๐Ÿ Final Thoughts

By following these steps — stopping and resetting Windows Update, deleting the SoftwareDistribution folder, refreshing Group Policy, resetting Catroot2, and running SFC and DISM — you can safely fix most Windows 11 update or installation errors.

Tuesday, 28 October 2025

How to Delete, Hide, or Forget WiFi Network Name in Windows Laptop/PC (Windows 10 & 11 Guide)

If your Windows laptop keeps showing a long list of old WiFi networks you no longer use, it’s time to clean things up. Whether you want to delete, hide, or forget WiFi networks completely, Windows gives you full control — both through normal settings and using simple CMD commands. In this article, I’ll show you exactly how to do it in a clean, safe, and efficient way.

Forget or Delete a Saved WiFi Network

The easiest way to remove a saved WiFi connection is through Windows settings.

  1. Go to Settings → Network & Internet → Wi-Fi → Manage Known Networks.

  2. Find the WiFi name you want to remove.

  3. Click Forget.

That’s it! Your PC won’t connect to that WiFi automatically anymore. But for more advanced users, the Command Prompt (CMD) method gives deeper control — especially for hiding specific or all WiFi names.

Hide or Delete a Specific WiFi Network

If you want to block a specific WiFi name from appearing in your list, use this command in Command Prompt (Admin mode):

netsh wlan add filter permission=block ssid="YOURWIFINAME" networktype=infrastructure

Just replace YOURWIFINAME with the network name (SSID). Once you hit Enter, that WiFi will disappear from your list — hidden and blocked from view.

Bring Back a Hidden WiFi Network

Changed your mind? You can easily bring that WiFi network back using this simple command:

netsh wlan delete filter permission=block ssid="YOURWIFINAME" networktype=infrastructure

This removes the block filter, and the WiFi name will reappear in your available networks. Just replace YOURWIFINAME with the network name (SSID).

Not Sure About the WiFi Name?

If you’re unsure which WiFi networks are being filtered or hidden, check them all by typing:

netsh wlan show filters

This shows every filter currently applied to your system, helping you manage and clean them up as needed.

Hide All WiFi Networks (Block Every SSID)

Want to completely hide all available WiFi networks on your computer? This is especially useful for offices, schools, or shared PCs where you don’t want users connecting to random networks. Just type:

netsh wlan add filter permission=denyall networktype=infrastructure

Now your laptop will stop showing any WiFi networks at all.

Bring Back All Hidden WiFi Networks

If you want to make all networks visible again, simply delete the restriction with this command:

netsh wlan delete filter permission=denyall networktype=infrastructure

This restores full WiFi visibility and allows your system to detect all nearby networks again.

Why Use These Commands?

Using these netsh wlan commands gives you more control over your wireless environment. They help you:

  • Improve security by hiding your SSID from others.

  • Clean up unnecessary or outdated WiFi names.

  • Avoid confusion with multiple similar network names.

  • Limit access on shared or public computers.

And the best part? You don’t need to install any third-party apps — just use Windows’ built-in tools.

Final Thoughts

Managing WiFi networks in Windows doesn’t need to be complicated. With a few simple commands, you can delete, hide, or forget WiFi network names and even block all WiFi connections if needed. Whether you’re troubleshooting, improving privacy, or just tidying up your system, these commands make it quick and effective.

Tuesday, 21 October 2025

How to Convert Any Chat or AI Conversation to PDF for Free & Secure (Chat2PDF Tool)

Looking for an easy way to save your online chats or AI conversations as PDF files? You’re in the right place! Whether it’s a ChatGPT chat, WhatsApp conversation, or any other text exchange, converting your chat into a professional and shareable PDF file is now super simple — thanks to Chat2PDF Converter .

What Is Chat2PDF Converter?

Chat2PDF Converter is a free online tool that helps you turn your chat messages into clean, downloadable PDF documents. You don’t need any app or software — everything runs securely in your browser. This tool is perfect for users who want to keep a permanent copy of their chat conversations for record keeping, proof, or sharing.

Why Convert Chats to PDF?

  • ๐Ÿ“ Save important business or AI conversations in an organized format.
  • ๐Ÿงพ Print or email chat transcripts for official use or reports.
  • ๐Ÿ”’ Keep your chat history safe and accessible offline.
  • ⚡ Convert ChatGPT, Copilot, or WhatsApp messages quickly and for free.

How to Use the Chat2PDF Converter Tool

  1. Go to Chat2PDF Converter .
  2. Copy your chat text (from ChatGPT, Copilot, or any platform).
  3. Paste it into the converter box.
  4. Click on “Convert to PDF.”
  5. Your formatted PDF will download instantly — secure and watermark-free!

Why Choose This Free Converter?

Unlike other chat-to-PDF tools that require sign-ups or limit usage, this one is 100% free and privacy-focused. All processing happens inside your browser — meaning your chat is never uploaded or stored on any server. It’s the easiest and most secure way to save your ChatGPT or AI-generated content as a PDF.

๐Ÿ‘‰ Try Chat2PDF Converter – Convert Your Chat to PDF Instantly ๐Ÿ‘ˆ

Tuesday, 30 September 2025

MJProCalci

MJProCalci is a smart online profit calculator designed for marketplace sellers to easily estimate earnings, fees, and GST in real time. It simplifies complex e-commerce cost structures into clear, accurate results within seconds. With customizable inputs and default settings, MJProCalci helps sellers make confident pricing and profit decisions effortlessly.

Marketplace Profit Calculator

%
%
%
%
Net Profit: ₹0.00
Disclaimer: This calculator provides profit estimates based on the values and percentages you enter or select. Actual marketplace fees, charges, and taxes may differ. We are not responsible for any discrepancies or changes in marketplace percentages, fees, or policies. Prices, rates, and deductions are subject to change by the relevant marketplace. Please verify all values with your marketplace before making financial decisions.

How does the calculator work?

  1. Commission (%)
    • Calculation: Selling Price × (Commission % / 100)
    • Explanation: Commission is charged on the selling price.
      Example: Selling Price ₹1000, Commission 15% → commission = ₹150
  2. GST (%)
    • Calculation: (Commission + Closing Fee + Shipping Fee) × (GST % / 100)
    • Explanation: GST is calculated on the sum of commission, closing fee, and shipping fee.
      Example: commission ₹150, closing fee ₹20, shipping fee ₹80, GST 12% → gst = ₹30
  3. Ads/Promotions (%)
    • Calculation: Selling Price × (Promotions % / 100)
    • Explanation: Promotions cost is a percentage of selling price.
      Example: Selling Price ₹1000, Promotions 2% → promo = ₹20
  4. Return (%)
    • Calculation: Selling Price × (Return % / 100)
    • Explanation: Return loss is calculated as a percentage of selling price.
      Example: Selling Price ₹1000, Return 10% → returnLoss = ₹100
  5. Total Cost
    • Calculation: Base Price + Commission + Closing Fee + Shipping Fee + Packaging + GST + Ads + Promotions
  6. Net Profit
    • Calculation: Selling Price - Total Cost - Return Loss

Summary Table

Component

Based on

Formula

Commission

Selling Price

SP × (Commission % / 100)

GST

Commission+Fee+Shipping

(Commission + Closing Fee + Shipping Fee) × (GST % / 100)

Ads/Promotions

Selling Price

SP × (Promotions % / 100)

Return Loss

Selling Price

SP × (Return % / 100)

Total Cost

All above + Base

Base + Commission + Closing Fee + Shipping Fee + Packaging + GST + Ads + Promotions

Net Profit

Final

SP - Total Cost - Return Loss


Just enter your values and percentages – the calculator does the rest!

Sunday, 30 March 2025

Top Free Games for Samsung Smart TV Playable with TV Remote

Samsung Smart TVs offer a great way to enjoy gaming with
out the need for a console or additional hardware. With just your TV remote, you can dive into a variety of entertaining games, from action-packed adventures to classic arcade challenges. Some of the top free games you can play include Urban Ninja 2, an exciting platformer that tests your agility, and Tarmac Race, a fast-paced racing game for speed enthusiasts. 

For shooting game lovers, Duck Shooter provides a nostalgic hunting experience, while Combat Fury brings intense battles right to your screen. With such a diverse selection, Samsung Smart TV users can enjoy hours of free entertainment using only their TV remote, making casual gaming more accessible and fun than ever.  (Watch game play in below video…)


Top 10 Games for Samsung Smart TV

1. Urban Ninja 2

2. Tarmac Race

3. Carrot Mania Pirates

4. Puppy Rescue

5. Pac-Man

6. Duck Shooter

7. Combat Fury

8. Flying Fish 2

9. Tokyo Drift

10. Neo Rider


Friday, 28 March 2025

How to Free Up & Clear MacBook RAM Cache to Boost Performance

RAM plays most important role for your MacBook performance. Over time, your Ma
c stores temporary data in RAM to help apps run faster. But when too many apps are open, or background processes take up too much memory, things can slow down. That’s where clearing your Mac’s RAM cache comes in handy! Doing this can free up memory, speed things up, and keep your system running smoothly. In this guide, we’ll walk you through simple yet effective ways to free up and clear your MacBook’s RAM cache so you can get back to a faster, more efficient Mac.  (Watch video tutorial for better understand)


Here are some Ways to Free Up & Clear MacBook RAM Cache

1. Restart Your MacBook

This is the simplest trick in the book! Restarting your Mac clears the RAM cache and gives your system a fresh start. 

2. Use Activity Monitor to Find Memory Hogs

Open Activity Monitor (Press Command + Space, type Activity Monitor, and hit Enter). Click the Memory tab to see active processes. Find apps using excessive memory. Click the X button to quit them.

3. Free Up RAM Using Terminal

Open Terminal (Press Command + Space, type Terminal, and hit Enter). Type this command and press Enter:

sudo purge

Enter your admin password when prompted and wait a few seconds while your Mac clears unused memory.

4. Free up Caches 

Click on “Go” – “Go to Folder” now copy paste this prompt “~/Library/Caches” and hit “Enter” select all cached file and folder then delete it. 

5. Reduce Startup Apps

Open System Settings > Users & Groups. Click Login Items. Remove unneeded apps by selecting them and clicking the “-” button.


Tuesday, 25 March 2025

How to Create Shortcut Key to Insert Signature in MS Excel

Adding a signature in MS Excel can save you a lot of time, especially if you frequently sign documents or approve spreadsheets. While Excel doesn’t have a built-in shortcut key for inserting a signature, you can easily create one using the Quick Access Toolbar or a 
macro.

If you're using a digital signature manually then it will take time and effort; Prefer a macro? You can record one that inserts an image of your handwritten or digital signature. Then, assign it a shortcut key like (e.g) Ctrl + Shift + S. With these simple methods, you’ll be able to insert your signature in Excel effortlessly, saving time and making your workflow more efficient. Simply watch the below video.


VBA Macro code:

Sub InsertSignature()

    Dim ws As Worksheet

    Set ws = ActiveSheet

    ws.Pictures.Insert ("C:\Path\To\Your\Signature.png").Select

End Sub



Note: (Replace "C:\Path\To\Your\Signature.png" with your actual signature image path)

How to Fix Windows 11 Update & Installation Errors (Step-by-Step Guide)”

How to Fix Windows 11 Update and Installation Errors Using CMD Commands If your Windows 11 updates keep failing or installatio...