07/09 I just installed Microsoft Visual Basic and had to reboot my
computer 3 times (once to install a new version of IE, once
to install some Java stuff, and again to install VB). I
don't know much about Windows, but why is rebooting all the
time necessary? This is not a troll; I'm just curious what
OS design choice requires this.
\_ It has to do with unloading and reloading registry settings.
Apparently, windows does a poor job of loading new registry settings
on the fly. Other OSes don't have such registry concept?
\_ Win32 systems are designed to be highly dependent on common,
dynamically-loaded/-linked libraries (DLLs). On the shutdown,
DLLs are unloaded so that they can be updated on the next
boot. Hold down the Shift key when you reboot, so that you don't
do a full one. |