Tech-Related-Problems-Solution-Hub

## 😊 Tech Related Problems-Solutions Hub😊
### 👩‍💻 Moded App & Software Link 👩‍💻

🙏 ChatGPT-4 & Dall-E Free (👉Click Here)

    - Use the golden-colored number slot only for access to GPT-4.
    - Then, it will redirect to the ChatGPT-4 website
    - Choose GPT-4 from Top

🎶 SpotX : Modified Spotify Client (👉Click Here)

    - Install Spotify
    - Then install this which disable's Spotify Ad

Ⓜ️ Medium Paid Article For Free (Medium Breaker Extension) (👉Click Here)

    - Open a paid an article
    - Right Click on that page
    - Click on "Break the Article!"
    - Download ChatGPT
    - Then install the application

    - Search and Download Your Desire Software

    - Download the repository and unpack in extension developer mode
    - Verification Code : ragu@123

    - Download The Software Just

🗣️ Check Windows is Genuine or Not (👉 Click Here )

    - slmgr /xpr
    - Run the following command in CMD
    - irm https://massgrave.dev/get | iex

🆚 VSCODE Setup Backup (Theme - Extenstions - Profiles) (👉Download File )

💖 Basic Vs Code Tutorial Setup (👉Click Here )


 code $profile

 "C:\Users\sumon\OneDrive\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1"
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
oh-my-posh.exe init pwsh --config "C:\Users\sumon\OneDrive\Documents\WindowsPowerShell\atomic.omp.json" | Invoke-Expression

Import-Module -Name Terminal-Icons
"JetBrainsMonoNL Nerd Font Mono Regular", "Fira Code" 

    - Click then extension and Crop your screen
    - Then paste the code in Text Editor

    - Download fliqlo
    - Then install the application

    - Run as CMD as administrator
    - Type : WINGET UPGRADE
    - Type : WINGET UPGRADE --ALL


🫳 Google Feature Website Shortcut

Google Docs ( 👉 doc.new )
Google Sheets ( 👉 sheets.new )
Google Slides ( 👉 slides.new )
Google Forms ( 👉 forms.new )
Google Keep ( 👉 keep.new )
Google Calendar ( 👉 cal.new )
Google Meeting ( 👉 meet.new )

### 🪟 Windows Related Issue 🪟

🧠 Activate Windows 11 (Free) : (👉Click Here )

    - slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
    - slmgr /skms kms9.MSGuides.com
    - slmgr /ato

🧠 Windows 11 Not Updating Properly : (👉Click Here )

    - Mainly Use Windows Update TroubleShooter

🥵 Check and Repair SSD : (👉Click Here )

    - chkdsk
    - chkdsk /scan      // Scan Disk Errors
    - chkdsk /f         // Repair Disk Errors

🥵 Windows can’t be Installed on drive 0 Partition 1 : (👉Click Here )

🥵 Completely Format HDD / SSD (👉Click Here )

🫠 Laptop Battery Health Report : (👉Click Here )

    - Open CMD (run as administrator)
    - powercfg/batteryreport
    - Go to "C:\Windows\System32\battery-report.html"

😴 Laptop Ram Health Check and Repair : (👉Click Here )

    - Open CMD (run as administrator)
    - mdsched.exe

🦾 How to Delete a File in Use by Another Program : (👉Click Here )

    - Open CMD (run as administrator)
    - Go To Folder Location 
    - del "FileName"

🧠 Run Important Tabs in OneClick in Browser : (👉Click Here )

  1. Step - 1 : Create a txt file write the following command
   @echo off

   start https://www.facebook.com/reel/1568140050380181

   start websitelink

🧠 Upgrade Window Powerplan (High Performance Mode) : (👉Click Here )

    powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
    powercfg /s SCHEME_MIN

🧠 Open Bios in easy way without pressing random Key : (👉Click Here )

    shutdown.exe /r /fw /t 1

🧠 Activate Window 11 Without installing anything : (👉Click Here )


### 🍂 Development Problem Solutions 🍂

🧠 Start Vite React Project (Running Existing Project) : (👉Click Here)

    npn create vite@latest
    npm install
    npm run dev

🧠 Live server visual studio code not working || Error port 5500 : (👉Click Here)


🧠 How To Run an Existing React App In VSCode : (👉Click Here)

    npm install
    npm start


🧠 react-scripts’ is not recognized as an internal or external command : (👉Click Here)

    npm install
    npm install react-scripts --save

🧠 Xaamp My SQL is not running: (👉Click Here)

   12:19:12 PM [mysql] Attempting to start MySQL app...
   12:19:12 PM [mysql] Status change detected: running
   12:19:13 PM [mysql] Status change detected: stopped
   12:19:13 PM [mysql] Error: MySQL shutdown unexpectedly.
   12:19:13 PM [mysql] This may be due to a blocked port, missing dependencies,
   12:19:13 PM [mysql] improper privileges, a crash, or a shutdown by another method
   12:19:13 PM [mysql] Press the Logs button to view error logs and check
   12:19:13 PM [mysql] the Windows Event Viewer for more clues
   12:19:13 PM [mysql] If you need more help, copy and post this
   12:19:13 PM [mysql] entire log window on the forums
    - Rename folder mysql/data to mysql/data_old
    - Make a copy of mysql/backup folder and name it as mysql/data
    - Copy all your database folders from mysql/data_old into mysql/data (except mysql, performance_schema, and phpmyadmin folders)
    - Copy mysql/data_old/ibdata1 file into mysql/data folder
    - Start MySQL from XAMPP control panel
    - Restart Xaamp
    - Careful with "ibdata1" file, it is very important

🧠 “#1932- table doesn’t exist in engine PhpMyAdmin” (👉Click Here : Solution)


🧠 “How to fix “unknown at rule @tailwind” warning in VS Code” (👉Click Here : Solution)