Sunday, May 25, 2008

How to create Virtual drives in your Computer??



AIM :
You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

RESULT:
Fool Computer Beginners or your Friends (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!

METHOD:
Do The Following :

Start >> Run

Type
cmd and hit Enter

T
his will open "Command Prompt"

Type subst Z: E:\folder and hit Enter key.

→ You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!

→ You can replace E:\folder with the path of your favorite folder !

► Now, type
exit

This creates a new drive ! When you open this , it will open your folder !!!


Amazing naa!!....:)


PROBLEM:
But there's a problem with this trick, i.e on restarting the Computer the Virtual Drive Disappears !!! :(

But here's a solution for this problem too:

We can make a
batch file which will make the drive everytime on startup !

This is how:


Open Notepad.

Type :

@ECHO OFF

subst Z: E:\folder

exit


Then go to File >> Save As...

Name it : Virtual Drive Emulator.bat

Then go to Start >> All Programs >> Startup >>(Right click) >> Open

This open the Startup folder

Paste the Virtual Drive Emulator.bat file here !

That's all , now the drive will automatically be created when ever you start your PC!!......:)



Plz leave a comment if u liked this article :).......



Hack Windows XP login Password!!


Disclaimer: Use this article for eductational purpose ONLY.

Follow these steps:


1. Open command prompt (Start->Run->cmd),
2. Enter the following command, then press ENTER

3. Enter the followin command, then press ENTER:
compmgmt.msc
This should open the computer management console.
4. Go to local users & groups->users. Right click on any user and select "set password".


If you get a "access denied" do the following:
start>run>cmd
then use following commands
1) net user test /add (this command will make test named user)
2) net localgroup administrators test /add (this command will make test user as administrators rights)

and use net user command to reset your admin password.


So interesting method of hacking login Password naa!!


If u want to ask anything do leave a comment :).....cheers!!

How to recover the lost administrators password in Windows XP??

Slightly more work needed if you lose or forget the Windows XP administrator password.

1. First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up.

2. Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.

3. You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.

4. Just click the e administrators user account, and then click Reset Password.

5. You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.


All done, you have recovered the lost administrators password!

Cheers :)......any querry do leave a comment!!

WINDOWS XP tricks, which many of us don't know!!

HIDDEN PROGRAMS in WINDOWS XP :-

There are many useful programs stored in Windows XP which many of us don't know, but now after reading this blog u'll be able to utilize them :). Here are few of them :
Programs :

1. Private Character Editor :
Used for editing fonts,etc.
GO to start>>Run
Now, type
eudcedit

2. Dr. Watson : This an inbuilt windows repairing software !
GO to start>>Run
Now, type
drwtsn32

3. Media Player 5.1 : Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
GO to start>>Run
Now, type
mplay32

4. iExpress : Used to create Setups you can create your own installers !
GO to start>>Run
Now, type
iexpress