Why Windows 95 and 98 would crash after 49.7 days of uptime
11–20 of 85 posts
Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#12Nowadays you don't even get CLOSE to 49 days uptime before Win10 forces you to restart due to updates ;s
My laptop with Win10 is at 72 days. I created a bat file with: net stop wuauserv sc config wuauserv start= disabled and then scheduled it to run every 10 minutes. The problem with that is you now have to remember to disable it and check for updates when you have time, which I'm obviously not doing.
Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#13Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#14Earlier quoted context omitted.
My laptop with Win10 is at 72 days. I created a bat file with: net stop wuauserv sc config wuauserv start= disabled and then scheduled it to run every 10 minutes. The problem with that is you now have to remember to disable it and check for updates when you have time, which I'm obviously not doing.
You're oddly proud about not having updated your OS for 72 days.
edit: And I'm trying to help other people. I know how infuriating it is to have your computer restart in the middle of something, and the above fix is pretty straightforward.
Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#15Earlier quoted context omitted.
My laptop with Win10 is at 72 days. I created a bat file with: net stop wuauserv sc config wuauserv start= disabled and then scheduled it to run every 10 minutes. The problem with that is you now have to remember to disable it and check for updates when you have time, which I'm obviously not doing.
You're oddly proud about not having updated your OS for 72 days.
Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#16This sounds crazy to modern ears, but at the time the idea of a desktop system actually staying booted for a whole month was weird and alien. They just didn't do that. Commercial unixes were better. It was routine to find servers that had been running for three digit (!!) uptimes, and people would brag about stuff like this. Linux, when it arrived, was in this category too and we'd all puff to our friends about how we "never turn off" the machine under our desk, because it would always be able to run for a month or so before it crashed.
It was just a different world, and things, despite some of the community emotion, have gotten vastly better. We're much better at writing software than we used to be, which tends to make some of old folks a little confused when people hold up "new" ideas as being paradigm shifts in software quality.
We already had the shift! We're just picking the higher hanging fruit now.
[1] Do the mid-90's even count as early?
Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#17Earlier quoted context omitted.
My laptop with Win10 is at 72 days. I created a bat file with: net stop wuauserv sc config wuauserv start= disabled and then scheduled it to run every 10 minutes. The problem with that is you now have to remember to disable it and check for updates when you have time, which I'm obviously not doing.
You're oddly proud about not having updated your OS for 72 days.
Re: Why Windows 95 and 98 would crash after 49.7 days of uptime
#18Is there a good way to test for bugs like this during development? Since it’s not particularly realistic to pause development for two months to see what a given build does after that long.