Have you ever thought of hiding any drive from your system so that no one can knew about it. You may have heard or even used a lot of software’s that might be able to do that, but if you are GEEK like me and want to do things by your own without using any 3rd party software than this tutorial will show you how you can do it.
Well there are 3 ways of doing it, in this tutorial we are covering command prompt way of doing it.
Here is how to do it:
Step 1. Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt
Step 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account Control), dialog-box prompts than click Yes.
Step 3. Then type List Volume and press enter, this will produce the list of all drives.
Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C(i.e. Drive letter)
Step 5. To hide a drive, type Remove Letter C. Here, C is the drive letter than you want to hide. You can use any drive letter you want.
Step 6. That’s it. You are done! C drive is now hidden
How to unhide hidden drive
Step 1. Follow the procedure mentioned in step 1, 2, 3 and 4.
Step 2. To show the hidden drive type Assign Letter C and hit enter, now you can view C: drive in explorer.
That’s it. This is one way of hiding and un-hiding drives from explorer, for rest two stay tuned.
Showing posts with label Notepad Tricks. Show all posts
Showing posts with label Notepad Tricks. Show all posts
Thursday, 14 February 2013
How To Hide Any Drive Through Command Promp
Have you ever thought of hiding any drive from your system so that no one can knew about it. You may have heard or even used a lot of software’s that might be able to do that, but if you are GEEK like me and want to do things by your own without using any 3rd party software than this tutorial will show you how you can do it.
Well there are 3 ways of doing it, in this tutorial we are covering command prompt way of doing it.
Here is how to do it:
Step 1. Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt
Step 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account Control), dialog-box prompts than click Yes.
Step 3. Then type List Volume and press enter, this will produce the list of all drives.
Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C(i.e. Drive letter)
Step 5. To hide a drive, type Remove Letter C. Here, C is the drive letter than you want to hide. You can use any drive letter you want.
Step 6. That’s it. You are done! C drive is now hidden
How to unhide hidden drive
Step 1. Follow the procedure mentioned in step 1, 2, 3 and 4.
Step 2. To show the hidden drive type Assign Letter C and hit enter, now you can view C: drive in explorer.
That’s it. This is one way of hiding and un-hiding drives from explorer, for rest two stay tuned.
Well there are 3 ways of doing it, in this tutorial we are covering command prompt way of doing it.
Here is how to do it:
Step 1. Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt
Step 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account Control), dialog-box prompts than click Yes.
Step 3. Then type List Volume and press enter, this will produce the list of all drives.
Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C(i.e. Drive letter)
Step 5. To hide a drive, type Remove Letter C. Here, C is the drive letter than you want to hide. You can use any drive letter you want.
Step 6. That’s it. You are done! C drive is now hidden
How to unhide hidden drive
Step 1. Follow the procedure mentioned in step 1, 2, 3 and 4.
Step 2. To show the hidden drive type Assign Letter C and hit enter, now you can view C: drive in explorer.
That’s it. This is one way of hiding and un-hiding drives from explorer, for rest two stay tuned.
How To Hide Any Drive Through Command Promp
Have you ever thought of hiding any drive from your system so that no one can knew about it. You may have heard or even used a lot of software’s that might be able to do that, but if you are GEEK like me and want to do things by your own without using any 3rd party software than this tutorial will show you how you can do it.
Well there are 3 ways of doing it, in this tutorial we are covering command prompt way of doing it.
Here is how to do it:
Step 1. Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt
Step 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account Control), dialog-box prompts than click Yes.
Step 3. Then type List Volume and press enter, this will produce the list of all drives.
Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C(i.e. Drive letter)
Step 5. To hide a drive, type Remove Letter C. Here, C is the drive letter than you want to hide. You can use any drive letter you want.
Step 6. That’s it. You are done! C drive is now hidden
How to unhide hidden drive
Step 1. Follow the procedure mentioned in step 1, 2, 3 and 4.
Step 2. To show the hidden drive type Assign Letter C and hit enter, now you can view C: drive in explorer.
That’s it. This is one way of hiding and un-hiding drives from explorer, for rest two stay tuned.
Well there are 3 ways of doing it, in this tutorial we are covering command prompt way of doing it.
Here is how to do it:
Step 1. Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt
Step 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account Control), dialog-box prompts than click Yes.
Step 3. Then type List Volume and press enter, this will produce the list of all drives.
Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C(i.e. Drive letter)
Step 5. To hide a drive, type Remove Letter C. Here, C is the drive letter than you want to hide. You can use any drive letter you want.
Step 6. That’s it. You are done! C drive is now hidden
How to unhide hidden drive
Step 1. Follow the procedure mentioned in step 1, 2, 3 and 4.
Step 2. To show the hidden drive type Assign Letter C and hit enter, now you can view C: drive in explorer.
That’s it. This is one way of hiding and un-hiding drives from explorer, for rest two stay tuned.
Chat through Command Prompt
Chat through Command Prompt
Now chat with your Friendz Through The cOmmanD Prompt, first Of All Oped notepad then Follow these Steps :))
1 > cOpy this code to notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2 > Save this as "Messenger.Bat"
But All yOu need is your friend's IP Address
nOw Open messenger.bat Enter your friend's iP Then Hit Enter & Then Type your TEXT
Now chat with your Friendz Through The cOmmanD Prompt, first Of All Oped notepad then Follow these Steps :))
1 > cOpy this code to notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2 > Save this as "Messenger.Bat"
But All yOu need is your friend's IP Address
nOw Open messenger.bat Enter your friend's iP Then Hit Enter & Then Type your TEXT
Chat through Command Prompt
Chat through Command Prompt
Posted by waQar DKD Posted on 05:52 No comments
Now chat with your Friendz Through The cOmmanD Prompt, first Of All Oped notepad then Follow these Steps :))
1 > cOpy this code to notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2 > Save this as "Messenger.Bat"
But All yOu need is your friend's IP Address
nOw Open messenger.bat Enter your friend's iP Then Hit Enter & Then Type your TEXT
Posted by waQar DKD Posted on 05:52 No comments
Now chat with your Friendz Through The cOmmanD Prompt, first Of All Oped notepad then Follow these Steps :))
1 > cOpy this code to notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2 > Save this as "Messenger.Bat"
But All yOu need is your friend's IP Address
nOw Open messenger.bat Enter your friend's iP Then Hit Enter & Then Type your TEXT
Chat through Command Prompt
Chat through Command Prompt
Posted by waQar DKD Posted on 05:52 No comments
Now chat with your Friendz Through The cOmmanD Prompt, first Of All Oped notepad then Follow these Steps :))
1 > cOpy this code to notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2 > Save this as "Messenger.Bat"
But All yOu need is your friend's IP Address
nOw Open messenger.bat Enter your friend's iP Then Hit Enter & Then Type your TEXT
Posted by waQar DKD Posted on 05:52 No comments
Now chat with your Friendz Through The cOmmanD Prompt, first Of All Oped notepad then Follow these Steps :))
1 > cOpy this code to notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
2 > Save this as "Messenger.Bat"
But All yOu need is your friend's IP Address
nOw Open messenger.bat Enter your friend's iP Then Hit Enter & Then Type your TEXT
Monday, 11 February 2013
ChMatrix 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
Matrix Falling Code Effect - Notepad Trick |
Run the bat file, you will see the "Matrix falling code" effect...:)
Subscribe to:
Posts (Atom)