Last active
April 9, 2018 15:24
-
-
Save NiklasGollenstede/5cbe070ed434260dbd16 to your computer and use it in GitHub Desktop.
Change the orientation of the desktop wallpaper in Windows through the registry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set | |
HKey_Current_User\Control Panel\Desktop\WallpaperStyle | |
to | |
Center => 0 | |
Fit => 6 | |
Fill => 10 | |
Stretch => 2 | |
Tile => 0 | |
then | |
log off/on or change wallpaper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment