Tuesday, 17 May 2011
Make Your PDF Files Speak to You.
How to fix corrupted windows files in XP?
Many of you could have got stuck by corrupted file error in Windows XP.
To fix corrupted windows file is very easy.Following these following steps
Requirement:
1. Windows XP CD
Now, follow this steps:
1. Place the xp cd in your cd/dvd drive
2. Go to start
3. Run
4. Type sfc /scannow
If that does not fix it, there could potentually be damage to your hard drive that is not fixable on a software level. You can also try to Defragment your hard drive, as fragmentations of files can sometimes produce errors.
Wednesday, 11 May 2011
How to Create and Manage Profiles in Firefox

Firefox store a user's preferences and data such as installed add-ons, saved passwords, history, bookmarks and others in a unique profile. The first time you start Firefox, it automatically creates a default profile and stores all settings associated with the profile within a special profile folder on your computer.
Most users are unaware that they can create additional profiles in Firefox. Profiles are useful when there are multiple users on the same computer which all share the same user account. For example, the PC in your living room. Profiles can also be helpful in certain situations such as testing of new add-ons – use a “test” profile to test new add-ons, and if they work correctly, install them under your “default” profile. Similarly, you can keep separate profiles installed with different sets of extensions.
To create a new profile or manage existing profiles in Firefox, press Ctrl+R to open the Run dialog box and type “firefox.exe –p” as shown below.
Tuesday, 10 May 2011
Disable USB Drive Access in Windows

As a workaround, use the following registry hack to stop USB Mass Storage drivers from starting when the system boots up.
- Press WIN + R
- Write regedit in it.
- This will open Registry Editor.
- Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
- In the right pane, double click on the Start value name.
- Change the value data to 4 to disable the removable USB Drive access.
- To revert and re-enable the drive access for removable USB driver, change back the value data for Start to its original default of 3.
The change will take effect immediately to block any USB mass storage device such as USB Drive and portable harddisk from been used in the system, while still allowing hardware components to work properly via USB connection. The hack works in most Windows operating system such as Windows Vista, XP, Windows Server 2008, 2003 and 2000.
Monday, 9 May 2011
Write protect your Pendrive to protect it from Virus

To disable writing access to USB drives follow these steps:
USE ALL KEYWORDS WITHOUT " " DOUBLE QUOTES.
- Press WIN + R
- Write "regedit" in it.
- It will open Registry Editor.
- Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- Create a New Key named as "StorageDevicePolicies".
- Highlight "StorageDevicePolicies", and then create a New DWORD (32-bit) Value named as "WriteProtect"
- Double click on "WriteProtect", and set its value data to 1.
OR
Copy the next 2 lines given below in notepad and save it as Disable.reg {you can give any name to this file but dnt forget to use .reg } and in file type select "All Types"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001
Similarly to remove write protection mode make new with name Enable.reg and write these 2 lines in it.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000
After creating these files Double Click them and registry setting will automatically get change.
*Registry Settings will get activate once u restart your computer.
Enable Telnet in Windows 7

It’s very rare that anyone use TELNET these days, but those who are new in the field of IT must have heard about TELNET and could have tried it on their PC. But by default it is not packaged with Windows 7 and Windows Vista. Reason for this is that telnet is not secure and Microsoft decided to leave it out because they were trying to update their level of security. However, you can easily make TELNET command work on Windows 7 and Windows Vista by following these steps:
- Go to Start
- Open Control Panel
- Click on Programs And Features
- Turn Windows features on or off
- Check Telnet Client
- Hit OK
After that you can start Telnet via Command Prompt and can try various commands.
For eg: telnet yahoo.com 80