Wednesday 2 May 2012

Reset Pasword In Xp


If you’re running Windows XP Professional as a local user in a workgroup environment, you can create a password reset disk to log onto your computer when you forget your password. To create the disk:

1.Click Start, click Control Panel, and then click User Accounts.

2.Click your account name.

3.Under Related Tasks, click Prevent a forgotten password.

4.Follow the directions in the Forgotten Password Wizard   to create a password reset disk.

Tuesday 24 April 2012

Don't Just Maximize Your Windows—Go Full Screen


1. Don't just maximize your windows—go full screen

When you need a really big window for viewing photos and videos, don't just maximize it: go full screen! This tip works great for viewing photos and videos at maximum size in Windows Explorer or Windows Media Player, utilizing screen space usually occupied by the header at the top of the screen and the taskbar at the bottom. Here’s how:
Open any photo in Windows Explorer, or open a photo or video clip in Windows Media Player. Do one of the following:
  • In Windows 7 and Windows XP, click the F11 key at the top of your keyboard.
The photo or video image enlarges to its maximum size and the title bar and taskbar are hidden.

Thursday 8 March 2012

Set Your Numlock On With System Start Up


The Numlock key on most standard keyboards toggles the numeric keypad between two different modes: (1) The Numeric Mode and (2) The Function Mode.
When the Numlock is turned "ON", the numeric keys on the keypad generate numbers, from 0 to 9. On the other hand, when Numlock is set to "OFF", these numeric keys generate other keystroke events such as "Home", "Page Up", "Page Down", etc...
Many versions of Windows by default, set Numlock key to "OFF", and this turns to be a bit annoying if you use that keypad regularly for numeric purposes. The good news is, you can always change this default behavior and set the Numlock key ON as default.
IMPORTANT This article will guide to some steps of modifying your Windows Registry. Stop if you're not familiar with the Windows Registry. Making an inappropriate change to the Windows Registry could cause critical problems to your computer.
Proceed at your own risks
  1. Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
  2. Expand to the following key:
    HKEY_CURRENT_USER\Control Panel\Keyboard
  3. Here you should see a string value named "InitialKeyboardIndicators"
  4. Double-click on this name to popup the edit window
  5. Enter a desired numeric value under "Value Data" then click "Ok". Valid values are:
    0Numlock is OFF on startup
    1Disable Numlock Key
    2Numlock is ON on startup

Command Prompt On Right Click


  1. Start > Run
  2. Enter "regedit" and hit Enter
  3. Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell"
  4. Right-click on "shell" and select New > Key
  5. Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
  6. Right-click on this new key "Command Prompt" and select New > Key
  7. Change the name of this key to "command"
  8. Here's what we should have: 
  9. Double-click on the "(Default)" text on the right window to bring up the edit box
  10. Enter this text into the Value Data field:
    cmd.exe "%1"
  11. Click OK and close the registry.

Saturday 28 January 2012

Your System Can Speek


Open Notepad.
Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
    3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
    4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP, Windows Vista and Windows 7.

Tuesday 24 January 2012

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Probelum Step Recoder


Problem Steps Recorder
As the local PC guru you're probably very used to friends and family asking for help with their computer problems, yet having no idea how to clearly describe what's going on. It's frustrating, but Microsoft feels your pain, and Windows 7 will include an excellent new solution in the Problem Steps Recorder.
When any app starts misbehaving under Windows 7 then all your friends need do is click Start, type PSR and press Enter, then click Start Record. If they then work through whatever they're doing then the Problem Steps Recorder will record every click and keypress, take screen grabs, and package everything up into a single zipped MHTML file when they're finished, ready for emailing to you. It's quick, easy and effective, and will save you hours of troubleshooting time.

Monday 16 January 2012

Logon wallpaper is the wallpaper or image that windows xp shows on screen when windows logs on (before it asks for username & password) . It’s usually set to the image-logo of the brand(manufacturer) of our computer (e.g. in compaq laptops). Now we can set it to our own image or any other image(any bmp file) by following trick.
Open Startmenu->Run type regedit and press ok to open registry editor.(shows a tree like structure of directories at left)
In that hierarchical structure in left, navigate to registry entry
HKEY_USERS\.DEFAULT\Control Panel\Desktop
In right side pane see a number of values placed in a table format. choose the value named Wallpaper from there and double click it. Now you see a box with value name as Wallpaper and value data as Path to the image file.There give the full path of the image(bmp file) which you want to set as logon wallpaper by deleting previous path and writing path to your bmp file e.g. C:\WINDOWS\lon.BMP (to set image lon.BMP file as log on wall paper).
Also double click on WallpaperStyle and change it’s value to 2 to get a stretched wallpaper at logon.
Put that bmp file in windows directory for better results.
If that is a jpeg file, convert to bmp file by opening in Windows Image Viewer and save as bmp.