HOW TO SET DEFAULT WALLPAPER BY SETTING...

 

How to Set a Default Wallpaper for in Windows 10?

A computer used by multiple users will have a different desktop for each user. Anyone can change their desktop to whatever wallpaper they want to. However, some companies and even some users at home would like to keep the wallpaper of the desktop the same for all users. The wallpaper can be a custom company logo or anything that the administrator wishes it to be. In this article, we will show you methods through which you can easily set a default background wallpaper for all users on the system. It will also prevent them from changing the desktop wallpaper without admin rights.

Custom Desktop Wallpaper for All Users

Method 1: Using the Local Group Policy Editor

The Group Policy is a Windows feature that controls the working environment of the operating system. It contains many settings that are not available in the Control Panelor Settings app. There is a specific policy that can set a desktop wallpaper for all the users on the system. Once the policy setting is configured in the Group Policy Editor, it will automatically update the Registry Editor for this specific setting.



Note: The Group Policy Editor is only available for the Windows 10 Education, Pro, and Enterprise editions. If you are using the Windows 10 Home edition, then skip this method and try using the Registry Editor method.

  1. Press the Windows + R key together on your keyboard to open a Run dialog. Now, you need to type “gpedit.msc” and press the Enter key or click on the Ok button. This will open up the Local Group Policy Editor window on your system.
    Opening the Local Group Policy Editor
  2. In the Local Group Policy Editor window, go to the following path:
    User Configuration\ Administrative Templates\ Desktop\ Desktop\
    Navigating to the setting
  3. Now double-click on the policy named “Desktop Wallpaper” and it will open another window. Then choose the Enable toggle option and provide the wallpaper path. You can also choose the Wallpaper Style from any of the available options.
    Note: The wallpaper must be a JPG format. It should be located in “C:\windows\web\wallpaper\“. For some users, it doesn’t work if the image is located in a directory that is not accessible for them.

    Providing the image path and selecting the style
  4. After that, click on the Apply and Ok buttons to save these changes.
  5. Most of the time the Group Policy will automatically update the changes. If not, then you need to force the update for the group policy.
  6. Search for Command Prompt in the Windows search feature and run it as an administrator. Now type the following command in Command Prompt (Admin) and press the Enter key. You can also do this by simply restarting the system.
    gpupdate /force
    Note: The Group Policy Editor is only available for the Windows 10 Education, Pro, and Enterprise editions. If you are using the Windows 10 Home edition, then skip this method and try using the Registry Editor method.

  7. Press the Windows + R key together on your keyboard to open a Run dialog. Now, you need to type “gpedit.msc” and press the Enter key or click on the Ok button. This will open up the Local Group Policy Editor window on your system.

  8. Opening the Local Group Policy Editor
  9. In the Local Group Policy Editor window, go to the following path:
  10. User Configuration\ Administrative Templates\ Desktop\ Desktop\

  11. Navigating to the setting
  12. Now double-click on the policy named “Desktop Wallpaper” and it will open another window. Then choose the Enable toggle option and provide the wallpaper path. You can also choose the Wallpaper Style from any of the available options.
  13. Note: The wallpaper must be a JPG format. It should be located in “C:\windows\web\wallpaper\“. For some users, it doesn’t work if the image is located in a directory that is not accessible for them.

  14. Providing the image path and selecting the style
  15. After that, click on the Apply and Ok buttons to save these changes.
  16. Most of the time the Group Policy will automatically update the changes. If not, then you need to force the update for the group policy.
  17. Search for Command Prompt in the Windows search feature and run it as an administrator. Now type the following command in Command Prompt (Admin) and press the Enter key. You can also do this by simply restarting the system.
  18. gpupdate /force

  19. Force updating the group policy
  20. This will set the specific wallpaper for all the users on that system.
  21. Method 2: Using the Registry Editor
  22. The Windows Registry is a database of settings and information of the operating system. Any hardware and software will have the information stored in the Registry. We can access the Windows Registry by using the Registry Editor program. This graphical tool helps the users to view and change the information in the Windows Registry. If you already used the Group Policy Editor method, then the value will be already existing for this specific setting. However, if you are using this method directly, then you will need to create the missing key or value to configure the setting.

  23. We have also included a step for creating a Registry backup before making any new changes. It is always best to keep a backup just in case. Carefully follow the below steps to set a default background wallpaper for all users:

  24. First, open the Run dialog box by pressing the Windows and R keys together on your keyboard. Then, you need to type “regedit” in the box and press the Enter key to open the Registry Editor. If prompted by the UAC (User Account Control) prompt, then click on the Yes button.

  25. Opening the Registry Editor
  26. To create a Registry backup before making new changes, click on the File menu and choose the Export option. Select the path and name the file as you want. Finally, click on the Save button to create a Registry backup.

  27. Creating a Registry backup
  28. Note: You can always recover a backup by clicking on the File > Import option and then choosing the backup file that you recently created.

  29. In the Registry Editor window, navigate to the following location:
  30. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
  31. Note: If the System key is missing, just right-click on the available key and choose the New > Key option. Then name that newly created key as “System“.

  32. Right-click on the right pane of the System key and choose the New > String Value option. Then rename the value as “Wallpaper” and save it.

  33. Creating a new String value
  34. Double-click on the Wallpaper value and it will open a small dialog. Now add the path of the image that you want to use for wallpaper.

  35. Providing a path for the image
  36. You can also create another string value by right-clicking on the right pane and choosing the New > String Value option. This one should be named “WallpaperStyle“.
  37. Double-click on the WallpaperStyle Value to open it. Now change the value data accordingly. The value data 0 is for the Center, 1 is for Tile, 2 is for Stretch, 3 is for Fit, 4 is for Fill, and value data 5 is for Span style.

  38. Changing the wallpaper style
  39. Note: Just type a single number for the selected style that you want.

  40. Finally, close the Registry Editor window, and restart the system to apply these new changes.This will set the specific wallpaper for all the users on that system.

