4

I unfortunately need to have Windows on my desktop. I've had white applications before, but now I need it really working.

Some applications (like windows adk installer) display a totally white screen, but I am able to interact with all buttons inside the window. How can I get it fixed?

2 Answers2

1

refer to the following steps.

step 1: run sfc.exe

run the following command:
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow

And if you get any message, please refer to the link to repair.
https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system

step 2: Update or re-install graphic driver

Win+X -> Device Manager -> find your graphic cards -> expand it -> right click it -> select Update driver.(or re-install)

step 3: install the windows update or hotfix

Press the Win+I keyboard shortcut.
From System Settings click on Update & Security
From the Windows Update, check for update and install them.

OOOO
  • 1,270
0

I'm facing the same issue on Windows 10 in Virtual machine (vmware SVGA 3D graphic driver) and blank screen for program "Avira Free Security". Problem appeared suddenly and Avira was working before.

Only solution (or workaround) I found is setting "High Crontrast" in Windows Settings. This way I can see the application window!

räph
  • 226