Reptile Garden

Website Main Links History Photography Main Bodies Lenses Other Equipment Experiences Ethics Canon EOS Gallery 1 Gallery 2 Gallery 3 Gallery 4 Computers Windows Tips 2D Artwork Animations 3D Artwork Software HOMM3 RealMyst Uru Serious Sam PSP6 Miscellaneous English Accounting Dollar Cost Averaging Other Stuff

This is a collection of tips and ideas to enhance the user experience with the various Windows Operating Systems. I have been collecting this information since I started using Windows 95. Since then I upgraded to 98 and am now using 2000 Professional. I'm labeling each item below to specify which version of the Windows OS it applies to. Some marked for Windows 2000 will probably also work with Windows XP Home & Professional but may not (I don't use those OS's so have no way to test functionality). I take NO RESPONSIBLITY for any damage or loss brought about by your usage of this information. If you are not comfortable doing these things then don't do them!

REGISTRY TWEAKS:

I use the following standard abbreviations in this compilation:
HKLM: HKEY_LOCAL_MACHINE HKCU: HKEY_CURRENT_USER

  • (95, 98, ME, NT4, 2000) Ever been asked for the Windows CD or Windows disk #x after installing or removing hardware or a Windows component? Well, you can tell Windows where to look first by changing the value for registry key HKLM \SOFTWARE \Microsoft \Windows \CurrentVersion \SETUP \SOURCEPATH. This way for 95, 98, and ME you can copy all the .CAB files over to your hard drive, tell Windows (with this key) where to look for them, and never again have to insert the original floppies or CD. With NT4 & 2000 you can instead copy the I386 folder from the CD to the hard drive and change this key to point to wherever you copy the folder on your hard drive.
  • (95 OSR2) Want to use FAT32 with OSR2? Then you must first use the FDISK utility that came with OSR2 to set up hard drive partitions. Then use the FORMAT utility that came with OSR2 on the hard drive. Microsoft also has a CVT.EXE which will supposedly upgrade a hard drive currently using FAT16 to FAT32. I don't know if the utility will keep all your file data or not, however. Win98 comes with an installable FAT32 converter called CVT1.EXE that does maintain all files.
  • (95, 98, NT4, ME, 2000, XP) This one pissed me off, even more so when I figured out how it's done. To change the size of your taskbar, just click and drag the edge of it! I inadvertently had made it huge with a stray mouse click, and spent half an hour scanning the Registry, Control Panel, and Win.INI / System.INI files trying to figure out how to set it back! I was almost to the point of re-installing Windows, when I happened upon the click-and-drag method! Yes, I felt stupid. You can also click and drag the taskbar to any of the four sides of the screen and don't have to leave it at the bottom by default.
  • (95, 98, ME, NT4, 2000) Do you wonder where those damn programs are hidden that run every time Windows starts up? I wondered the same thing, and have met many people who suffer watching stupid programs run every time they boot their computers up because they don't know where the run commands are kept. You can find them in the following places:
    1. In the folder %WinDir%/Start Menu/Programs/StartUp (replace %WinDir% with %USERPROFILE% when dealing with NT4 or 2000).
    2. In the [boot] section of WIN.INI; all load= and run= commands.
    3. In the Run, RunOnce, & RunServices registry keys of HKLM \Software \Microsoft \Windows \CurrentVersion.
      NOTE: Programs listed in RunServices are run BEFORE you are prompted to log-in to Windows or Networks.
    4. In the HKCU \Software \Microsoft \Windows \CurrentVersion \Run registry key (for NT4 & 2000 also look in HKEY_USERS\.DEFAULT\ and not just the current user profile key).
    If you don't find the program listed in one of the above places it probably is configured to run as a service. Your best bet then, unless you are VERY comfortable working with Windows registry settings, is to uninstall the program. If you are comfortable with it, however, just go to key HKLM \SYSTEM \CurrentControlSet \Services, find the service's key, and delete it (along with all subkeys and values)!
  • (95, 98, ME, NT4, 2000) To make the Explorer shortcut open other than the boot drive's root directory, add "/e,<dir>" to the Target field of Shortcut properties, where <dir> is the directory you want opened.
    Ex: "C:\WINDOWS\EXPLORER.EXE /e,C:\temp\".
  • (95, 98, ME, NT4, 2000) This one's really cool. I use it as a quick way to open HTML pages in Notepad for reading/editing. What I do is add options to the context menu that comes up by right clicking on any file within Windows. In Windows Explorer, just go to the View or Tools menu (depending on OS) and select Options (in 98 and 2000 it's called Folder Options). Then click on the File Types tab, and select the file type for which you want to add a menu option. Now click on the Edit button. In the new dialog that comes up, click the New button, and put the name you want appearing on the menu in the Action field, and what program you want run in the Application field.
    Ex (with Internet Document/HTML selected): I put 'Edit with Notepad' in the Action field, and browse to C:\WINDOWS\Notepad.exe for the Application field. Now, when I right click on HTML files, I can select the 'Edit with Notepad' option to quickly load the files up in Notepad.

