Dear group, dear Tahihy,
I have been following this thread for one week now and I am extremely impressed by your uberskin software. I am amazed at how many people are out there who still stick to Win98. I thought I was alone.
I am a software developer myself, so I'll make my own contribution. Maybe this is common knowledge already, but here it is anyway:
WIN98 SETUP
-----------
* 98Lite (chubby, because the 98 version of explorer.exe is needed for most open source software, like OpenOffice)
* MS-Installer (for modern installation packs)
* DirectX81.exe (for multimedia)
* WinRAR (for opening almost all installation packs, without installing them)
* IE5 SP1 (for minimal OLE Automation, otherwise, even FireFox will not work)
(If you don't want IE on your computer at all, install Dcom95.exe only)
* IE6 SP1, but no need to install it. Only the following files are needed:
Comctl32.dll (Setupw95.cab)
Shlwapi.dll (Ie_3.cab)
* Win98SE version of user32.dll. I got it from:
http://home.arcor.de/carsthom/updates/win98se_updates.html (yes, its german, but you only need user32.dll: first ocurrance in the list)
(I'm not sure about user.exe, I did not install (copy) it and uberskin works fine)
Stay away from Active Desktop!!!
XP ICON SETUP
-------------
* Below the reg file
* I got a copy of XP's shell32.dll, where most system icons live, and simply placed it in the Resources folder.
* Some of the icons, I had to extract manually (ICL-Icon Extractor)
* The beauty of this approach is that the main system registry is left alone, only the current user will see these icons.
* If you want to revert to the regular 98 icons, just use regedit to remove both the 'Shell Icons' and 'CLSID' sections. This will not cause damage, since these sections are not used normally.
I bow to y'all. Keep up the good work, but don't stay up too late!
Dandee
REGEDIT4
;-----------------------------------------------------
; EXPLORER ICONS, including Start menu
;-----------------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
; Unknown File Type
"0"="c:\\windows\\resources\\Icons\\WinXP\\Default Icon.ico"
; Default Document
"1"="c:\\windows\\resources\\Icons\\WinXP\\Default Document.ico"
; Default Application
"2"="c:\\windows\\resources\\Icons\\WinXP\\Application.ico"
; Folder
"3"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,3"
; Open Folder
"4"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,4"
; 5.25 inch Floppy
"5"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,6"
; 3.5 inch Floppy
"6"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,6"
; Removable Drive
"7"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,7"
; Hard Drive
"8"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,7"
; Network Drive
"9"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,9"
; Network Disconnected
"10"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,10"
; Cd-rom Drive
"11"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,11"
; Ram Drive
"12"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,12"
; Network Neighborhood - Entire Network (globe)
"13"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,13"
; Network Pipes (?)
"14"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,14"
; Desktop
"15"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,15"
; Print Manager
"16"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,16"
; Network Neighborhood
"17"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,17"
; Workgroup
"18"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,18"
; Start Menu - Programs
"19"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,19"
; Start Menu - Documents
"20"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,126"
; Start Menu - Settings
"21"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,110"
; Start Menu - Find
"22"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,22"
; Start Menu - Help
"23"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,23"
; Start Menu - Command
"24"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,24"
; Screen Saver
"25"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,25"
; Docking
"26"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,26"
; Shut Down
"27"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,27"
; Sharing Overlay (Hand)
"28"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,28"
; Shortcut Overlay (Small Arrow)
"29"="c:\\windows\\resources\\Icons\\WinXP\\Shortcut.ico"
; Default Printer Overlay (Small Tick)
"30"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,30"
; Recycled Empty
"31"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,31"
; Recycled Full
"32"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,32"
; Dial-up Networking
"33"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,33"
; Desktop
"34"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,34"
; Control Panel
"35"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,21"
; Program Groups
"36"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,36"
; Start Menu - Settings - Printers
"37"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,58"
; Fonts
"38"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,38"
; Start Menu - Settings - Task Bar
"39"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,39"
; Audio Cd
"40"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,40"
"41"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,41"
"42"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,42"
; Start Menu - Favourites
"43"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,43"
; Log Off
"44"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,44"
"45"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,45"
"46"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,46"
;-----------------------------------------------------
; DESKTOP ICONS (shell32.dll)
;-----------------------------------------------------
; My Computer
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,15"
; Printers Folder
[HKEY_CURRENT_USER\Software\Classes\CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,58"
; Network Neighborhood
[HKEY_CURRENT_USER\Software\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,17"
; Recyle Bin
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,31"
"Empty"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,31"
"Full"="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,32"
;-----------------------------------------------------
; SHELL EXTENSIONS
;-----------------------------------------------------
; My Documents (mydocs.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,126"
; Dial-Up Networking (rnaui.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,88"
; Scheduled Tasks (mstask.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\Scheduled Tasks.ico"
; Url History Folder (shdocvw.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{FF393560-C2A7-11CF-BFF4-444553540000}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\History.ico"
; Temporary Internet Files (shdocvw.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{7BD29E00-76C1-11CF-9DD0-00A0C9034933}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\ActiveX Folder.ico"
; Downloaded Program Files (occache.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{88C6C381-2E85-11D0-94DE-444553540000}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\ActiveX Folder.ico"
; Subscriptions Folder (webcheck.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{F5175861-2688-11d0-9C5E-00AA00A45957}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\Subscriptions Folder.ico"
; Fonts Folder (fontext.dll)
[HKEY_CURRENT_USER\Software\Classes\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\DefaultIcon]
@="c:\\windows\\resources\\Icons\\WinXP\\shell32.dll,38"