Tech-Related-Problems-Solution-Hub

## 😊 Tech Related Problems-Solutions Hub😊

Table of Contents


ChatGPT-4 & Dall-E Free

Resource : (👉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

Resource : (👉Click Here)

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

Install All Necessary Software in Windows (Using Cmd)

Resource : (👉 Paste this command into Powershell (admin): )

iwr -useb https://christitus.com/win | iex

Windows 11 Guide & Resources

A guide on setting up your Windows 11 Desktop with all the essential Applications, Tools, and Games to make your experience with Windows 11 great!

Resource : (👉 Click Here)

iwr -useb https://christitus.com/win | iex

Medium Paid Article For Free

Medium Unlock Extension Resource : (👉Click Here)

    - Open a paid an article
    - Click the Extension

Free Medium Extension: (👉Click Here)

ChatGPT : Desktop Application

Resources : (👉GitHub Link ) (👉Download Link )

    - Download ChatGPT
    - Then install the application

Win Memory Cleaner : Cleans Ram Space

Resources : (👉GitHub Link ) (👉Download Link )

    - Download the exe file
    - Then run the application

Download Crack Software FREE : HAXPC

Resource : (👉 Website Link )

    - Search and Download Your Desire Software

QuilBot Premium FREE : Extension

Resource : (👉 Website Link )

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

File Transfer Between Windows - Phone - Mac : Local Send

Resources : (👉 Click Here ) (👉 Download Link )

    - Download The Software Just

Check Windows is Genuine or Not

Resources : (👉 Click Here )

    - slmgr /xpr

Microsoft Activation Scripts : Windows Activator

Resource : (👉 Website Link )

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

VSCODE Setup Backup (Theme - Extenstions - Profiles)

Resource : (👉Download File )

🔄️ Backup Gist Link (👉Click Here )

💖 Basic Vs Code Tutorial Setup (👉Click Here )


How To Install Fira Code font in VS Code

Resource : (👉 Tutorial Link )


Make Windows + Vs Code Terminal Look Better

Resource : (👉 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

Resources : (👉Tutorial Link ) ( 👉Extension Link )

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

Fliqlo Desktop Clock ScreenSaver

Resources : (👉Download Link )

    - Download fliqlo
    - Then install the application

Update All Software in Windows using CMD

Resource : (👉Tutorial Link )

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

Create Virtual Windows [Windows Sandbox]

Resources : (👉Tutorial Link )

Extend Your Image Using UnCROP AI

Resources :(👉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 )

Activate Windows 11 (Free)

Resource: (👉Click Here )

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

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

Windows 11 Not Updating Properly

Resource : (👉Click Here )

    - Mainly Use Windows Update TroubleShooter

Check and Repair SSD

Resource : (👉Click Here )

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

Windows can’t be Installed on drive 0 Partition 1

Resource : (👉Click Here )

Completely Format HDD / SSD

Resource : (👉Click Here )

Laptop Battery Health Report

Resource : (👉Click Here )

Go to this path: C:\Windows\System32\battery-report.html

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

Laptop Ram Health Check and Repair

Resource: (👉Click Here )

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

How to Delete a File in Use by Another Program

Resource : (👉Click Here )

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

Run Important Tabs in OneClick in Browser

Resource : (👉Click Here )

   @echo off

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

   start websitelink

Upgrade Window Powerplan (High Performance Mode)

Resource : (👉Click Here )

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

Open Bios in easy way without pressing random Key

Resource : (👉Click Here )

    shutdown.exe /r /fw /t 1

Development Problem Solutions

Live server visual studio code not working || Error port 5500

Resource : (👉Click Here)

How To Run an Existing React App In VSCode

Resource : (👉Click Here)

    npm install
    npm start

Resource: (👉Click Here)

React-scripts’ is not recognized as an internal or external command

Resource : (👉Click Here)

    npm install
    npm install react-scripts --save

Xaamp My SQL is not running

Resource : (👉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

Resource : (👉Click Here : Solution)

How to fix unknown at rule @tailwind warning in VS Code

Resource : (👉Click Here : Solution)

ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost’ (10061) solved

Resource : (👉Click Here : Solution)

the mysql -u root -p

How to locate a installed software .exe in File Explored

Resource : (👉Click Here : Solution)

Whatsapp desktop Lagging Issue

Resource : (👉Click Here : Solution)

Vscode Folder Rename Issue

Check that folder is using somewhere else or in terminal or not

Where is the password for the cluster? : MongdDB Atlas

Resource : (👉Click Here : Solution)

Error while connecting my database through Mongodb compass : MongdDB Atlas

Resource : (👉Click Here : Solution)

Solution :

    - Go to Network Access
    - Add IP Address
    - Add Current IP Address
    - or Add 0.0.0.0/0

Error loading webview: Error: Could not register service workers: TypeError: Failed to register a ServiceWorker for scope

Resource : (👉Click Here : Solution)

- Go to the path C:\Users\<user_name>\AppData\Roaming\Code  C
- clear the contents of the folders
    - Cache,
    - CachedData,
    - CachedExtensions,
    - CachedExtensionVSIXs,
    - Code Cache

Check Laptop Performance Score

Resource : (👉Click Here : Solution)

Get-CimInstance Win32_WinSat

Turn off laptop privacy settings : Performance boost

Resource : (👉Click Here : Solution)

How to preview a Next.JS app on a mobile device

Resource : (👉Click Here : Solution)