![]() |
|
|
|
|
This requires a registry edit. As always, back up the registry first. (If you don't know how to, see How Do I Back Up Registry? on Page 1 ) Go to Start, Run, Enter REGEDIT.EXE in the Open: box and press enter. Then go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
Modify the values for RegisteredOwner and RegisteredOrganization, Exit, and you're all set.
Right-click on the telephone and computer icon and select properties, you can re-set the phone number from there. (Note: if what's on your desktop is a shortcut, right-click, properties will only get you properties of the shortcut. If so, click on the Shortcut tab, then on Find Target, then right-click on the icon it finds. You should find the phone number box there.)
Windows 95 does its own memory management, and while Emm386 is allowed, it is not recommended. You can't uninstall it, at least not in the sense I think you mean. You won't find any uninstall feature for this, it's a driver loaded in config.sys at boot time. To "Shut it down", just run Sysedit (Start, Run, Sysedit) and add a "rem" (without the "'s) in front of the line in config.sys which loads EMM386 (if it exists). You could also delete just the line.
Note: You should know that a file named Config.dos MIGHT exist on your system and MIGHT load EMM386 as well. It, along with Autoexec.dos is used by Win95 when you select Re-Start in DOS at shutdown. Whether you want to edit this as well is up to you and how often you re-start in DOS, and why. More importantly, whether you power off after doing so, or start windows again simply by typing Win <enter>, (this would leave EMM386 installed during that windows session).
It's called the logo or splash screen screen. Several solutions come to mind:
Sure, just right click on the taskbar, and select Minimize All Windows, (or see Tip #3 on Page 1). To go back to where you were, right-click on taskbar again, and select Undo Minimize All.
Thanks to The Tiplord at: http://members.aol.com/tiplord/ for this tip.
Assuming your Zip Drive is an external, parallel port version, you'll
need a boot disk with at least the following minimal
guest.ini, autoexec.bat and config.sys files on your emergency boot
disk (add the appropriate lines to any existing Autoexec.bat and Config.sys
files):
Guest.ini
[----Load aspi managers----]
ASPI=ASPIPPM1.SYS /INFO FILE=NIBBLE.ILM SPEED= 1
rem the following line is used by some systems instead of the
preceding one
rem ASPI=ASPIPPM2.SYS /INFO FILE=NIBBLE2.ILM SPEED= 1
Autoexec.bat
rem This sets the zip drive to G: (Note: you'd use whatever
you want it to be)
GUEST letter=G
Config.Sys
FILESHIGH=20
BUFFERSHIGH=20,4
LASTDRIVE=M
---------------
Note: Pick a letter appropriate to your system, one well after
any already used
You'll also need on the emergency disk the following files:
Guest.exe, ASPIPPM1.SYS (or ASPIPPM2.SYS) and NIBBLE.ILM (or NIBBLE2.ILM)
They should be on your Iomega Install disk (floppy) and can be copied
from there.
Again, these files work for the parallel port version, different files would be required for a SCSI Zip Drive. Check the Install (floppy) Disk that came with the drive and look for the file: Guesthlp.txt. It has a list of adapters needed and their accompanying .SYS files. Also on that disk is Guest.ini. You can use it and rem out any un-needed lines if you wish.