Skip to content

Sumonta056/Tech-Related-Problems-Solution-Hub

Repository files navigation

😊 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!"

🗣️ ChatGPT : Desktop Application (👉GitHub Link ) (👉Download Link )

    - Download ChatGPT
    - Then install the application

🗣️ Download Crack Software FREE : HAXPC (👉 Website Link )

    - Search and Download Your Desire Software

🗣️ QuilBot Premium FREE : Extension (👉 Website Link )

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

🗣️ File Transfer Between Windows - Phone - Mac : Local Send (👉 Click Here ) (👉 Download Link )

    - Download The Software Just

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

    - slmgr /xpr

🗣️ Microsoft Activation Scripts : Windows Activator (👉 Website Link )

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

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

🔄️ Backup Gist Link (👉Click Here )
💖 Basic Vs Code Tutorial Setup (👉Click Here )
  • ⬇️ Download The file
  • ➡️ Go to VScode >> Setting >> Profile
  • 👆 Click on Import Profile
  • 🤳 Select The downloaded file
  • 😫 Wait for few seconds and Restart VScode
  • 🥳 Successfully Imported My VSCODE Profile

🫕 How To Install Fira Code font in VS Code (👉 Tutorial Link )


🎨 Make Windows + Vs Code Terminal Look Better (👉 Tutorial Link )

 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" 

😱 Copy the ON-SCREEN code from any YouTube Video, Image (👉Tutorial Link ) ( 👉Extension Link )

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

📷 Fliqlo Desktop Clock ScreenSaver (👉Download Link )

    - Download fliqlo
    - Then install the application

📈 Update All Software in Windows using CMD (👉Tutorial Link )

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

🌬️ Create Virtual Windows [Windows Sandbox] (👉Tutorial Link )

🌌 Extend Your Image Using UnCROP AI (👉Tutorial Link ) (👉Website )


🫳 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 )

  • Right Click on Desktop
  • Click New -> Shortcut
  • Write the below code :
    shutdown.exe /r /fw /t 1
  • Save shortcut with Name : "BIOS"
  • Open Properties -> Advance -> Run as Adminstrator

🧠 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)

  • Reinstall Live Server
  • Use LiveServer: Setting : Use Local IP
  • Live Server > Settings : Port
    • Edit in Settings.json
      • "liverserver.settings.port" : 0

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

    npm install
    npm start

🧠 Add images and links in Markdown by dragging and dropping in VSCode: (👉Click Here)


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

  • "react-scripts" is present in package.json, then just type this command
    npm install
  • If "react-scripts" is not present in package.json, then you probably haven't installed it. To do that, run:
    npm install react-scripts --save

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

  • Error Message Shows
   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
  • Solution
    - 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)


About

Ultimate Destination of Solution for software and tech-related issues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published