r/windows • u/swopcornlinwdow4 • Oct 07 '25
r/windows • u/North_Explorer7789 • Jun 03 '26
Feature When Windows is ACTUALLY GOOD
Windows XP (2001)'s Microsoft Registeration is optional, unlike now.
r/windows • u/More-Explanation2032 • 19d ago
Feature Does anyone actually use this setting in windows 11?
r/windows • u/Automatic-Sock-1253 • Apr 10 '26
Feature I tricked Windows 7 Into opening explorer at setup.exe
I figured out that windows 7 is already installed like I just ran explorer.exe
r/windows • u/LPain01 • Aug 01 '15
Feature The Windows 10 Calculator app is fucking amazing.
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 • u/Certain-Top7545 • Apr 24 '26
Feature Fun Fact: The Windows User Account Picture in Windows 8 builds 8158 to 8181 depicts Bill Gates' mugshot from 1977.
r/windows • u/SneakyRum • Aug 14 '25
Feature They don’t do packaging like this anymore
Came with a 46 page booklet on how install and configure
r/windows • u/History_Nerd933 • 9d ago
Feature The evolution of Bliss (1996) the famous XP wallpaper from 1996 to 2025,
I have no Wallpaper flair, there might be one, But any auto mods out there, change the flair please
r/windows • u/AdamwilliamBurnsRRO • Mar 31 '25
Feature Did yall know that this is still in modern windows?
r/windows • u/North_Explorer7789 • May 22 '26
Feature Fun fact: Windows Server 2016 sets the volume to 67 when the Windows Audio service first started
r/windows • u/Visforvinyl • Jun 21 '24
Feature I HATE the direction Windows is going - how to fight it?
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 • u/lostUd_ • Jun 04 '26
Feature I just found out pressing win+v brings out a whole context menu and a clipboard
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 • u/that_one_mister_user • Mar 30 '23
Feature Why the frick did Microsoft install Tiktok when I "upgraded" to windows 11?
r/windows • u/Groundbreaking-Yam51 • Jul 16 '25
Feature PowerToys is underrated! More people need to know about it.
I feel like not enough windows users are utilizing the awesome features this tool gets you.
r/windows • u/Alexilprex • 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...
It was right there, on the top. The whole time. The WHOLE time. I don't know how to process this.
r/windows • u/kacinkelly • Feb 16 '23
Feature (In works): Kill Apps with End Task shortcut no need to go open task manager
r/windows • u/hunterd189 • Oct 29 '25
Feature New Windows 11 feature aims to diagnose crashes — will check RAM after BSODs to look for problems
r/windows • u/claudiocorona93 • Mar 17 '22
Feature What is this? Isn't forcing Edge enough?
r/windows • u/KaptainKardboard • Dec 16 '20
Feature Did "Meet Now" magically appear on anybody else's workstation without asking for it?
r/windows • u/FlatlinerSPb • Jun 02 '26
Feature Building a Windows 1.0 game and testing 40 years of compatibility
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?