Showing posts with label Background. Show all posts
Showing posts with label Background. Show all posts

Monday, June 18, 2012

Change windows 7 logon screen background image



1. The image you need to set as the background should be a .jpg file and it’s size should not exceed 245KB.

2. The image resolution can be anything of your choice. However I prefer 1440 x 900 or 1024 x 768. You can use any of the photo editing software such as Photoshop to compress and set the resolution for your image. Once you’re done, save this image as backgroundDefault.jpg.

3. You will need to copy this image to
C:\Windows\system32\oobe\info\backgrounds
You will need to create that path if it does not already exist on your computer.

4. Now open the Registry Editor (Start -> Run -> Type regedit) and navigate to the following key
HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\
LogonUI\Background
If Background does not exist rightclick LogonUI, select New and then Key, and then name it Background. Now locate OEMBackground (listed on the right side). If it does not exist, right-click Background and select New and then DWORD and name it OEMBackground.

5. Double-click on OEMBackground and set the Value Data to 1.

6. Now log-off to see the new logon screen background. If you would like to revert back to the default background, just set the Value Data back to 0.

I hope you like this trick. Just try out and don't forget to share it!

Saturday, July 23, 2011

Add A Background Image To Any Folder In Windows XP.



First, Make Sure All Hidden Files Are Visible On Your System. Then, Open The Folder For Which You Wish To Add A Background Image.
Within The Folder, Right-Click And Select Properties » Customize Tab » Customize. There, Choose Any Icon, Click Apply And Ok.

That Process Should Have Created A “desktop.ini” File. Open That File With A Text Editor And Add These Lines Of Code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:pathfolder ackground.jpg

To customize this according to your needs, edit the path in the last line to reflect to the location of the image you wish to use as the background image for that folder. Refresh the folder and the new background should appear.
Finally, to remove the default icon chosen during the creation of the desktop.ini and restore the default folder icon, delete these lines of code from within the desktop.ini file:
[.ShellClassInfo]
IconFile=%SystemRoot%system32shell32.dll
IconIndex=(some number)