KEYBOARD SHORTCUTS:

Keypress: Action: Keypress: Action:
Windows Key - D Toggle minimize of all windows/ show desktop Windows Key - E Open Windows Explorer window
Windows Key - F Open File/Folder Search Window Windows Key - R Open Run command
CTRL - A Select All CTRL - C Copy
CTRL - O Open CTRL - V Paste
CTRL - X Cut CTRL - Z Undo
CTRL - ARROWS Move insertion point to next word/line CTRL - SHIFT - ARROWS Select block of text
SHIFT - ARROWS Select more than one character or line CTRL - SHIFT - mouse Create shortcut to dragged item(s)
CTRL - mouse Copy dragged item(s) SHIFT - mouse Move dragged item(s)
DELETE Delete selected item or one to right of insertion point SHIFT - DELETE Delete selected item permanently without placing in Recycle Bin
CTRL - ESC Show Start Menu ESC Cancel current action
F1 Show Help F2 Rename item
F3 Search ALT - F4 Close active program
CTRL - F4 Close active document in multi-document program F5 Refresh active window/area
CTRL - F5 Force page reload in IE F6 Switch forward through window panes
SHIFT - F6 Switch backward through window panes F10 Activate menu bar
SHIFT - F10 Display context menu LEFT SHIFT Prevent CD Autoplay & Startup program(s) load at logon
ALT - TAB Switch among open applications to next one ALT - SHIFT - TAB Switch among open applications to previous one
ALT - SPACE Display current window's system menu ALT - ARROWS Navigate through Windows Explorer folder levels
TAB Cycle forward through dialog/window controls SHIFT - TAB Cycle backward through dialog/window controls
SHIFT - CLICK Select range of items CTRL - CLICK Toggle selection of multiple items in list

USEFUL FILES:

(95, 98, NT4, 2000) ExploreFromMyComputer.reg(1K): This registry patch changes the behavior of the My Computer icon. After merging this patch, double clicking on My Computer will open a regular Windows Explorer window to the C:\ drive.

(NT4, 2000) WinNTNoUserAtLogon.reg(1K): This registry patch disables the display of the last user to log on to the machine. Nice to prevent accidental account lockouts or for increased security.

(NT4, 2000) WindowsColorSchemes.reg(14K): This is a registry patch that will give you my three most used custom color schemes: Bold Blue, Bold Green, and Bold Red. If you're sick of the look of your windows give these a try.

(NT4, 2000) WinNTCommandLineBlackWhite.reg(1K): This patch will make your default command interpreter (CMD.EXE) window open up with black text on a white background. I do this because I think it makes the interface more uniform since by default windows have black text on a white background but the command interpreter has white text on a black background.

(NT4, 2000) WinNTHTMLNotepadEdit.reg(1K): This patch does the work of a tip I list above for you. It adds an entry to the context menu for HTML files called "Edit with Notepad" that opens the selected file in NOTEPAD.EXE for editing when chosen.

(Outlook) PST19UPG.zip(100K): This zip file contains a utility that will remove an Outlook Personal Folder (.PST) password. Just follow the instructions of the zipped text file. NOTE: This utility does not work on newer .PST files like those created with Outlook 2003.

HARDWARE:

Now for some advice on hardware. Stay away from Epson floppy drives. I bought an Epson floppy drive only to have it crap out on me within two months. The cheap non-brand name or Japanese floppy drives have worked out much better for me. Strangely enough, Epson makes some great inkjet printers.