Method 2: Using the Registry Editor

The Windows Registry is a database of settings and information of the operating system. Any hardware and software will have the information stored in the Registry. We can access the Windows Registry by using the Registry Editor program. This graphical tool helps the users to view and change the information in the Windows Registry. If you already used the Group Policy Editor method, then the value will be already existing for this specific setting. However, if you are using this method directly, then you will need to create the missing key or value to configure the setting.

We have also included a step for creating a Registry backup before making any new changes. It is always best to keep a backup just in case. Carefully follow the below steps to set a default background wallpaper for all users:

  1. First, open the Run dialog box by pressing the Windows and R keys together on your keyboard. Then, you need to type “regedit” in the box and press the Enter key to open the Registry Editor. If prompted by the UAC (User Account Control) prompt, then click on the Yes button.
    Opening the Registry Editor
  2. To create a Registry backup before making new changes, click on the File menu and choose the Export option. Select the path and name the file as you want. Finally, click on the Save button to create a Registry backup.
    Creating a Registry backup

    Note: You can always recover a backup by clicking on the File > Import option and then choosing the backup file that you recently created.

  3. In the Registry Editor window, navigate to the following location:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

    Note: If the System key is missing, just right-click on the available key and choose the New > Key option. Then name that newly created key as “System“.

  4. Right-click on the right pane of the System key and choose the New > String Value option. Then rename the value as “Wallpaper” and save it.
    Creating a new String value
  5. Double-click on the Wallpaper value and it will open a small dialog. Now add the path of the image that you want to use for wallpaper.
    Providing a path for the image
  6. You can also create another string value by right-clicking on the right pane and choosing the New > String Value option. This one should be named “WallpaperStyle“.
  7. Double-click on the WallpaperStyle Value to open it. Now change the value data accordingly. The value data 0 is for the Center1 is for Tile2 is for Stretch3 is for Fit4 is for Fill, and value data 5 is for Span style.
    Changing the wallpaper style

    Note: Just type a single number for the selected style that you want.

  8. Finally, close the Registry Editor window, and restart the system to apply these new changes.

Comments

Popular posts from this blog

Does Your Computer Have a Virus? Here’s How to Check