#black screen glitch thing (honestly no clue what this is)

10 messages · Page 1 of 1 (latest)

crystal dove
crystal dove
#

also sometimes if i do something it makes the whole background black

jolly tendonBOT
#

cprgbglitch :tada: Congrats @crystal dove, you levelled up to 6! :tada: cprgbglitch

crystal dove
#

i just upgraded my memory and storage so i’m assuming it’s something to do with one of them

rapid spruce
#

I mean, try a DDU

jolly tendonBOT
#
Display Driver Uninstaller

:one: Download the driver for your GPU from the manufacturer's website using the links below, but don't install them yet.
:two: Download the latest version of DDU by clicking the button below, clicking on the top post which is called "Display Driver Uninstaller (DDU) VXX.X.X.X Released", and clicking ***Official Download Here*** in that post.
:three: Disconnect from the Internet by unplugging your ethernet cable or turning off WiFi in the bottom-right corner.
:four: Open the program you just downloaded, choose a location for DDU to be saved, then click Extract
:five: Open the Start Menu, click the power icon then hold Shift on your keyboard and click Restart. Once your PC has restarted, select Troubleshoot > Advanced options > Startup Settings > Restart, and press 4 to load into safe mode.
:six: Find the folder you extracted DDU into and open Display Driver Uninstaller.
:seven: On the right side, select the type as GPU, and the brand as the manufacturer of your GPU. Then, click 'Clean and Restart'.
:eight: Once you have loaded back into Windows, install the GPU drivers you downloaded earlier. Once they have installed, connect back to the Internet.

rapid spruce
#

If that fails, try a

jolly tendonBOT
#
Disk Repair

System File Checker

SFC scans and repairs missing system files. Run the following command in Command Prompt as an Administrator.

sfc /scannow

DISM

DISM helps repair Windows image corruption. Run the following command in Command Prompt as an Administrator.

dism /online /cleanup-image /restorehealth

chkdsk (Check Disk)

Chkdsk scans for and fixes issues with your file system or disk. To run it, enter the following into a Command Prompt window with Administrative privileges.

chkdsk C: /f /r
rapid spruce
#

the chkdsk command and dism

crystal dove