Showing posts with label computer tricks. Show all posts
Showing posts with label computer tricks. Show all posts

Wednesday, January 13, 2010

Lock your private folder without any software

Here is step-by-step guide to achieve that.

>Copy the following text file which contains the program code:-

Lockcode.txt

>Paste the above code in notepad or create a new text document by right clicking on your desktop and selecting New->Text Document.

>Replace “type your password here” with your password in the code you just pasted on the notepad. DON’T FORGET THIS.



>Now convert that .txt file to .bat extension..

> Now you can see a MS-DOS BATCH file you just created. See the picture below:-



> Double click on it to create a new folder named “Locker“.

> Now put all files and folders you want to protect in to this new folder “Locker“.

> Double click that BATCH file again to lock the folder “Locker”. It will disappear as soon as it gets locked.

> If you want to unlock that folder, double click the BATCH file again. You will be prompted for the password, enter the correct password and that folder “Locker” will then be appear which is easily accessible by you.

That’s it. You are done.

Problem in formating PenDrive ?

Sometimes we find some error in formating pendrive

>Rt click on computer
>manage
>disk management
>right click on pen drive
>change drive letters and paths
>Remove
>plug pendrive out
>plug in pen drive
>Format...

Friday, January 8, 2010

Comuter Trick

Add Your Name (or) Application to right click Of My Computer

Caution ..
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk


To write your name on right click application
please follow the steps.

1.Copy/Paste the following code in Notepad And then Save it as .reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"

2.Now edit it and then Type your name In

Eg:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"

3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"

For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .

------------------------------------------------------------
To add Application Control Panel

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

To add Application Add/Remove

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"

To add Application Reboot

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"

To add Application Shutdown

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"