Podi Tricks tikak*

Supunqw

Well-known member
  • Jul 18, 2009
    5,620
    500
    113
    34
    නිගම්බු 7
    Rename Recycle bin


    1. Click Start / Run
    2. Type regedit and press enter.
    3. Open the HKEY_CLASSES_ROOT folder
    4. Open the CLSID folder
    5. Open the {645FF040-5081-101B-9F08-00AA002F954E} folder
    6. Open the ShellFolder folder
    7. Change the "Attributes" data value from "40 01 00 20" to "50 01 00 20". Once completed change the "CallForAttributes" dword value to "0x00000000" (double-click and change value data to 0). You must change both of these values to get the rename to appear.
    After performing the above steps you will be able to rename the icon like any other icon. Right-click the Recycle Bin icon on the desktop and click Rename and rename it to whatever you wish.​
     
    • Like
    Reactions: ranka

    Supunqw

    Well-known member
  • Jul 18, 2009
    5,620
    500
    113
    34
    නිගම්බු 7
    Change static IP

    To start off, you need a direct connection to your modem and computer. If you have a router, disconnect it and directly hook up your modem to your computer.

    1. Open up the command prompt by pressing Start->Run and typing in cmd

    2. In the command prompt, type “Ipconfig/all”. This will tell you your current IP Address. After, type “ipconfig/release”. Keep the command prompt open for easy access.

    3. Go to “Network Connections” (accessible through the control panel). Right click “Local Area Connection” and click “Properties”

    4. With “Internet Protocol (TCP/IP) selected, click the “Properties” button.

    5. A new window will open. Under the “General” tab, select “Use the Following IP address”. Under “Ip Address”, put “10.0.0.1?. Press the “Tab” key on your keyboard.

    6. Press Ok on both open windows.

    7. Repeat steps 3-4. Under the “General” tab, press the radio button “Automatically Assign Me an Ip Address”. Press ok on both windows.

    8. Go back to the command prompt and type in “Ipconfig/all”. You’ll now notice you have a new IP address.

    So, this will be handy if you want to by-pass Rapidshare 1 hour download limit, provided that you have a static IP address.

    Enjoy
     

    Supunqw

    Well-known member
  • Jul 18, 2009
    5,620
    500
    113
    34
    නිගම්බු 7
    How to Download Books from Books.Google.Com

    This is, definitely, not a hack for Google to hate this post. This will just teach you how to copy and retrieve the files that Books.Google.Com temporarily saved in your computer before showing it to you through internet browser.

    Just follow the steps bellow;

    1. Open your Internet Explorer (Not Firefox). Make sure that you are the admin of your computer. Then, go to the page in books.google.com that you want to download.

    2. Now, go to “C:\Documents and Settings\%your admin name%\Local Settings\Temporary Internet Files\” of your computer. Delete all of the content of that folder.

    3. In your Internet Explorer, refresh the page and browse-thru the pages of the books that you want to download.

    4. Refresh the “Temporary Internet Files” folder. Copy all PNG files to another folder. You can distinguish PNG Files through its icon.

    These files that you have just copied are, actually, the pages of the books that you have just browsed.

    Enjoy!!!
     

    Supunqw

    Well-known member
  • Jul 18, 2009
    5,620
    500
    113
    34
    නිගම්බු 7
    Speed up Mozilla Firefox about 3-30x Faster!!!


    1. Type about:config in the address bar and then press Enter.

    2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true. HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.

    3. Go back to the filter search bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.

    4. In the filter search bar and type network.http.proxy.pipelining. Once opened doubleclick on it and set it to true.

    5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
    Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

    6. CONTENT INTERRUPT PARSING
    This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
    A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
    B. When prompted to choose the value for the new boolean, select true and click OK.

    7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
    A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
    B. You will be prompted to enter a value. Enter 2250000 and click OK.

    8. CONTENT NOTIFY INTERVAL
    This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
    A. Type content.notify.interval in the New integer value pop-up window and click OK.
    B. You will be prompted to enter a value. Enter 750000 and click OK.

    9. CONTENT NOTIFY ONTIMER
    A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
    B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
    C. You will be prompted to choose the value for the new boolean. Select true and click OK.

    10. Notify Backoffcount
    This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
    A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
    B. You will be prompted to enter a value. Enter 5 and click OK.

    11. CONTENT SWITCH THRESHOLD
    You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
    The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
    A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
    B. You will be prompted to enter a value. Enter 750000 and click OK.

    12. NGLAYOUT INITIALPAINT DELAY
    Mozilla applications render web pages incrementally, they display what’s been received
    of a page before the entire page has been downloaded. Since the start of a web page
    normally doesn’t have much useful information to display, Mozilla applications will wait
    a short interval before first rendering a page. This preference controls that interval. Rightclick (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
    A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
    B. You will be prompted to enter a value. Enter 0 and click OK.
     

    Supunqw

    Well-known member
  • Jul 18, 2009
    5,620
    500
    113
    34
    නිගම්බු 7

    Supunqw

    Well-known member
  • Jul 18, 2009
    5,620
    500
    113
    34
    නිගම්බු 7
    Hide Any Drive In 3 Steps

    Most of you must have wondered if there exists a way without using software to Hide A Drive completely so that it cannot be viewed or accessed without unlocking it. Well for those who have and who haven't yet, here is a easiest method on How To Hide Any Drive In Just 3 Steps.

    Here we go, follow these 3 simple steps:

    01. Go To Start --> Run or use Win+R keys and type "cmd" and press Ok.

    image-01-26D7_4A121B94.jpg

    image-02-2D13_4A121B94.gif


    02. This will open Command Prompt for you. Now type "diskpart" and press Enter:

    image-03-7572_4A121B94.gif


    Once in Diskpart type "list volume" and press Enter:

    image-04-0306_4A121B94.jpg


    This will list all the partitions in ur system.



    Enter The Following Command

    "select volume 10".
    Remember to change 10 with the volume number of your partition you want to hide and press Enter:


    image-05-B91A_4A121B94.jpg


    03. Now as in my example I am hiding drive G: so my last command is "remove letter G" and then press Enter:

    image-06-4552_4A121B94.jpg


    All done. Now open your computer and see that drive is made hidden

    Now to make a drive Unhidden

    Follow first 2 steps as such but in step 3 instead of remove letter G use "assign letter G"


    For Vista/Windows 7


    The commands becomes slightly different here:"assign letter=G"


    You have successfully unlocked the Hidden Drive.
     
    • Like
    Reactions: JAASBandara