Thursday 1 December 2011

Explore Super Control Panel

Win 7 has changed Control Panel , but it's still too difficult to locate all the applets and options that you might need. Super Control Panel offers an easier way to access everything you could want from a single folder.
  1. Right click on empty space on your desktop and create new folder.
  2. Rename it to : Super Control Panel.{ED7BA470-8E54-465E-825C-99712043E01C}
  3. The first part, "Super Control Panel" will be the folder name, and can be whatever you want.
  4. The extension, " ED7BA470-8E54-465E-825C-99712043E01C ", must be entered exactly as it is here, though, including the curly brackets.
  5. When you press [Enter] this part of the name will disappear, and double-clicking the new folder will display shortcuts to functions more than 200 in total.

Change your Win7 Log on Screen Without any Software

  1. Go to RUN and type regedit and press Enter.
  2. Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background in REGEDIT.
  3. Double-click the DWORD key called OEMBackground (not there? Create it) and set its value to 1.
  4. Now close REGEDIT.
  5. Find the image which you want to set as log on screen and make sure its size must be less than 256 KB.
  6. Copy that image to "C:\Windows\system32\oobe\info\backgrounds" . (create the info\backgrounds folders if they don't exist).
  7. Rename the image to " backgroundDefault " reboot, and you should now have a custom log-on image.
  8. Alternatively, you can use a free tweaking tool to handle everything for you.Logon Screen Rotator accepts multiple images and will display a different one every time you log on.

Sunday 27 November 2011

How to Crack Password of any windows Computer

I will use linux to crack the password of any user account on windows PC using Pendrive.
  1. First download wincrackd.rar .(click on "SKIP AD" Button to download ).
  2. Connect Pendrive and Extract wincrackd.rar to this pendrive.
  3. Now open command prompt (open cmd as administrator ).
  4. Nevigate to your pendrive (If " j " is your pendrive letter then type " J: " and press enter ).
  5. Now type " j:\syslinux.exe -ma j: ".
  6. On some drives, you may have to omit the -ma option if you get an error. If it says nothing, it probably did install the bootloader.
  7. Now Insert this pendrive on any windows PC and Boot this Pendrive from boot menu and follow instruction to reset account's password.
I have tested it for win 7 and win vista x64 & x32 bit versions.....If you face any problem then post comment...........

Hide .RAR file Behind Any Picture

I found to Hide a .rar file in jpeg so that you can open it as either image or rar...
  1. Put .rar file and your image file in same folder ( e.g. c:\newfolder).
  2. Open command prompt.
  3. Type " cd c:\newfolder " to nevigate to the folder.
  4. Type " copy /b input.jpg + input.rar input.jpg " ( input.jpg is your image file and input.rar is your RAR file ).
  5. That's it.
you can double click the image file and it will show it as a picture , But if you open it with "winrar" or "winzip" you will see the containing files.

Saturday 12 November 2011

Make Windows Greet you with a Voice Message at Startup

You can make your computer say "Welcome to your PC." or any message.
  1. Open Notepad and write following code:
Dim speaks, speech
speaks="Message"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

2. save it as welcome.vbs and place it to the location: (for win 7)
C:\Users\DARPAN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
(for Windows XP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup )