Live data from Hacker News

Windows 7 boots slower if you set a solid background color

support.microsoft.com

101–110 of 121 posts

Re: Windows 7 boots slower if you set a solid background color

#101
post #4

What was the name of that blog post from the old Windows dev? He had some interesting articles like how setting the datetime in the clock fubar'd older windows filesystem items or something?

The Old New Thing by Raymond Chen https://devblogs.microsoft.com/oldnewthing/

See also https://web.archive.org/web/20211003234131/http://bytepointe... and https://github.com/m417z/the-old-new-thing-userscript, because Microsoft managed to lose all the old comments during one of their many blog migrations.

Re: Windows 7 boots slower if you set a solid background color

#102
post #61

Earlier quoted context omitted.

Yep. It's because Active Desktop was essentially running an instance of Internet Explorer rendering to your desktop, of course it's slow and memory intensive. Disabling Active Desktop and the fancy views on the left pane of Windows Explorer made Windows 98 change from quite slow to super responsive.

Didn't Active Desktop let you set a webpage as your wallpaper? Crazy times.

Yes. I wrote some js to have a drawing of a woman blink her eyes with random intervals. Was fun but super distracting.

Re: Windows 7 boots slower if you set a solid background color

#103
post #31

Hands up all the people that used computers before desktop pictures were a thing and still set the desktop to a solid colour because “it will draw faster and use less memory.”

I remember when I was a child, crashing my father's Windows 3 computer because I set all the desktop icons to animated GIFs!

You could _do that_?

Re: Windows 7 boots slower if you set a solid background color

#104
post #89

Earlier quoted context omitted.

The opposite happens in CMD on Windows, at least in the past. Applications that wrote a lot to the logscreen were slowed down by it. While writing to stdout is buffered, it seems that the rendering itself runs in the same thread as the application. Making a selection freezes the terminal and this stops the rendering, allowing the application to run much faster. Removing the selection (by pressing escape) rerendered t…

Back in the day making a selection would actually freeze the process in some cases.

Still does in CMD.exe

Re: Windows 7 boots slower if you set a solid background color

#105

Hands up all the people that used computers before desktop pictures were a thing and still set the desktop to a solid colour because “it will draw faster and use less memory.”

Its also faster when used via Remote Desktop, VNC etc. so still doing it for these reasons.

Re: Windows 7 boots slower if you set a solid background color

#106

Earlier quoted context omitted.

The term expert is used frequently in US government settings, per the US Office of Personnel Management: https://www.opm.gov/frequently-asked-questions/assessment-po... Anyone above the lowest pay grades gets categorized as some type of "expert". As the gov tries to justify higher pay to keep up with inflation and compete with private job markets, more people become categorized as "experts" to fill higher pay grades.…

Anyone above the lowest pay grades gets categorized as some type of "expert". I've read that at the F.B.I., anyone not pushing a broom gets the title "agent."

It was absolutely not like that, at least up until 10 years ago. Agents and the operational staff were totally separate.

Re: Windows 7 boots slower if you set a solid background color

#107
post #89

Earlier quoted context omitted.

The opposite happens in CMD on Windows, at least in the past. Applications that wrote a lot to the logscreen were slowed down by it. While writing to stdout is buffered, it seems that the rendering itself runs in the same thread as the application. Making a selection freezes the terminal and this stops the rendering, allowing the application to run much faster. Removing the selection (by pressing escape) rerendered t…

Back in the day making a selection would actually freeze the process in some cases.

I guess it is intentional, otherwise you couldn't select and copy stuff at all

Re: Windows 7 boots slower if you set a solid background color

#108

This reminds me of how in Windows 95, installers would complete quicker if you constantly moved the mouse, but would take longer if it was still.

The opposite happens in CMD on Windows, at least in the past. Applications that wrote a lot to the logscreen were slowed down by it. While writing to stdout is buffered, it seems that the rendering itself runs in the same thread as the application. Making a selection freezes the terminal and this stops the rendering, allowing the application to run much faster. Removing the selection (by pressing escape) rerendered t…

There is even an option to change the behavior so that the window doesn't freeze if you select anything. Batches freeze completely when you clicked anywhere and I found out the hard way.

Probably some feature that John requested because he couldn't read some output quickly enough. I don't understand how this can be the default behavior.

Re: Windows 7 boots slower if you set a solid background color

#109
post #89

Earlier quoted context omitted.

Back in the day making a selection would actually freeze the process in some cases.

To this day I still attempt never to click inside a running cmd / powershell console. Too many times script execution has been halted by this. It is probably something that has been fixed long time ago but I am still a bit paranoid about it.

It isn't a bug, you could actually toggle this behavior. Don't know how the option was called and cannot find it in Windows 11. But it certainly was still there in the latest Win10 build.

I think it was called something like quick edit or similar.

Post reply on HN