Tuesday, March 20, 2012

Get File & Folder Information

I wrote a macro to get file and folder information.
This will give you complete list of all files and folder at certain location (wherever you want)
Click Here to download Excel


Once excel get downloaded, click get Info button and get complete list in one excel with complete folder information.

Saturday, March 17, 2012

How to Make Your XP base Computer as FTP Server

FTP server is used to transfer heavy files within each other. It can be done by installing FTP services on you machine and let other know your IP address and then they can share files with you using FTP server.

This Requires only one machine to be act as FTP server.

Below are the steps to create you own FTP server.


  1. First, you should start by retrieving your Windows XP CD.
  2. Next, click the Start button and go to the Control Panel.
  3. After that, select "Add/Remove Windows Components."
  4. Select "Internet Information Services" under "Windows Components."
  5. Click "details" and select the "File Transfer Protocol (FTP)" service. (Remember that this will also automatically select "Common Files" and "Internet Information Services Snap-In.")
  6. Click OK and follow the instructions for the install Wizard (or you can just push next if you don't feel like reading). Be prepared with your Windows XP CD, because it might prompt you for it if you haven't already installed it. Once it is done, you might have to restart your computer after this.
  7. After that, all you need to do is just paste the files you want to be public into "C:\INETPUB\FTPROOT." Note that by default, these files are read-only and public. Public meaning that anyone who knows the IP address may download copies from it.
  8. There's more to go! Now, you need to configure your router's firewall to let FTP traffic through. This can be done through your router's administration menu. Note that this will vary depending on your router.
  9. After letting your router firewall let FTP connections in, you will have to configure your regular firewall to let FTP connections in through a certain port.
  10. Finally, after done with everything, you may access your FTP site through your browser. All you need to do is type ftp://xxx.xxx.xxx.xxx/ in the URL where "xxx.xxx.xxx.xxx" is the WAN address of your computer.

Tuesday, February 21, 2012

How To make MOZILLA faster Browser

THIS IS A VERY SIMPLE TRICK. NO SOFTWARE REQUIRED.


1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"

set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. 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 recieves.

Then only action to be take after all is to restart your Mozilla firefox and then you can feel the difference