Check your GPU status
Open Powershell and run the command: "Get-CimInstance Win32_VideoController | Select-Object Caption, DriverVersion, Status"
"Code. Create. Level Up. Your daily source for game dev breakthroughs, app design trends, and full-stack innovation."
Check your GPU status
Open Powershell and run the command: "Get-CimInstance Win32_VideoController | Select-Object Caption, DriverVersion, Status"
Change Command Prompt Font Color Permanently
Step 01: Press "Win + R" and type "cmd" and press Enter
Step 02: Run the following command then reopen ccommand prompt to see changes:
reg add "HKCU\Software\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d "color 0A" /f
Replace 0A with your preferred color code:-
0E = Black background, Light Yellow text
0B = Black background, Light Aqua text
0F = Black background, Bright White text
Windows Crash fix
Check the cause of crash:
Open "Start" and search for "reliability" and open it.
Windows Storage Cleaning
Run Commands:
Press "Windows" + "R" to open "Run" command terminal. Then type the following command one by one.
Check your maximum RAM capacity of your system
Step 1: Open Powershell.
Step 1: Open Powershell.