Also, my 233MHz computer came with a Western Digital hard drive which started getting bad sectors just six months after purchased! Go with Seagate if you're shopping for a SCSI drive, or Maxtor if you want an IDE drive. I've never had a problem with either of them, and they're both fast! APR 2000 UPDATE: I just had two Maxtor 30 gig 7200RPM 5-series drives delivered DOA (Dead On Arrival). This is the first time I've ever had problems with Maxtors, but still, I decided to return the second one and order a Seagate IDE drive. It cost a little more and was smaller (27 gig), but it seems Maxtor's quality control has gone down in the last few years. So my recommendation now is to go with Seagate or IBM/Hitachi hard drives and be happy.

Finally, although Microtek scanners are fine when they're working, you're screwed if something ever goes wrong! I bought my ScanMaker V600 in April 1998, and after suffering with error messages, system freeze-ups, and the driver software messing up my registry and otherwise disabling my computer, I sent it to Microtek Labs to be repaired. I received it back on Oct 25, 1998, and since then it has actually worked! But I was lied to and run through hoops by the people at Microtek Labs while trying to get the scanner returned to me, and received the same treatment while initially trying to resolve the problem with their technicians via e-mail. Many times they ignored my e-mails, forcing me to resend the same message repeatedly. It took my reporting the incident to the Better Business Bureau to get results. Even the BBB didn't get a response from Microtek Labs after inquiring on my scanner, but their involvement was apparently enough to get these people to take me seriously! I later found out that the Better Business Bureau has numerous complaints on file for Microtek Labs, so my experience was not an isolated incident. Stay away from Microtek! I suggest Hewlett-Packard or Canon flatbeds, and Nikon or Canon slide/negative scanners. I've been extremely happy with my Nikon Coolscan III, and the Digital ICE feature cleans up scratches and dust from my originals making Nikon the best available in my opinion. 2003 UPDATE: I upgraded from the Microtek flatbed to one of the great new flatbed scanners from Canon, the LiDE 30. It is not a top of the line high density and detail model by any means but the software and capabilities it has can't be beat for the price (US $80). For my occasional needs it is perfect. I still prefer the Nikon slide/negative scanners over all other brands (unless you're buying a drum scanner and money is no object). Canon slide/negative scanners now feature FARE, which is similar to Digital ICE, but the latest Nikon scanners have Digital ICE4 which can restore lost color, clean up film grain, and expand exposure through post-processing in addition to scratch/defect removal. The drawback to this added functionality is that, not surprisingly, you pay more for it.

