Change Windows 10 wallpaper using cmd
Solved
elias569
Posted messages
47
Status
Membre
-
Malekal_morte- Posted messages 178136 Registration date Status Modérateur, Contributeur sécurité Last intervention -
Malekal_morte- Posted messages 178136 Registration date Status Modérateur, Contributeur sécurité Last intervention -
Hello,
I would like to change my Windows 10 wallpaper using CMD (by which I mean using a .bat or .vbs file, I’ll take anything) I’ve seen some snippets of code with the registry but nothing works. I need to be able to do this without restarting (makes sense, right?).
I would like to change my Windows 10 wallpaper using CMD (by which I mean using a .bat or .vbs file, I’ll take anything) I’ve seen some snippets of code with the registry but nothing works. I need to be able to do this without restarting (makes sense, right?).
1 réponse
Hello,
The image path is stored in the registry, so you just need to change it with reg add.
Check this out: https://www.windows-commandline.com/change-windows-wallpaper-command-line/
--
Please press a key to continue the disinfection...
The image path is stored in the registry, so you just need to change it with reg add.
Check this out: https://www.windows-commandline.com/change-windows-wallpaper-command-line/
--
Please press a key to continue the disinfection...
elias569
Posted messages
47
Status
Membre
1
Thank you, it worked.
Malekal_morte-
Posted messages
178136
Registration date
Status
Modérateur, Contributeur sécurité
Last intervention
24 711
>
elias569
Posted messages
47
Status
Membre
You're welcome :)