Showing posts with label WINDOWS7 TRICKS. Show all posts
Showing posts with label WINDOWS7 TRICKS. Show all posts

Sunday, December 4, 2011

Trick To change Windows7 Logon Screen Background Image

Have you ever wonder, how compnies branded laptops and desktop pc has custom OEM Background logon Image with thier log on it. here is simple procedure to mentioning How you can change Windows 7 logon screen background. If you are not winows7 users, here is another tip for Windows Xp users about Change Welcome screen in Windows Xp manuallyWith a small tweak it is possible to customize the Windows 7 logon screen and set your own picture/wallpaper as the background.Changing logon screen background in Windows 7 is as simple as changing your desktop wallpaper. Well here is a step by step instruction to customize thelogon screen background. The image you need to set as the background should be a .jpg file and it’s size should not exceed 245KB. 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.
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. 

Now open the Registry Editor (Start -> Run -> Type regedit) and navigate to the following key HKEY_LOCAL_MACHINE\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.

Double-click on OEMBackground and set the Value Data to 1. 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

Like The Post

Friday, November 18, 2011

Trick To Enable Windows 7 Hidden Themes


Unlock & Unhide Windows 7 Hidden Themes for Regional Countries

Method 1: Steps to Unlock & Unhide Windows 7 hidden locked Themes

1. Unhide the Windows 7 System and Protected Operating System files from Windows explorer -> Organize -> Folder and Search Options -> view tab

2. Navigate to C:\Windows\Globalization\MCT.

3. Open a MCT-(AU, CA, GB, US, or ZA) folder for the regional theme that you want.
NOTE: AU, CA and ZA regions all have the same themes though.

4. Open the Theme folder in the selected region folder.

5. Select the .theme file to use it.
NOTE: Once you select a .theme file, Windows 7 will save it so that you will be able to change or select this theme again from within the normal Personalization window location.

6. Hide the Windows 7 System and Protected Operating System files.

7. Enjoy your new regional themes!!

Method 2: Using windows 7 Search (Simplest Method)

1. Go to \Windows\winsxs Directory

2. Search for *.theme.


Unlock & Unhide Windows 7 Hidden Themes for Regional Countries


3. Double click themes with name in the format of XX to apply and save the theme.

Enjoy! Don't Forget To Share Us

Like The Post

Friday, November 11, 2011

Crack Windows 7 or Vista Password Without Thirdparty Software

How to Reset Windows 7 or Vista Password

How to Reset Windows 7 or Vista Password If somehow you have forgotten your windows password and are looking for way around to login back into your computer then you won’t have to worry.There are many methods are available for resetting password of your windows 7 or vista.But many of them are lengthy or sophisticated.This is one of the simplest method and you only need a windows installation CD/USB to reset the password.It relies on an unpatched bug in windows operating system.

Step-By-Step Guide to Reset Windows Password:

  • Insert windows 7 disk into your CD Rom and Restart your computer.
  • Press any key to Boot from the CD and then click on Repair your Computer.

  • Now from the various options select Command Prompt.


  • Now Command Prompt will be open and create a backup of Sticky keys by typing the following command in the command prompt
copy c:\windows\system32\sethc.exe c:\
  • Now replace sticky keys with the Command Prompt by typing the following command
copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe


  • Now Restart your computer.
  • When you get the windows login screen then hit Shift button for 5 times continuously and Administrative Mode of Command Prompt will be open.


  • Now to reset the password just type the following command
net user geek MyNewPassword




Remember: geek is the username of the computer and MyNewPassword is the password. Replace both as you wish.
  • Login in your computer system with your new Username and Password.
Now every time when you press Shift key for 5 times then command prompt will be open instead of Sticky keys. To get back these Sticky keys repeat first three steps and then in the command prompt window type the following command.
copy c:\sethc.exe  c:\windows\system32\sethc.exe.

Wednesday, August 24, 2011

Trick To Change FAT32 To NTFS Without Formatting

Follow these simple steps:                                   

 Press win+R
 Type CMD & Press Enter
 And type the command "CONVERT  F:/FS:NTFS"

 Note: F: is the drive letter of my partition and you have to replace drive letter as your requirement.