Unhandled Perception
From the mind of a developer.

Saturday, November 17, 2007

Changing the position of the desktop wallpaper through the registry

Key:
HKEY_CURRENT_USER\Control Panel\Desktop

Change the value for the TileWallpaper and WallPaperstyle settings per below.

Stretch
  • TileWallpaper = 0
  • WallPaperstyle = 2

Tile
  • TileWallpaper = 1
  • WallPaperstyle = 0

Center
  • TileWallpaper = 0
  • WallPaperstyle = 0

Why you would want to do this, who knows. But since I recently answered someone who was looking to do this I thought I would let everyone know.

Labels:

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home