Showing posts with label trick. Show all posts
Showing posts with label trick. Show all posts

Wednesday, 31 July 2013

How to hide folder in windows without actually hidding it

This is not a high-tech geeky trick, it's just a short and simple trick. When each time you create a new folder in Windows, Microsoft has made “New Folder” as the default name. Even you enter the spacebar so many times to create blank spaces, it still will generate the “New Folder” text like this.
So first we will delete the name of the file, after which it will looks like this.

To do this, you need a keyboard with numpad.
1) Create a new folder in your specified directory.
2) rename the folder or file by pressing F2 key or Right Click -> Rename.
3) Now hold ALT button and press 0160 ( or 255) using numpad keys.
4) Hit Enter then you are successfully creating a folder without name in Windows XP.

Here half of our work is done i.e. text is deleted now we will hide icon, to hide icon:
1) Right Click on folder -> properties
2) Click Customize tab -> Change Icon...
3) Choose invisible icon then press OK and close properties window
Tada!!!

Saturday, 27 July 2013

Trick To Make Your Firefox Fast

This Firefox tricks will improve the speed & load time of firefox. And you will be able to surf considerably faster.

Type about:config in the address bar, Then look for the following entries, and make the corresponding changes.

network.http.max-connections-per-server =32

network.http.max-persistent-connections-per-proxy =16

network.http.max-connections = 64

network.http.max-persistent-connections-per-server = 10

network.http.pipelining = true

network.http.pipelining.maxrequests = 200

network.http.request.max-start-delay = 0

network.http.proxy.pipelining = true

network.http.proxy.version = 1.0

Lastly right-click anywhere and select New- Integer. Name it nglayout.initialpaint.delay and set its value to 0. This value is the amount of time the browser waits before it acts on information it receives.