Search This Blog

Sunday, December 19, 2010

Simple Folder Lock

Very Simple method to secure your folder without use any software

Step 1: Go to Command Prompt

Step 2: Type the following command
          Syntax
            ren .{21EC2020-3AEA-1069-A2DD-08002B30309D}

         Example

            ren test test.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Step 3: After run this command the Test folder will be renamed. if you try to open this folder Control panel  
            will be opened

Step 4: If you want to Access the folder content then do the reverse process you will get it

             ren test.{21EC2020-3AEA-1069-A2DD-08002B30309D} test

Friday, December 17, 2010

Firefox tweaks Part II

Firefox having a lot of hidden Properties. By using this properties we can improve our browser performance  To view this Hidden properties do the following steps


1) Open the firefox
2) To get this hidden property type “about:config” at address bar
    ( if above 3.2 version you will get get warning information just click "I'll be careful, I Promise" Button
after that you can see the number of properties

1) Reduce the amount of RAM Firefox uses for its cache feature
         Find “browser.sessionhistory.max_total_viewer” and change the value into 0

2) Stop Displaying Website Icon (Favicon) in Address bar & On Tab
         browser.chrome.site_icons = False

3) Remove Tab Close Button from all Tab and set A single Close Button at Right
         browser.tabs.closeButtons = 3
         Single Close Button to control all Firefox Opened Tabs.

4) Disable Browser Toolbar Tip

         browser.chrome.toolbar_tips = False

5) Past Copy Content with Middle mouse Click

        middlemouse.paste = True

6) Increase History Undo Close Tab Limit ( Recently Closed Tabs )

         browser.sessionstore.max_tabs_undo=15

Thursday, December 16, 2010

Firefox Fun

Fun with Firefox Browser

Run Firefox Browser to Inside the Firefox:

chrome://browser/content/browser.xul

Copy the url and paste it to the firefox address bar 

have a fun ....

cheer
Ravi