Hello Guys,Today i will show you how to change your windows desktop background from command prompt.so Let's Start,
Open Notepad copy the code given below:
- reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d path.bmp /f
- RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
- pause
Then change your path to your folder
- reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d e:/image.bmp /f
save file as.Bat and then double click on.bat file.your desktop background should change.
0 Comments