Solved Wallpaper goes black whenever I save something to the desktop

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up
Status
Not open for further replies.

Ginger-Overlord

PCHF Member
Jul 15, 2024
38
4
54
Hi,

Whenever I save something to the desktop or create a new folder on the dektop my wallpaper turns black. Also, when this happens, if I move my mouse over any items on the desktop it highlights them. The PC still operates OK, it's more annoying than detrimental, but I'd like to get to the bottom of what the issue could be.

Anyone have any clue? how would I go about diagnosing what the issue is?

Thanks in advance.

Ginger-Overlord
 
Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Paste the txt into the notepad. Save the file to your desktop as SFC.bat
Now you will right click the on SFC.bat and run as administrator.

Warning: This batch file will reboot your machine when complete! Save all work prior to running!!


Code:
@echo off
Dism.exe /online /Cleanup-Image /CheckHealth
Dism.exe /online /Cleanup-Image /ScanHealth
Dism.exe /online /Cleanup-Image /RestoreHealth
sfc /scannow
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
Dism.exe /Online /Cleanup-Image /StartComponentCleanup
regsvr32 /s shell32.dll
regsvr32 /s user32.dll
regsvr32 /s gdi32.dll
regsvr32 /s comdlg32.dll
regsvr32 /s advapi32.dll
regsvr32 /s ole32.dll
regsvr32 /s shlwapi.dll
regsvr32 /s kernel32.dll
regsvr32 /s ntdll.dll
pause
shutdown -r
exit
 
  • Like
Reactions: Ginger-Overlord
Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Paste the txt into the notepad. Save the file to your desktop as SFC.bat
Now you will right click the on SFC.bat and run as administrator.

Warning: This batch file will reboot your machine when complete! Save all work prior to running!!


Code:
@echo off
Dism.exe /online /Cleanup-Image /CheckHealth
Dism.exe /online /Cleanup-Image /ScanHealth
Dism.exe /online /Cleanup-Image /RestoreHealth
sfc /scannow
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
Dism.exe /Online /Cleanup-Image /StartComponentCleanup
regsvr32 /s shell32.dll
regsvr32 /s user32.dll
regsvr32 /s gdi32.dll
regsvr32 /s comdlg32.dll
regsvr32 /s advapi32.dll
regsvr32 /s ole32.dll
regsvr32 /s shlwapi.dll
regsvr32 /s kernel32.dll
regsvr32 /s ntdll.dll
pause
shutdown -r
exit
Hi,

I've done that, I let it scan the PC and allowed it to shutdown at the end. After the PC booted back up I created a new folder on the desktop...and the wallpaper went black again 🙁

Sorry.
 
Install the latest ATI Radeon RX Graphics driver.
Click here.

1723304540656.png
 
  • Like
Reactions: Ginger-Overlord
Install the latest ATI Radeon RX Graphics driver.
Click here.

View attachment 14114
Hi,

Installed the driver and reset the PC. Same result, wallpaper disappears and is replaced by black.

Thing is, I went back to one of the default PC wallpapers and the issue is gone! Very strange. I can live with that 🙂
Anyway, it's not really worth wasting your time over.

As always, thanks for your help and suggestions - very much appriciated. If you want, you can mark this as completed (unless you have any other ideas...)

Cheers,

Ginger-Overlord
 
  • Like
Reactions: Malnutrition
I do not have any more suggestions, but someone else might. Not sure why you can only use default wallpaper.

Maybe switch again to other wallpaper you had the issue with, perhaps switching to default and switch back ...

I’ll tag a few other members to see if they have any input.

Edit: Click Me

@Bastet @xrobwx71 @PeterOz @Bruce
 
Last edited:
You”ve done everything I would’ve suggested but I have questions:
Where is the wallpaper stored? Is it the correct screen size for your monitor?
What is the picture’s file extension?
If you download wallpaper does this do the same?
 
Hi everyone,

Thanks for your help.

I see what I have done. The wallpaper image was deleted from its location some time ago (although the PC displayed this same wallpaper whenever it was on). I downloaded the wallpaper again, and of course, my little issue was resolved.

That's me sorted. Please close this thread.

Thank you all for your help.

Ginger-Overlord
 
Status
Not open for further replies.