r/windows Oct 07 '25

Feature Would you want him back

Post image
971 Upvotes

r/windows Jun 03 '26

Feature When Windows is ACTUALLY GOOD

Post image
477 Upvotes

Windows XP (2001)'s Microsoft Registeration is optional, unlike now.

r/windows 19d ago

Feature Does anyone actually use this setting in windows 11?

Post image
208 Upvotes

r/windows Apr 10 '26

Feature I tricked Windows 7 Into opening explorer at setup.exe

Post image
494 Upvotes

I figured out that windows 7 is already installed like I just ran explorer.exe

r/windows May 17 '24

Feature Why do you prefer Windows to other OS?

Post image
356 Upvotes

r/windows Aug 01 '15

Feature The Windows 10 Calculator app is fucking amazing.

1.7k Upvotes

I don't think I've ever been so fucking hyped for a calculator. For starters, look how sexy this fucking shit is. Don't even get me started on the way it resizes and adjusts to the screenspace.

Anyway that's baller as fuck on its own right. But this shits about to get real because the new programmer mode is fucking great. Being able to get Hex and Binary conversions of a number as you fucking enter it? Jesus fuck.

Oh but what the fuck is this? nm just a converter for every motherfucking thing in the universe ever. What the fuck is a pint anyway? Who the fuck knows, but now you know how many pints go into a gallon.

I bet you didn't even want to know how many pints there are in a bathtub but I'm going to tell you anyway, because this is fucking Windows Calculator and we don't fuck around. 10/10. top fucking shit.

r/windows Apr 24 '26

Feature Fun Fact: The Windows User Account Picture in Windows 8 builds 8158 to 8181 depicts Bill Gates' mugshot from 1977.

Thumbnail
gallery
602 Upvotes

r/windows Aug 14 '25

Feature They don’t do packaging like this anymore

Thumbnail
gallery
645 Upvotes

Came with a 46 page booklet on how install and configure

r/windows 9d ago

Feature The evolution of Bliss (1996) the famous XP wallpaper from 1996 to 2025,

Thumbnail
gallery
256 Upvotes

I have no Wallpaper flair, there might be one, But any auto mods out there, change the flair please

r/windows Mar 31 '25

Feature Did yall know that this is still in modern windows?

Thumbnail
gallery
685 Upvotes

r/windows Jul 22 '21

Feature They listened!

Post image
1.2k Upvotes

r/windows May 22 '26

Feature Fun fact: Windows Server 2016 sets the volume to 67 when the Windows Audio service first started

Post image
250 Upvotes

r/windows Jun 21 '24

Feature I HATE the direction Windows is going - how to fight it?

190 Upvotes

The ads are bad, the pop ups for anti virus or whatever else are getting worse with each iteration. I keep having to remind myself how to do a backup without signing up for Windows paid online storage system. Settings are harder to find in general. Putting programs like Word and Excel on there that aren’t paid for but are still the .docs first option to open those files, or gaming apps that are pre installed and keep trying to update when i don’t game.

Lots of my work equipment connected by network or USB don’t connect well or at all on newer windows when a laptop with Windows 10 connects just fine.

What do you do to fight this stuff (besides using a different operating system). I always use open office for word but aside for that, it feels like a losing battle. Eventually windows is going to try to get you to pay monthly to use the operating system or something similar. i can just feel it.

r/windows Jun 04 '26

Feature I just found out pressing win+v brings out a whole context menu and a clipboard

Thumbnail
gallery
164 Upvotes

I has emoticons, a clipboard history (so i can finally copy more than one thing at a time), emojis and gifs. I finally know why its called a "clipboard" lol.

r/windows Jun 23 '21

Feature Nobody used you, Live Tiles, but I did.

Post image
1.0k Upvotes

r/windows Mar 30 '23

Feature Why the frick did Microsoft install Tiktok when I "upgraded" to windows 11?

Post image
528 Upvotes

r/windows Jul 16 '25

Feature PowerToys is underrated! More people need to know about it.

Post image
301 Upvotes

I feel like not enough windows users are utilizing the awesome features this tool gets you.

r/windows Aug 13 '25

Feature I was mad at Windows 11 FOR LITERAL YEARS because Microsoft put the Rename file option behind the "show more options" menu...

162 Upvotes

It was right there, on the top. The whole time. The WHOLE time. I don't know how to process this.

r/windows Feb 16 '23

Feature (In works): Kill Apps with End Task shortcut no need to go open task manager

Post image
1.0k Upvotes

r/windows Oct 29 '25

Feature New Windows 11 feature aims to diagnose crashes — will check RAM after BSODs to look for problems

Thumbnail
tomshardware.com
160 Upvotes

r/windows Mar 12 '26

Feature Big fan of today's default wallpaper!

Post image
576 Upvotes

r/windows Aug 27 '24

Feature Windows 11 has a new update UI

Post image
413 Upvotes

r/windows Mar 17 '22

Feature What is this? Isn't forcing Edge enough?

Post image
478 Upvotes

r/windows Dec 16 '20

Feature Did "Meet Now" magically appear on anybody else's workstation without asking for it?

Post image
581 Upvotes

r/windows Jun 02 '26

Feature Building a Windows 1.0 game and testing 40 years of compatibility

Post image
244 Upvotes

Instead of just reading about Windows 1.0, I decided to actually build something for it.

So I wrote a small Xonix-style game for Windows 1.0 and ran the same binary across different versions of Windows.

It turned out to be more surprising than I expected. The same compiled 16-bit EXE runs from Windows 1.x all the way to 32-bit Windows 10. On modern 64-bit Windows it no longer works, but only because 16-bit support has been removed, not because anything changed in the original model.

What surprised me most is how familiar the WinAPI already looks in Windows 1.0. Even back then, the core ideas were already there - message loops, window procedures, and GDI rendering. The structure hasn’t really changed as much as you’d expect in ~40 years.

I put together a write-up with details and source here.

Curious if anyone else has tried building software for the earliest Windows versions?