Friday, June 24, 2011

Chrome Offline Installer 12

All New Google Chrome Latest browser Offline Installer VERSION 12.0.100.742

Download links

Download from Megaupload


Enjoy

Monday, June 6, 2011

ImgBurn - free software for iso/img burning needs(windows)

Specification :
ImgBurn is a lightweight CD / DVD / HD DVD / Blu-ray burning application that everyone should have in their toolkit!

It has several 'Modes', each one for performing a different task:

Read - Read a disc to an image file
Build - Create an image file from files on your computer or network - or you can write the files directly to a disc
Write - Write an image file to a disc
Verify - Check a disc is 100% readable. Optionally, you can also have ImgBurn compare it against a given image file to ensure the actual data is correct
Discovery - Put your drive / media to the test! Used in combination with DVDInfoPro, you can check the quality of the burns your drive is producing


Screen SHot :

For Download visit(free) :
http://www.imgburn.com/

Sunday, June 5, 2011

Task Manager Disabled in xp

This problem is due to some kind of VIRUS/ TROJAN activity which normally disables the task manager.Now due to this problem when ever the user pressalt+ctrl+del to launch windows task manager it gives an error saying “Task Manager is being disabled by your administrator”.


Solution:
(NOTE : Steps are also shown inthe video)
To Enable the Disabled Task Manager on your system,
1. Press windows key+r to show run prompt
2. Follow the following steps
Enter gpedit.msc in the run prompt and click OK
In the Group Policy settings window
Select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option’.
Set the property of this item as disabled.

For Those who use Windows XP Home Edition can use the registry to enable Task Manager
open start --> run and type regedit
Navigate to the following path:
Hive: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
You will find a registry key with name DisableTaskMgr of type:REG_DWORD
Double click the key with and set the Value to 0
Exit the registry and restart to see the effect.

How To Disable Startup Applications In Windows 7,vista

To Improve the start up speed of ur windws pc u have to disable the unwanted startup items while booting.. here is the steps

Step 1:
click start button type msconfig


Step 2:
Then Check the items that u need and click ok


that's it you did it.
Regards
M.Kathir

Saturday, June 4, 2011

How to remove Remove Shortcut virus

Simply
1.open command prompt (start->run->cmd)
2.Go to the Specific Drive (if Drive is F then F:)
3.Now Type DEL *.LNK press enter
(This Will Delete All the Shortcuts in the drive)
4.Now type attrib -R -A -S -H /S /D press enter
5.Its take while and that's It.

It means :
Microsoft Windows XP syntax :

Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [[drive:] [path] filename] [/S [/D]]

+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
/S Processes files in all directories in the specified path.
/D Process folders as well.

or else for files u can use this
attrib -s -h -r d:\*.* /s /d, --> this cmd for drive "D"

Regards
Kathir

Thursday, June 2, 2011

Increase The Number of recently closed Tabs In FireFox

Step 1:
Type about:config in address bar and then Click the I’ll be careful,I promise!.

Step 2:
Paste the following text into the Filter box:

browser.sessionstore.max_tabs_undo


Step 3:
Modify Value As ur wish


That's It,You Did It ..