Guide Categories:  Home | Drivers | Web Development | Hardware | Internet | Q & A | Tips & Tricks | Write
Hardware and Upgrading Silicon Guide
Search SiliconGuide:

Home
Web Development
Hardware
Internet
Technical Q & A
Tips & Tricks
Write to Us

#!/usr/bin/perl print < end
#!/usr/bin/perl $random = int(rand(10)); #$random = 10; if ($ENV{'REQUEST_URI'} eq "/qa/forum/messages/259.shtml") { print <
Older printer drivers are always hard to find. How about the ink cartridges for them? Dell ink is the hardest to find. Printer ink for the older machines can be easy to find if you know right where to look. Shop around to find the best deals on inkjet and toner cartridges.
end } elsif ($ENV{'REQUEST_URI'} eq "/tips/win95/office/office.shtml") { print <
Need a place for your Internet mail? Then Exchange email outsourcing is the way to go! No hassles, no coding experience, very little microsoft exchange server experience required at all.
end } elsif ($ENV{'REQUEST_URI'} eq "/internet/napster/4.shtml") { print <
Looking for mp3 players? Need a place to share your music. If you compare prices on some of the top MP3 players, you will notice that they are very inexpensive. Price comparison can be very beneficial to you.
end } elsif ($ENV{'REQUEST_URI'} eq "/qa/forum/messages/975.shtml") { print <
When designing pets in Sims, you may remember that you need pet supplies for your real pet. As much as its just a game, your real pet needs some lovin' right now. Go buy them a Pet Bed, and or teach your Dog some tricks.
end } elsif ($random eq -1) { print < end } elsif ($random eq -2) { @siliconmail_banners=("mail1.gif","mail2.gif","mail3.gif","mail4.gif","mail5.gif"); $ran2 = int(rand(5)); print < Silicon Mail end } elsif (($random >= 0) && ($random <= 7)) { print < end } elsif (($random > 7) && ($random <= 8)) { print < end } else { print < end } #print < #
# #end

Optimizing your Windows PC

Removing the Windows wait time

Here's a simple way to shave a few seconds off the time Windows takes to start up.

Have you ever noticed the messages:

Starting Windows 95... or
Starting Windows 98...

when you turn on your computer? What Windows is actually doing is waiting to see if you're going to press F8 or F4 to halt the Windows startup. If you were to press one of those keys when the message is being displayed, you would be brought to either the command prompt, or an option menu.

However if you're never going to halt the Windows startup, you might as well just disable this feature, and save a few seconds every time you turn on your computer. Here's how:

Through either My Computer, or the Windows Explorer, navigate the the root directory of your c drive. Make sure you have the ability to see hidden files (go in the View>Folder Options menu to turn on displaying of hidden folders is you haven't done so already), and locate the file intitled msdos.sys.

Right click on that file, and select Properties. Un check the read-only and hidden properties. Now open the file in notepad.

In the [Options] section of the file, you should see a line that says
BootMulti = (something)

modify it so that it reads
BootMulti = 0

Now save the file, and change the properties of it back to hidden and read-only.

From now on you will never see the Starting Windows 95... message or the wait time associated with it.

Next Page:
Preventing Windows from resizing the swap file
Skip Ahead:
Removing useless animations and sounds
Save disk space

Home | Web Development | Hardware and Upgrading | Internet | Technical Questions & Answers | Tips and Tricks | Write to Us

Last modified on: Tuesday, October 15 2002 at 04:38 PM - UTC
Copyright © 1999 - 2012 SiliconPharm Corporation, All Rights Reserved
Powered by Apache/2.4.54 (Debian) (More Info)