"By default, AOL Instant Messenger (AIM) allows you to have only a maximum of 160 buddies. While this is more than enough for most people, it is possible to increase this value. Just run Regedit and go to:
HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Buddy\MaxBuddies
Change its default value of 160 to whatever number you want.
This value can also be lowered to restrict users if your
machine is shared."
UPDATE: "This does NOT work with older AIM v4.3.xxxx releases, but was
tested and works without side effects with ALL AIM v4.4.xxxx versions. I'm using AIM v4.4.2286.
AIM v4.3.xxxx checks the
"MaxBuddies" Registry value as you log on, and subsequently changes it back to 160 if it is any different.
Changing this value while logged on does not work either. :(
By using this trick with AIM v4.4.xxxx you can open a
virtually unlimited amount of AIM clients and have them all signed on at the same time.
To accomplish this you need a hex
editor, like XVI32 (freeware). See
"FREE WINDOWS 9x/NT/2000/ME/XP/2003/Vista HEX EDITORS" for more examples.
Exit AIM, and then copy
your original AIM.EXE file (located in the root of your AIM install folder) to something like AIM.OLD by
running this command from any DOS prompt:
COPY AIM.EXE AIM.OLD
Now open AIM.EXE into your
favorite hex editor.
Search for the "Oscar_AppMutex" string and change any of its letters, words, or you can even
replace the entire string (don't type the quotes). Examples: "Bored_ClientUI", "Oscar_TrashCan" etc.
You should now be
able to run the newly edited AIM.EXE and sign on.
To have more than 2 clients open, repeat the above process, but change
that string to something different."
[Thank you Dave!]
DEVICE=drive:\directory\EMM386.EXE I=B000-B7FF RAM A=64 H=120 D=256 AUTO NOTR
or with EMS disabled by the NOEMS switch:
DEVICE=drive:\directory\EMM386.EXE I=B000-B7FF NOEMS A=64 H=120 D=256 AUTO NOTR
Replace "drive:" with your drive letter and "directory" with the directory name where your file resides [and don't type the quotes :)].
Note however that Windows ME loads HIMEM.SYS from IO.SYS, therefore before CONFIG.SYS is processed, and a HIMEM.SYS line in CONFIG.SYS will generate an error message at bootup, like:
"ERROR: An Extended Memory Manager is already installed."
This also prevents most 3rd party memory managers (except UMBPCI.SYS) that rely on their own memory mapping routines from working properly with WinME. Also, some newer programs written specifically for WinME will NOT work with EMM386.EXE loaded from CONFIG.SYS, especially with expanded memory (EMS) enabled by the EMM386.EXE RAM switch. In such cases try to add the NOEMS parameter to your EMM386.EXE line in CONFIG.SYS (see example above), and then reboot. If that doesn't work, remove the EMM386.EXE line completely. :(
See REGIONS.TXT, MEMORY.TXT + EMM386.TXT [all part of W95-11D.EXE], for complete memory management details.
The purpose of this article is actually to tell you
that you need to DISABLE ALL your CONFIG.SYS/AUTOEXEC.BAT lines that load/enable such memory managers/emulators and/or
upper memory loaders, in order to install Windows 9x/ME smoothly WITHOUT lockups, over a previous OS: MS-DOS 6.xx
or an earlier version of Windows 3.xx/95/OSR2/98.
And you can always reenable them after Setup has successfully completed
if using Windows 95, OSR2 or 98, but NOT Windows ME, because Microsoft REMOVED COMPLETELY the access to native/real/true/pure
MS-DOS mode from Windows Millennium Edition (ME), a.k.a MS-DOS 8.00. :(
But you CAN get it back by applying the
Unofficial DOS Patch, which modifies COMMAND.COM + IO.SYS (from C:\Windows\Command\EBD) + REGENV32.EXE
(from C:\Windows\System) to allow Windows ME to boot to native MS-DOS and use DOS mode startup files (AUTOEXEC.BAT +
CONFIG.SYS), Windows 95/98 style, to be able to use your (old) MS-DOS based apps/games that do NOT work from within a Windows
DOS session/box, and tweak your CUSTOM AUTOEXEC.BAT + CONFIG.SYS files to free MAXimum conventional DOS memory. :)
To
REMark (disable) a command line: add a semicolon (;) in CONFIG.SYS or a double colon (::) in AUTOEXEC.BAT in the front of the
respective line.
To reactivate (reenable) a REMarked command line: remove the semicolon (;) in CONFIG.SYS or the double
colon (::) in AUTOEXEC.BAT from the front of the respective line.
Create/edit the startup files (AUTOEXEC.BAT +
CONFIG.SYS = plain text/ASCII), located in C:\ root, with EDIT.COM in DOS or Notepad/Sysedit in Windows.
To be able to Setup Windows 9x/ME without a "hitch" on your computer you also need to add a line for HIMEM.SYS (the basic high and extended memory manager included with all Windows 9x/ME releases and MS-DOS 5.xx/6.xx) at the beginning of your CONFIG.SYS file (example):
DEVICE=drive:\directory\HIMEM.SYS /TESTMEM:OFF
HIMEM.SYS 3.10 is included with
MS-DOS 6.xx (6.00 up to 6.22).
HIMEM.SYS 3.95 is included with Windows 95/98 (a.k.a MS-DOS 7.00/7.10).
HIMEM.SYS 3.99
is included with Windows ME (a.k.a. MS-DOS 8.00), and is loaded automatically from IO.SYS, rendering the CONFIG.SYS HIMEM.SYS
line obsolete.
To install Windows 9x/ME from the plain MS-DOS command prompt you need to:
DEVICEHIGH=drive:\directory\UIDE.SYS /D:MYCDROM
Get UIDE.SYS [free].
See "CD-ROM DRIVERS 4 DOS",
also in MYTIPS95.TXT [part of W95-11D.EXE], for details.
DEVICEHIGH=drive:\directory\ASPIDOS.SYS
and/or:
DEVICEHIGH=drive:\directory\ASPIHLP.SYS
and:
DEVICEHIGH=drive:\directory\ASPICD.SYS /D:MYCDROM
Note that all Windows 98/ME releases can create bootable floppy diskettes with CD support.
LH drive:\directory\MSCDEX /D:MYCDROM
Note that the CD drive name on the CONFIG.SYS driver line (MYCDROM
above) MUST MATCH EXACTLY the CD drive name on the AUTOEXEC.BAT MSCDEX line: maximum 11 characters allowed, case
insensitive, special/punctuation symbols or spaces NOT allowed!
Reboot when done.
Microsoft has determined that the following 3rd party memory managers are incompatible and/or cause problems/lockups with Windows 95/98/ME Setup, when a previous command line based OS (like MS-DOS, DR-DOS, PC-DOS, FreeDOS etc) is already installed:
DEVICE=drive:\directory\RM386.EXE X=F000-FFFF I=B000-B7FF AUTO H=128 NMION NOT NOTR
Tweak your startup files manually by "shuffling" devices/drivers/TSRs loading order until you reach
the best memory configuration for your system/needs, and avoid using the limited NetRoom Customiz tool, which may produce
errors under certain circumstances.
You also need to add/modify these SYSTEM.INI (found in your Windows directory) lines
under the [386enh] section to allow Windows to load properly with NetRoom:
[386enh]
EMMExclude=A000-FFFF
DualDisplay=ON
Edit SYSTEM.INI with Notepad or Sysedit, and make
your changes ONLY AFTER BACKING IT UP! Restart Windows so your changes can take effect.
Owners of older versions can
upgrade (usually for a fee) to the current release by contacting McAfee.
DEVICE=drive:\directory\QEMM386.SYS X=F000-FFFF I=B000-B7FF RAM AU BE:N DM=128 HA=240 MA=128 TA=32
Tweak
your startup files manually by "shuffling" devices/drivers/TSRs loading order until you reach the best memory configuration
for your system/needs, and avoid using the limited QEMM Optimize tool, which may produce errors under certain
circumstances.
You also need to add/modify these SYSTEM.INI (found in your Windows directory) lines under the [386enh]
section to allow Windows to load properly with QEMM:
[386enh]
EMMExclude=A000-FFFF
DualDisplay=ON
Edit SYSTEM.INI with Notepad or Sysedit, and make your changes ONLY AFTER BACKING IT UP! Restart
Windows so your changes can take effect.
Owners of older versions can upgrade (usually for a fee) to the current release
by contacting Symantec.
FYI: Open PROGRAMS.TXT (found in your Win9x/ME folder) with Notepad and read the "THIRD-PARTY MEMORY MANAGERS" section for more info.
... And now for the good news: ;)
I [and many others :)] have determined that the following 3rd party memory manager is COMPATIBLE with most Windows 95/98/ME configurations, even during Setup! This is true if you have another OS already installed, but ONLY IF using MS-DOS 6.xx or Windows 3.xx/95/OSR1/OSR2/98 as previous OS!
BTW: MS-DOS 6.xx can be kept "alive" after installing Windows 9x/ME for dual booting purposes. See "DUAL BOOT" in MYTIPS95.TXT [part of W95-11D.EXE], for details.
Just make sure to BACKUP your startup files BEFORE "unleashing" the Win9x/ME Setup on your computer, because some lines will be erased/disabled during installation, or even worse: your AUTOEXEC.BAT + CONFIG.SYS files will be DELETED ENTIRELY when setting up WinME! :( In this case just apply the Unofficial DOS Patch afterwards, to regain control of native MS-DOS mode, and be able to use startup files.
... And the "winner" is:
DOS=UMB
which needs to appear BEFORE the UMBPCI.SYS line.
UMBPCI.SYS can be used safely with ANY
Windows 9x/ME release, ALL Intel Pentium/Pro/II/III/IV/Celeron/Xeon CPUs and most AMD/Cyrix CPUs to load everything in the
UMBs, but ONLY IF your motherboard chipset is supported. See the list of CPUs + chipsets supported by
UMBPCI.
UMBPCI.SYS allows a maximum of 629 KB free low RAM, with everything loaded "high", proving also to be the
FASTEST memory manager by leaving the X86 CPU (Intel/AMD/Cyrix) in "real mode". All other "enhanced" memory managers
(including Microsoft EMM386.EXE, Quarterdeck QEMM386.SYS, Helix RM386.EXE, Qualitas 386MAX.SYS etc...) place the CPU into
"protected mode", which is much slower.
Suggested UMBPCI.SYS CONFIG.SYS line, presuming the C800-EFFF upper memory region
is NOT occupied by IDE/ROM/SCSI/Video BIOS on your system (even if supported, in most situations UMBPCI doesn't need command
line parameters):
DEVICE=drive:\directory\UMBPCI.SYS
IMPORTANT: If using Microsoft SmartDrive (SMARTDRV.EXE) to cache your drives in native MS-DOS, and if your motherboard chipset doesn't allow ISA DMA shadowing in the UMBs, make sure to disable floppy cache for ALL your floppy drives on your SMARTDRV AUTOEXEC.BAT line (example with 2 floppy drives and 1 hard disk in single partition):
SMARTDRV 4096 16 A- B- C+
See this UMBPCI guide for more details.
Consider also loading LOWDMA.SYS in conventional RAM (canNOT load in upper memory!) from CONFIG.SYS:
DEVICE=drive:\directory\LOWDMA.SYS
to avoid ISA DMA errors/lockups with SMARTDRV
in native MS-DOS mode.
LOWDMA.SYS is part of the free DOSLFN package.
Moreover, if using Windows 95, OSR1, OSR2 or 98 you can take advantage of HIRAM.EXE v1.9 (freeware), which allows UMBPCI.SYS to load HIMEM.SYS in upper memory, thus freeing the last byte of conventional DOS RAM. :)
LIMITATION: HIRAM does NOT work with Windows ME because HIMEM.SYS loads automatically in conventional memory from IO.SYS at boot time BEFORE CONFIG.SYS is processed. :(
To successfully load HIMEM.SYS in UMA, you need these CONFIG.SYS lines in this EXACT order:
DOS=HIGH,UMB
DEVICE=drive:\directory\UMBPCI.SYS
DEVICE=drive:\directory\HIRAM.EXE
DEVICEHIGH=drive:\directory\HIMEM.SYS
The ONLY disadvantage is that UMBPCI.SYS does NOT provide expanded memory (EMS). But according to Uwe Sieber's guidelines, you can enable EMS in a DOS session/box under the Windows GUI (IF ANY of your native/real/true/pure MS-DOS mode apps/games need EMS), by adding/changing this SYSTEM.INI (found in your Windows directory) line under the [386enh] section (edit SYSTEM.INI with Notepad or Sysedit):
[386enh]
EMMPageFrame=C800
provided the C800-D7FF upper memory area is CONTIGUOUS AND FREE when Windows loads. Also make sure NO OTHER expanded/extended manager loads from your CONFIG.SYS EXCEPT HIMEM.SYS, because UMBPCI.SYS is an extension to HIMEM.SYS.
Want more proof? Take a look at my Windows 98 SE memory configuration + startup files, I also use for Windows ME. The only difference is HIRAM canNOT be used with WinME, thus forcing HIMEM.SYS to load in conventional RAM. :(
Have fun!
"This is an enhancement to MS Internet Explorer 4/5/6 tweak published at GotApex, which adds new
IE buttons to search for your favorite web sites and access your downloads folder directly (C:\Downloads on Win9x/ME
systems with MS IE 4/5/6 installed).
I've added animated icons which follow the Microsoft convention of
"greyscale=mouse off" and "color=mouse over".
Now it can search up to 14 search engines at the same time by
making a new IE button to link to Kevin Solway's Internet
Search tool (freeware).
After installing Solway Search tool (make sure Ssearch.exe resides in your main Windows
9x/ME folder, usually C:\WINDOWS), just run this command to properly install all *.ICO files + merge the necessary
information into your Registry:
RUNDLL32 ADVPACK.DLL,LaunchINFSection DWNLFIND.INF,DefaultInstall
Or right-click on DWNLFIND.INF from within Windows Explorer and then select
Install.
Finally, fire up IE and have fun. :)"
Necessary files list (contents of IETWEAK.ZIP):
Note that this won't let you view such restricted WWW pages/FTP sites IF you are NOT an authorized user, but will speed up the typing process.
To bypass these [annoying :)] few extra steps: type in
your URL, or go there using your Bookmarks (Netscape Navigator/Communicator users), your Favorites (MS Internet Explorer
users), or your URL shortcuts splattered all over your Desktop [:)], and only after that type in your User ID [Name] and
Password in the appropriate boxes, just do this...
Add your User ID [Name] followed by a colon (:) and your
Password followed by an at sign (@) as shown below in front of your target URL (Uniform Resource Locator), after the
"http://" or "ftp://" prefix.
This is only a generic example, it won't take you anywhere [:)]:
http://username:password@www.!.com/restricted/
opposite to the "normal" URL:
http://www.!.com/restricted/
Remember: passwords are ALWAYS case sensitive!
"I've seen other "cleaner-upper" type
batch files, but mine works especially well in ANY 32-bit Windows enviroment: Win9x, ME, NT, 2000. :) Should also work on
multi-boot machines, because I used the %windir% variable instead of C:\Windows.
Save the text between "cut & paste"
lines as TMPCLEAN.BAT, using Notepad in Windows, and then place it in a folder on your path.
ALL files and folders
should reside on the C drive for this batch to work properly!
The file will self-close its DOS window when done.
An
interesting thing: [/i³/reg³/ver] will look like [/i|/reg|/ver] in DOS.
TMPCLEAN.BAT contents:
-----Begin cut & paste here----- @echo off if "%1"=="/?" goto what if "%2"=="/?" goto what if "%1"=="" goto norm if "%1"=="/reg" goto regs if "%1"=="/ver" goto vers echo Invalid switch... goto exet :what echo Kevin's Temporary Batch Cleaner Version 2.1. echo Cleans Recycle Bin, Recent, .tmp and .gid files (and more)... echo Recycle Bin's desktop icon may not disappear for a while. echo Open and close the Bin twice to clear the icon. echo Error messages are still shown (ex. File not found). echo syntax: echo TMPCLEAN [/ił/regł/ver] [/?] echo /? Only displays help screen above. echo /REG Cleans recently opened file records in Registry (aka MRUs). echo /I Rebuilds the icon cache ONLY if you have PV2K! echo NOTE: All switches except /? will run the standard program too! :: Next lines detect DOS path... SET|FIND /I "path">nul if errorlevel 1 goto nopth echo Regedit.exe and Attrib.exe MUST be in your PATH! goto mkreg :nopth echo Regedit.exe and Attrib.exe MUST be in your PATH! :mkreg echo ... And make sure Regedit is NOT open! pause goto exetb :vers cls :regs set regclr=1 :norm cls SET|FIND /I "temp">nul if errorlevel 1 goto huh goto atribb :huh echo Critical error 1 echo Temp environment variable NOT set! pause goto exet :atribb attrib>nul if errorlevel 0 goto windir echo Critical error 2 echo CanNOT proceed without Attrib.exe! pause goto exet :windir SET|FIND /I "winbootdir">nul if errorlevel 1 goto nowicheck if "%1"=="/reg" goto next goto good :nowicheck :: Secondary detection for Win2000... SET|FIND /I "USERNAME">nul if errorlevel 1 goto nowi goto good :nowi echo Run from inside Windows... pause exit goto exet :next if exist %windir%\regedit.exe goto good echo Regedit.exe NOT found! set regclr=0 echo CanNOT proceed with registry cleaning without Regedit.exe! pause :good echo Deleting recent files... del %windir%\recent\*.pif del %windir%\recent\*.lnk del %windir%\profiles\%username%\recent\*.pif del %windir%\profiles\%username%\recent\*.lnk cls echo Deleting Temporary files... del ..\..\..\..\*.tmp attrib -r -s -h %windir%\temp\*.* del %windir%\*.tmp echo y|del %windir%\temp\*.* deltree/y %windir%\temp\*.* if exist c:\temp\nul goto tmp echo Next line clears ads only from Juno's free internet service! if exist "c:\program files\Juno\ads\nul" deltree/y c:\progra~1\Juno\ads\0*. goto aft :tmp deltree/y c:\temp mkdir c:\temp :aft cls echo Cleaning Recycle Bin... attrib -r -s -h c:\recycled\dc*.* del c:\recycled\dc*.* del c:\recycled\info cls echo Cleaning .gid files... attrib -h %windir%\help\*.gid attrib -h %windir%\system\*.gid attrib -h %windir%\*.gid del %windir%\help\*.gid del %windir%\system\*.gid del %windir%\*.gid cls echo Cleaning Miscellaneous files... del c:\scandisk.log echo y|del c:\progra~1\access~1\log\*.* del %windir%\cookies\double~1*.txt del %windir%\cookies\flycas*.txt if "%1"=="/i" goto iconredo if "%1"=="/reg" goto regc goto exet :regc echo REGEDIT4 > regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\OCXStreamMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Paint\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Wordpad\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentURLList] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Wang\Imaging\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Kodak\Imaging\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\URL History] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\InstallLocationsMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Cover Page Editor\Recent Files List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Fax Viewer\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Dependency Walker\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\FrontPage\Editor\Insert Hyperlink\Recently Used URLs] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\FrontPage\Editor\Insert Image\Recently Used URLs] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\FrontPage\Explorer\FrontPage Explorer\Recent Page List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Excel\7.0\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\MSE\9.0\FileMRUList] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\PhotoDraw\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Picture It! Express\2.0\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\WebPost\SrcMRU] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\Microsoft Image Composer\Recent File List] >> regclr.reg echo. >> regclr.reg echo [-HKEY_CURRENT_USER\Software\Microsoft\DirectShow\Dshow\RecentURLList] >> regclr.reg echo. >> regclr.reg echo Cleaning most recent Registry entries... regedit /s regclr.reg del regclr.reg goto exet :iconredo if exist "C:\Program Files\ProcessViewer2000\PV2K.EXE" "C:\Program Files\ProcessViewer2000\PV2K.EXE" RebuildIconCache :exet :exetb cls ------End cut & paste here------
Process Viewer 2000 (PV2K) [freeware] is an enhanced "three finger salute" tool: it will attempt to remove any app from memory immediately, and does not send a close command to the program, just "kills" it. ... And also rebuilds the icon cache. [Nice touch! :)]"
FYI:
"In Windows 9x/NT4/2000/ME/XP/2003 you can lock down the position of your Desktop icons using a
couple of files from the Windows NT 4.0 Resource Kit (RK) [5 KB,
free, unsupported].
Place Layout.dll in %windir%\System (Win95/98/ME) or %windir%\System32 (WinNT/2000/XP/2003) and
then double-click on Layout.reg.
From now on, whenever you right-click on the "Recycle Bin" or "My Computer" icons,
you can see a new option: "Save [or Restore] Desktop Icon Layout".
There are several 3rd party tools that also do
this, but these files are free and only 14 KB in size."
To automate Layout.* installation get Icon Restore [freeware].
Similar tool [freeware].
BUG
REPORT:
"This works fine for Desktop icons, but 2 things [problems :(] cropped up:
Doesn't really "remember"
the layout and you'll get a redundant context menu.
This only happens to shortcuts (*.lnk files) on both my Win98 and
Win2000 setups.
[Thank you Adee!]
"In case you have forgotten or lost your MS Outlook Express (OE)
4/5/6 identity (user) password, you can remove it by hacking the Registry, to be able to access OE again.
Run Regedit and
go to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Protected Storage System Provider\*Default*\Data\89c39569-6841-11d2-9f59-0000f8085266
or to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Protected Storage System Provider\<UserName>\Data\89c39569-6841-11d2-9f59-0000f8085266
If user profiles are enabled on your computer, go to:
HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider\<UserName>\Data\89c39569-6841-11d2-9f59-0000f8085266
Then
delete its subkey.
Now open OE and type in a new identity password.
Note that the subkey name and the CLSID are
the same. There is difference of uppercase and lowercase.
If you know your CLSID, go to this Registry key:
HKEY_CURRENT_USER\Identities\{CLSID}
to find out the OE password key name."
FYI: More info @ MSKB:
"This DOS trick deletes (resets to default) your motherboard BIOS CMOS password, to grant access
to your computer and/or BIOS Setup once again, in case you have forgotten or lost it. :)
Exit Windows or reboot to
native MS-DOS mode, using the "Command prompt only" option from the Windows 95/98 Startup
Menu: hold Shift + F5 at the same time while your PC boots.
Then type at the C:\> prompt:
DEBUG
and hit Enter. You'll see a dash (-) at the DEBUG prompt. Now type:
o 70 2e
which will show as -o 70 2e at the DEBUG prompt. Hit Enter. Then type:
o 71 ff
and hit Enter. Finally type:
Q
and hit Enter one last
time to quit DEBUG back to the C:\> prompt.
Now you're ready to reboot your PC, and press the appropriate key or key combo
(look it up in your motherboard manual if you don't know it) to access your BIOS Setup. You'll notice the password is gone.
:)"
NOTE: This works ONLY with MS-DOS 5.xx/6.xx, MS-DOS 7.xx/8.00 [a.k.a. Windows
9x/ME] or any other real mode OS.
MS-DOS 8.00 [a.k.a. Windows ME] needs a real DOS mode patch to be
able to boot to native MS-DOS.
"In Yahoo Messenger (YM) you can create new (or customize your own) status messages and
their icons by hacking the Registry.
Make sure to replace "UserID" below with your actual user ID.
The
"x_DND=dword:xxxxxxxx" lines are for changing the icons, with 00000000 being the smiley face, and
00000001 showing the busy icon.
Here is an example, saved as a REG file, you can merge into your Registry by
(double)-clicking on it. Change the lines you want (or add more) with your own messages:
-----Begin cut & paste here----- REGEDIT4 [HKEY_CURRENT_USER\Software\Yahoo\Pager\profiles\UserID\Custom Msgs] "1"="Gone Fishing" "1_DND"=dword:00000000 "2"="Chasing Mama" "2_DND"=dword:00000001 "3"="Drunk" "3_DND"=dword:00000000 "4"="Bored" "4_DND"=dword:00000001 "5"="Cleaning Up" "5_DND"=dword:00000000 ------End cut & paste here------"
"In Windows 95/OSR2 (with MS IE 4/5 installed), 98, ME, 2000 and XP [which install MS IE 5/6 anyway :)] you can use Web View in Windows Explorer, and if you do, you'll notice that some folders look and work different (eg. Fonts, Favorites, Tasks etc). These are all controlled by the Desktop.ini file in that folder, but this file is usually "masked" so that you can't see it, like in the Favorites and Fonts folders. But it's still there, and this Registry hack will let you access it:
-----Begin cut & paste here----- [HKEY_CLASSES_ROOT\Folder\shell\desktop.ini] [HKEY_CLASSES_ROOT\Folder\shell\desktop.ini\command]
REGEDIT4
@="Edit
&Folder Settings"
@="NOTEPAD.EXE
\"%1\\DESKTOP.INI\""
------End cut & paste here------
Save this REG file as
EDITDESK.REG and then (double)-click on it.
Any other text editor will work if you don't care about the (primitive)
Notepad. :)
From now, on whenever you right-click on a folder, you will get a new option called "Edit Folder
Settings". Choosing this will open Desktop.ini in Notepad for editing.
You can also add these lines to
Desktop.ini:
[.ShellClassInfo]
InfoTip=Take a look at this folder...
IconFile=C:\Windows\Winver.exe
IconIndex=0
MEANING:
Some Desktop.ini files include also other lines, such as CLSID={...}, which make folder "magic", and some have more sections, such as those where Thumbnail view is enabled, or those with customized left panels, like the main Windows folder.
Programs such as Folder Icon Wizard (freeware) can be used to change these options."
FYI: More info @ MSKB.