Monday, 17 November 2025

How to Fix Android TV Stuck on Boot Logo (Fix TV Boot Logo Loop)

If your Android TV is stuck on the boot logo or keeps restarting in a boot-loop, this guide explains the exact steps you need to follow. These solutions work on Mi, Redmi, Xiaomi, Realme, OnePlus, Sony, Philips, TCL, Motorola, Nokia, Vu, and all other Android Smart TVs.


✅ 1. Power Reset (Soft Reset)

This fixes almost 70% of boot-loop issues without any data loss.

  1. Unplug the TV from the wall outlet.
  2. Press and hold the Power button on the TV (not remote) for 15 seconds.
  3. Keep the TV unplugged for 2–3 minutes.
  4. Plug it back in and turn it on normally.

✅ 2. Remove USB / HDMI Devices

Sometimes TVs get stuck during boot because of corrupted USB drives or HDMI devices.

  • Remove USB drives, external hard disks, Fire TV Stick, Chromecast, gaming consoles, and HDMI devices.
  • Restart your TV.

✅ 3. Boot Into Recovery Mode (Hard Reset)

If the OS software is corrupted, you must enter Android Recovery Mode and perform a system reset.

Works for: Sony, Mi, Xiaomi, Philips, TCL, Realme, Vu, Motorola, Nokia, Blaupunkt, etc.

  1. Turn the TV off completely.
  2. Press & hold Power + Volume Down buttons on the TV panel.
  3. While holding the buttons, plug the TV back into power.
  4. Keep holding until Android Recovery Mode appears.
  5. Select:
    Wipe data / Factory reset → Yes

⚠ Warning: This will erase apps, login accounts, and personal settings — but it fixes most boot-loop issues.


✅ 4. For Mi / Redmi / Xiaomi / Realme / OnePlus TV (Fastboot Recovery)

  1. Turn Off and then Turn On your TV.
  2. Try entering recovery using these combinations:
    Remote: Center (OK) Button + Back Button
    OR
    TV Panel: Power Button + Volume Down
    (Hold until Android Recovery appears.)
  3. Once you enter Android Recovery Mode:

  4. Select Wipe Cache Partition first and press OK. This removes temporary corrupted files.
  5. If your TV is still stuck, enter Recovery Mode again and select:
    Wipe data / Factory reset
    This will erase all apps, Google account, WiFi settings, and preferences — restoring the TV to factory condition.

Following these steps solves most Android TV boot screen and boot-loop problems without needing a service center. If the TV still doesn’t boot, the issue may be with the motherboard or eMMC storage.

Sunday, 9 November 2025

How to Fix Microsoft 365 Copilot Office Hub Error “Windows Cannot Find C:\ProgramFile”

If you see the error “Windows cannot find ‘C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_... \M365Copilot.exe’”, it typically means the Microsoft Office Hub package (the launcher for Microsoft 365 and Copilot) is corrupted or missing. Follow the steps below to restore Office Hub, Copilot shortcuts, and fix related errors.

What is Microsoft.MicrosoftOfficeHub?

Microsoft.MicrosoftOfficeHub is the central launcher that connects Office apps (Word, Excel, PowerPoint, Outlook) and the Microsoft 365 Copilot interface. When this package is damaged, shortcuts or Copilot links (like M365Copilot.exe) may fail to open.

Step 1 — Repair Microsoft 365 / Office via Control Panel (Recommended)

This is the official, most reliable method:

  1. Press Windows + R, type control, and press Enter to open Control Panel.
  2. Go to Programs > Programs and Features.
  3. Select Microsoft 365 (or Microsoft Office) and click Change.
  4. Choose Quick Repair first — try the app. If the issue persists, repeat and select Online Repair.
  5. Quick Repair fixes common problems offline; Online Repair reinstalls Office components from Microsoft servers.

Step 2 — Repair from Settings (Alternative)

If Programs and Features does not list the package in your environment, use Settings:

  1. Open Settings > Apps > Installed apps.
  2. Find Microsoft Office Hub (or Microsoft 365 (Office)), click the menu.
  3. Choose Advanced options > Repair. If not resolved, choose Reset.

Step 3 — Reinstall Office Hub from Microsoft Store

If repair doesn't work, reinstall the package:

  1. Open the Microsoft Store.
  2. Search for "Microsoft 365" or "Office" and install the app again.

Step 4 — Re-register Office Hub (PowerShell)

If Office Hub still fails after reinstalling, re-register the package using PowerShell (Admin). This often fixes registration/manifest issues.

Get-AppxPackage -AllUsers Microsoft.MicrosoftOfficeHub | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}

Step 5 — Run System File Checker (SFC)

When multiple components or apps behave incorrectly, repair Windows system files:

sfc /scannow

Step 6 — Clear WindowsApps Cache (Optional)

If other steps fail, remove the local package folder and reinstall from the Store:

  1. Press Windows + R, paste: %localappdata%\Packages\ and press Enter.
  2. Find folder names like Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe.
  3. Rename (add _old) or delete the folder, then reinstall Office Hub from the Microsoft Store.

Quick summary

  1. Control Panel → Programs > Programs and Features → ChangeQuick Repair (then Online Repair if needed).
  2. Settings → Apps → Repair / Reset the Office Hub.
  3. Reinstall from Microsoft Store.
  4. Re-register with PowerShell (Admin).
  5. Run sfc /scannow.
  6. Clear WindowsApps cache (optional) and reinstall.

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


How to Fix Android TV Stuck on Boot Logo (Fix TV Boot Logo Loop)

If your Android TV is stuck on the boot logo or keeps restarting in a boot-loop, this guide explains the exact steps you need to fol...