QUOTE (tommyp @ Apr 7 2006, 09:23 PM)

2K is great. Very lightweight and no "favors" are done for you that compromise your system. I get a kick out of the NLITE die-hards who strip enough out their XP so it looks like 2K. Why not just start with a lightweight OS to begin with? Honestly, the only thing I like about XP is the "cleartext" for the LCD monitors. Other than that, it's not my cup of tea.
A little prob I have with XP is that when doing serious multitasking, and if you want to delete a folder, the OS won't let you. So you close each application one at a time until nothing is running at all. Even after doing that, you still can't delete that folder. Only after rebooting can you delete it. This isn't a one time occurance. It happens quite frequently for me. Well, another issue I have is the crashing shell. It starts up again, but all my systray stuff is gone. I don't know about the rest of the computing community, but I kind of like having a shell that doesn't crash. The only time I had 2k BSOD me was when my hard drive bit the dust. I had more BSODs with XP, even with functional hard drives.
My 2 cents to solve this issue:
explorer.inf
QUOTE
[Version]Signature = "$Windows NT$"
[DefaultInstall]
AddReg = AddReg
DelReg = DelReg
UpdateInis = UpdateInis
[AddReg]
;Q240130 Disable the "Getting Started with Windows 2000" Dialog Box
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\tips","Show",0x00010001,0x0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",0x00010001,0x0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowSuperHidden",0x00010001,0x0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Hidden",0x00010001,0x1
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideFileExt",0x00010001,0x0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SeparateProcess",0x00010001,0x1
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowCompColor",0x00010001,0x1
;Clear the Page File at System Shutdown
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management","ClearPageFileAtShutdown",0x00010001,0x1
[DelReg]
[UpdateInis]
cmdlines.txt
CODE
[Commands]
"rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\explorer.INF"