Wednesday, November 28, 2012


HIDE DATA IN MOBILE WITHOUT ANY SOFTWARE


Have you ever wanted to hide folders in your phone? If yes,there here is very interesting solution for you to hide folders in your phone and you dont even need any software for that.
This trick can be used for any JAVA phone from Nokia,Samsung,Motorola,LG or any other company.
JUST FOLLOW SIMPLE STEPS
  1. Create any new folder or you can use any existing folder that is to be hidden.
  2. Rename the folder to any name but with the extension of .jad like if I want to hide my images folder then I will name it as IMG.jad
  3. Now create a new folder with the same name in the same directory but with the extension of.jar So, I would create the folder with the name IMG.jar
  4. And thats it!! My orignal images folder which has been renamed with .jad gets hidden and only folder with.jar extension is visible which is empty.So,my data is protected/hidden from unwanted eyes.

To unhide the orignal folder you have to remove the .jar extension from the new folder and your orignal folder with all the files and with .jad will become visible.

Friday, August 17, 2012

How to run Firefox inside Firefox.?


copy paste following url in a web browser (mozilla firefox).

chrome://browser/content/browser.xul

how to protect our personal folder without any software

You may have seen may software to lock the folder/files and you may also have seen batch programs to do the same. Today I am going to share with you a Basic Dos Command which will help you to Restrict Access to Folder/File. The only thing you need for this is the Administrator Access on Windows Machine.

Follow the Below Given Steps to restrict access: 

1.) Open Command Prompt in Windows
2.) Type the Following Command :
cacls "" /E /P everyone:n
For example: calcs "C:\users\Administrator\Desktop\Lock.txt" /E /P everyone :n
3.) Remember that path of file/folder should be in double quotes (""). You will get the following message on Success
"Processed File: C:\users\Administrator\Desktop\Lock.txt"
4.) Now when you try to open the File/Folder You will get the message "Access is denied".

Now to Unlock Folder/File and to give it the full access, follow below given steps:

1.) Open Command Prompt in Windows
2.) Type the Following Command :
cacls "" /E /P everyone:f
For example: calcs "C:\users\Administrator\Desktop\Lock.txt" /E /P everyone :f
3.) Remember that path of file/folder should be in double quotes (""). You will get the following message on Success
"Processed File: C:\users\Administrator\Desktop\Lock.txt"
4.) You have successfully unlocked the file/folder

how To Lock Your PC With Mouse

We are here to learn about how to lock your PC with mouse. Just follow these simple steps to do this-


1- Firstly Right click on your desktop and make new shortcut

2- Now you will see the browse block. Fill this in this block-

--> rundll32 user32.dll,LockWorkStation <--

3-Now give any name to the shortcut you want and hit Enter.

That’s it… Now when you double click on this shortcut Your PC will get locked..