Wednesday, November 2, 2011

Creating Shortcut To Remove Pendrives Easily

Its a very  simple trick to unplug your pen-drive from the PC.
 

 Just follow these simple steps & you are good to go:


1)- Right Click on your Desktop  & select the option- NEW from 
context sensitive menu.

2)- Now choose SHORTCUT option from the list..

3)- A new Dialog box opens up.
In the browse location, just Copy-Paste the following command URL:


   RunDll32.exe shell32.dll,Control_RunDll hotplug.dll

4)- Click on NEXT option, & then give a random title to this shortcut.

5)- Click on FINISH option & your shortcut will get created on the Desktop.

6)- After this Insert your pen-drive & then Double-click on this newly created shortcut.

7)- Safely remove Hardware Dialog-Box pops up, select your pen-drive & then finally click on OK.

Once you click OK your pen-drive will be successfully Unplugged from the PC.


Enjoy.:)

Tuesday, November 1, 2011

Hiding Any Folder Permanently....

At times, there are many folders which we want to hide from others whether they are our own family members or our friends.

There are many different ways to HIDE such folders available on Net but in this turorial I am sharing two simple tricks with you all to do the needful.



 IMP NOTE: In both these tricks the folders should have their Folder Names in SINGLE WORD only ( Eg.-- Pics).

 These tricks won't work on folders which have Folder-Names with a Space in between them( Eg.- My Pics)



 TRICK-I:   Using CACLS Command


Only for NTFS Drives

1)- Click on START & choose the option RUN.


2)- The RUN Dialog Box opens Up.


3)- Type cmd to open the Command Prompt window.


4)- Now simply  Type cd\ to change the default prompt and press ENTER.
You  now simply see C:\> as the prompt indicating you can perform operations on this drive.


5)- Now here type the following command:


Cacls /e /p everyone:n
The above command is to deny any type of access to that folder.



6)- Again press Enter and you will get the following message:


Processed Dir: C:\ 

   After this try opening or deleting that particular folder, you won't be able to do so.

NOTE-- To Retrieve this folder back simply follow Steps- 1-4 as it is.
After Getting C:\> prompt, type the following command:



 Cacls /e /p everyone:f

  Your folder will be accessible again just like before.
Enjoy.:)