a journey from thought to destiny

a journey from thought to destiny

Tuesday, March 8, 2011

chat with command prompt by IP address........!

If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!

Wednesday, March 2, 2011

open command prompt by right clicking on the folder

so often we want to open command prompt and we have to enter our desire path by cd command. So it looks time consuming.
now i have found trick that will help you to save your time and you can open command prompt by right click on the folder and click on the command prompt. Then command prompt will launch with current directory (in which you had clicked) as path of command prompt.
you can see these in the following images




just follow the following steps
  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. Double-click on the "(Default)" text on the right window to bring up the edit box
  9. Enter this text into the Value Data field:
    cmd.exe "%1"
  10. Click OK and close the registry. 
I have tried this and I think you also should.
enjoy friends.............

Tuesday, March 1, 2011

create password reset disk in windows 7

In order to create the password reset disk in windows 7 you can follow the steps described below.
this will help us when we forget the password to enter the system. you can attach the removable media to your pc and click the link of "reset password". enjoy it


  1. Click on Start and then Control Panel in Windows 7.
  2. Click on the User Accounts link.
  3. In the task pane on the left, click the Create a password reset disk link.
  4. When the Forgotten Password Wizard window appears, click Next
  5. In the I want to create a password key disk in the following drive: drop down box, choose the portable media drive to create a Windows 7 password reset disk on.
    Click Next to continue.
  6. With the disk or other media still in the drive, enter your current account password in the text box and click Next.
  7. Windows 7 will now create the password reset disk on your chosen media.
    When the progress indicator shows 100% complete, click Next and then click Finish in the next window.
  8. You can now remove the flash drive or floppy disk from your computer.

How to Write-Protect USB Flash Drive

     Follow the following steps to write enable your usb flash drive.
1. Open the Registry Editor (Open the “Run” dialog box, type regedit and hit “Enter”).
2. Navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
 3. Create a New Key named as StorageDevicePolicies. To do this right-click on Control, and click on New->Key and name it as StorageDevicePolicies.
4. Now right-click on  StorageDevicePolicies and create a New->DWORD (32-bit) Value and name it as WriteProtect.
5. Double-click on WriteProtect and set the Value data to 1.
To revert and remove the write-protection, all you need to do is just change the Value data for WriteProtect (Step-5) from 1 back to 0.