Here is a history of computers I've owned:
1st(1988) Apple IIGS ROM01 with 512K memory, Apple 14" Color Monitor, Apple Imagewriter II printer, and Apple 5.25" & 3.5" drives.
Upgrades AE 20meg internal HD (this thing cost an amazing $500), memory to first 1280K then 4megs, Kensington System Saver (power protector & organizer), CH Products Mach III joystick, RWP Hyperstudio sound digitizer card, Stereo output card, Quickie grayscale handheld scanner, first a 1200bps modem, then a USR Courier HST DS 14.4K.
2nd(Mar 1995) Pentium 100MHz, 8megs EDO SIMM RAM, Conner 850Meg IDE HD, Packard Bell 15" monitor, Creative SB Vibra 16, ATI 2meg video card, 4X CD-ROM, Hewlett-Packard 660C printer, Suncom F-15 flightstick (yes I do play games too).
Upgrades 40megs EDO SIMM RAM, Maxtor 2.1Gig HD, Mr BIOS BIOS (needed for new HD, but an excellent BIOS regardless), 8X CD-ROM, ATI All-In-Wonder 4meg.
Third(Jan 1998) ASUS TX-97 motherboard with AMD K6 233MHz CPU, 96megs SDRAM DIMM, Western Digital 3.1Gig IDE HD (died after 6 months), 3.5" Japanese drive, 32X CD-ROM, Iomega internal IDE Zip drive, Creative SB64 AWE (worked with Direct X because I used the Windows default drivers), AL ACS43 speakers, ViewSonic 17" E771 monitor, Mouse Systems infrared mouse (so I don't periodically have to clean those annoying wheels that act like magnets to scum), Microtek V600 flatbed scanner(amazingly still working).
Upgrades Maxtor 6.1Gig IDE HD, Hi-Val 40X CD-ROM, Iomega parallel port Zip drive (for transporting files), Nikon LS-30/Coolscan III slide/negative scanner, Epson PhotoEX printer, Adaptec 1920 SCSI card (came with LS-30).
Fourth(Nov 1999) DFI K6BV3+ motherboard with 2meg L2 cache & AMD K6-2 500MHz CPU, Enlight 7200 300W ATX case, 256MB 100MHz DIMM RAM, ATI All-In-Wonder 128 16meg, Logitech Trackman Marble+.
Upgrades ASUS A7V333 motherboard, Athlon XP 2000+ 1667MHz CPU, 512MB PC2700 333MHz DIMM RAM, Chaintech 128MB DDR GeForce4 Ti4200 Special Edition video card, Directron 420W PS, Creative WebCam Go! USB camera, AL ACS54 4+1 speakers, LG 16x10x40 CD-RW, Toshiba 8X DVD/40X CD, Creative SB Live! Value, 2 Maxtor 30gig 7200RPM IDE HD (both DOA and replaced), Seagate 27Gig 7200RPM UltraATA-66 IDE HD, Lucent 56K int modem, Netgear 10/100 PCI NIC, 8 port 10MBPS hub.
Fifth (Jun 2002) ASUS A7V333 motherboard, Athlon XP 2000+ 1667MHz CPU, 1024MB PC2700 333MHz DIMM RAM, Chaintech 128MB DDR GeForce4 Ti4200 Special Edition video card, Creative SB Live! Value, Lite-On 8X DVD+-RW/40X CD-RW, Toshiba 8X DVD/40X CD, IBM 60Gig 7200RPM UltraATA-100 IDE HD, Iomega 750MB IDE Zip, Enlight 7200 ATX case, Directron 420W PS, ViewSonic E771-4 17" monitor, Netgear 10/100 PCI NIC, Lucent 56K modem, Adaptec 1920 SCSI card, Altec Lansing ACS54 4+1 speakers, Nikon LS-30/Coolscan III slide/negative scanner, Canon LiDE 30 flatbed scanner, HP Deskjet 3320 printer, APC Back-UPS Pro 420, Logitech Trackman Marble Wheel USB, 3.5" floppy, standard USB keyboard.
Current (Mar 2005) ASUS A7N8X-E Deluxe motherboard, Athlon XP 3200+ 2.2GHz CPU with 400MHZ FSB, 2x 512MB PC3200 400MHz DDR DIMM RAM, Gigabyte GeForce FX5700LE 128MB video card, HiVal 4x2x12 DVD+-RW 24x10x40 CD-RW, Sony 16X DVD, Hitachi 120GB 7200RPM UltraATA-133 IDE HD, Iomega 750MB IDE Zip, Matrix ATX mid-tower case with window, Cooler Master Real Power 450W PS, ViewSonic VP171B 17" 8ms LCD monitor, Lucent 56K modem, Adaptec 1920 SCSI card, Altec Lansing ACS54 4+1 speakers, APC Back-UPS Pro 420, Logitech Trackman Marble Wheel USB, 3.5" floppy, standard USB keyboard, Nikon Coolscan III (LS-30) film scanner, Canon LiDE 30 flatbed scanner, Brother HL-5150D laser printer, blue LED fans, blue fireflies, rounded cables, UV light, blue split loom holding all loose cabling.
Second System (Mar 2005) ASUS A7N8X-E Deluxe motherboard, Athlon XP 2800+ 2GHz CPU with 333MHZ FSB, 2x 512MB PC3200 400MHz DDR DIMM RAM, Chaintech GeForce 4 Ti4200 128MB video card, Sony 52x32x52 CD-RW, Toshiba 16X DVD, Hitachi 120GB 7200RPM UltraATA-133 IDE HD, Iomega 750MB IDE Zip, Matrix ATX mid-tower case with window, Cooler Master Real Power 450W PS, ViewSonic VP171B 17" 8ms LCD monitor, Lucent 56K modem, Pinnacle Studio Deluxe 8 AV/DV interface card, Altec Lansing ACS54 4+1 speakers, APC Back-UPS Pro 420, Logitech Trackman Marble Wheel USB, 3.5" floppy, standard USB keyboard., blue LED fans, blue fireflies, rounded cables, UV light, blue split loom holding all loose cabling.

 
Top of this PageHomeE-mail