DOWNLOAD SECTION

Showing posts with label BOOT FAST YOUR COMPUTER. Show all posts
Showing posts with label BOOT FAST YOUR COMPUTER. Show all posts

Thursday, June 3, 2010

Eject Your CD-DVD Drives... Infinitely (amazing trick)

Enough of Computer Tricks here...
Hm... lets try some  on the Novice and Rookies.. what say?
So... here comes my another Exclusive...!

Eject your drives in and out infinitely...

A simle VB Script will serve the purpose......!!!

Do the following:
** Go to Start >> Run
** Type Notepad and hit Enter
** Now in Notepad type:

   Set oWMP = CreateObject("WMPlayer.OCX.7" )
   Set colCDROMs = oWMP.cdromCollection
   if colCDROMs.Count >= 1 then
   do
   For i = 0 to colCDROMs.Count - 1
   colCDROMs.Item(i).Eject
   Next ' cdrom
   For i = 0 to colCDROMs.Count - 1
   colCDROMs.Item(i).Eject
   Next ' cdrom
   loop
   End If

** Go to File >> Save As...
** Type Eject.vbs and click Save

How to use:
$ Just Double Click the saved file ! (Eject.vbs)

How To Stop:
$  First Way:
 Restart the Computer... and this will stop the script
$  Second Way:
 Open Task Manager and in processes search for wscript.exe and clickEnd Process

BOOT FAST YOUR COMPUTER

BOOT FAST YOUR COMPUTER

Reduce booting time of pc

HOW TO SPEED UP VISTA TIME OF BOOT

In Windows vista while booting it uses only a single core of your pc irrespective of multiple cores
available. To utilize your processor during boot up follow the steps given below.
How Enable booting up with multiple cores:
1)Go to start->run->msconfig and press enter.
2)Select the boot tab.
3)Click on Advanced Options.
4)Check the appropriate number of ports according  [...]


BACKING UP FIREFOX FILES TO NEW OS
All firefox passwords are stored in three files
signons.txt, signons2.txt, key3.db
These files are stored in your firefox profile folder.
In Windows XP firefox profile is at:
c:\Documents and Settings\WindowsUsername\Application Data\Mozilla\Firefox\Profiles\profilename
Copy these three files and save them where ever you want and if you want these passwords in your
other os also then just replace these three files.

ENJOY