How To Change Windows Wallpaper From Command Line





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:

  1. reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d path.bmp /f
  2. RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
  3. pause
  
Then change your path to your folder

  1. 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.













Post a Comment

0 Comments