Windows Explorer is the graphical shell that's responsible for automatically running programs at startup and providing taskbar and start-menu.
Yes, this proves it, bring up task manager by pressing Alt-Ctrl-Delete and kill exploper.exe, Windows will keep running and you can start new programs with task manager.
Bullshit. Windows doesn't require Windows Explorer to automatically run programs at startup.Try Litestep. Programs that have stated up while using Explorer will be started up in the same way without Explorer even starting once.
void StartupRunner::RunStartupStuff (void *underExplorer){ const LPCSTR szRunPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Run"; const LPCSTR szRunOncePath = "Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce"; if (!*(BOOL*)underExplorer) { // Run HKLM entries RunEntriesIn (HKEY_LOCAL_MACHINE, szRunOncePath); DeleteEntriesIn (HKEY_LOCAL_MACHINE, szRunOncePath); RunEntriesIn (HKEY_LOCAL_MACHINE, szRunPath);...
explorer is just the UI of windows. think of linux winning with No UI. the explorer shell just translates commands to commandline for you. the kernel does most of the app handling work.
I'm running Windows 2000, but isn't there an application that allows you to put shortcuts inside it, you can then click on those shortcuts to launch your apps (this bypasses explorer.exe, does it not?).I'm interested in the name of this application, as I hate to run explorer every time (not often) I start up Windows.
Hmm I'm trying Cygwin to see what I can get out of that, I'll just say Litestep is brilliant,