Search This Blog

Sunday, December 18, 2011

Saturday, December 17, 2011

Top Download Manager

 

U have slow internet connection? are in a trouble always while downloading  big size file?

Though all the latest versions of browsers has download manager integrated in it. I prefer to use specially design download manager soft wares. 

1. Internet Download Manager.

2. Download Accelerator Plus.

Of the above two I prefer Internet Download Manager to use because it automatically gives the option to download flash videos.

Father of C

Everybody talk about the Steve job the father and mother of APPLE. He passed away.

But nobody talk about Dennise Ritchie which is the father of c.

That’s the true maker of C

HTML 5

If U want to see the power of HTML5. Then do the following things

1. Download any latest browser between Firefox, chrome or internet explorer

2. Install it

3. Then open www.google.com

4. In search bar of google.com write down “tilt”

U will See the power of HTML5

Monday, December 5, 2011

To troubleshoot corrupt Config file

md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak

delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default

copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default

Also for refernce:http://support.microsoft.com/kb/307545