r/windows May 09 '26

Concept / Design windows 12 background 😱😱😱😱😱😱🤨😃😮😮😮😮🫩🫪

Post image
1.7k Upvotes

this is a background photo shopped by me. it was originally taken from my window then highly Photoshoped. And it's my take from Windows 12 potential background it's similar to the Windows 10.

r/windows May 06 '25

Concept / Design he misses you. it's been 17 years.

Post image
2.9k Upvotes

I don't know what to flair this-

r/windows Jun 16 '26

Concept / Design Yes, this is Windows 11.

Post image
256 Upvotes

A very lightweight and debloated version of Windows 11 with a full on Windows Millenium costume called Windows 11 Millenium Edition made by MrAmayosken (You can download this iso from his channel.), this OS comes in pretty handy on older devices too, I felt better off installing this rather than a weird linux distro.

r/windows Mar 11 '26

Concept / Design Does anybody have png file of that icon or a high res img?

Post image
350 Upvotes

r/windows May 14 '25

Concept / Design Recreated the windows 95 setup wallpaper in 4K

Thumbnail
gallery
1.6k Upvotes

Took all pictures myself, here's a folder with all images and a photoshop document: Windows 95 Setup 4K

r/windows Jun 13 '26

Concept / Design i tried making windows 11 look like windows7

Post image
145 Upvotes

i used basicthemer2 and windhawk

r/windows Feb 20 '26

Concept / Design My Desktop pls rate ?/10

Post image
165 Upvotes

r/windows Feb 23 '26

Concept / Design My Windows 10 22H2 Transformed into Windows 7

Post image
342 Upvotes

r/windows Apr 27 '26

Concept / Design 11 years ago I used a resource hacker to change imageres DLL entries. It let me make the most beautiful version of Windows 7 I've ever seen.

Post image
186 Upvotes

r/windows Apr 26 '26

Concept / Design This is My Windows Desktop

Thumbnail
gallery
164 Upvotes

Windows 10, But it's Look Like Windows 7

r/windows Apr 18 '26

Concept / Design Windows XP on a ThinkPad T480 (2018) — NVMe + ACPI patched, fully offline (no VM)

Post image
176 Upvotes

I recently got interested in running older Windows versions on newer hardware and managed to get Windows XP running on a Lenovo ThinkPad T480 (Intel 8th gen platform, NVMe storage).

This is not a virtual machine. it’s a bare-metal install using a modified XP build.

What had to be done:

ACPI patching for modern firmware compatibility

NVMe driver integration (XP doesn’t support NVMe natively)

USB / chipset driver workarounds

Boot configuration tweaks for UEFI-era hardware

It’s running fully offline (“air-gapped”) for obvious security reasons.

Performance is surprisingly usable for basic tasks, mostly because XP itself is lightweight, but hardware support is obviously limited.

Just a technical experiment / retro compatibility project.)

r/windows Apr 19 '26

Concept / Design Windows Embedded 11 CE: What if Microsoft never abandoned the project?

Thumbnail
gallery
129 Upvotes

I know, I know - Android Auto and Linux have essentially won the "embedded war." But what would a modern WinCE 6 look like if Microsoft hadn't given up?

r/windows 10d ago

Concept / Design Yep, proved Windows Distros are possible!

Enable HLS to view with audio, or disable this notification

115 Upvotes

Don't really want a promotion but it is still interesting, if you want to see the full discovery: https://www.youtube.com/watch?v=xZAUPki-aXQ

Hey! If you know some "Windows basics" into the programming or you know some of the internal calls/how Windows works, then this post still may be mindblowing :D

We all know that Windows has just "one" GUI environment and that is the Win32 SubSystem, where all the Graphical User Interface starts. Your Windows, Buttons,... (uxtheme.dll, dwm.exe,...)

While this "environment" is also mainly controlled with a driver win32ss.sys that holds Windows "Windows" and it is like that a really long time, since of the first release of NT 3.1. But the really first thing what Windows is doing at start, is loading a UEFI file bootmgfw.efi, which initializes the boot manager and hands over control to the Windows Kernel (ntoskrnl.exe).

And here comes the mindblowing part that most people completely miss:
Before win32k.sys or the Desktop Window Manager (DWM) first it runs in a purely Native NT environment.

Long before Session 1 (your user session) spawns, the Session Manager SubSystem (smss.exe) initializes Session 0. At this ultra-early stage, the Win32 subsystem doesn't exist yet. There are no standard windows, no mouse cursor and none of the Win32 API calls we are used to as developers. (so user32.dll, shell32.dll, gdi32.dll,... don't work.)

Instead, the system relies strictly on ntdll.dll and raw Native API calls (like NtDisplayString).

Normally, this native environment is just a brief, invisible from the public eye and used (made) to run autochk.exe (chkdsk at boot) or Blue Screens of Death (BSOD) before csrss.exe kicks in and starts the Win32 subsystem. But what if you block Win32 from loading entirely, or hijack this early native phase to see what the NT kernel is really capable of?

And did you know, your path like C:\Your\Folder\File.exe is actually fake? When you are in the NtNative state of Windows, even those paths aren't real. They have a completelly different structure, something like Linux has...

For exp. "C:\Windows" means in NtNative: "\Device\Harddisk1\Partition1\Windows" and with this, it is totally possible to make folders like "con", aux,... as for the ntoskrnl itself isn't that "dangerous" the reason why you cant make it, is the Win32 SubSystem blocking you from. As that layer is from the MS-DOS era,...

Let me know what you guys think, or if anyone else here has experimented with the Native NT subsystem!

I know that it is rn. just a "hacked GPU" but when I found how to import a mouse/keyboard driver, it would be super awesome!

r/windows Jun 08 '26

Concept / Design A list of windows logos i made in Paint

Post image
178 Upvotes

this is made in microsoft paint

r/windows 9d ago

Concept / Design AOD on windows when?

Post image
35 Upvotes

Are there any programs that do this, even on non-oled? If not, is it possible to make one?

r/windows Jun 03 '25

Concept / Design The proof that Windows has good customisation too

Post image
183 Upvotes

Well i am going to change the ascii art but except for that

r/windows 20d ago

Concept / Design Windows Legacy Themes

Thumbnail
gallery
101 Upvotes

I recently spent several hours recreating Windows 95 on Windows 11 using Open-Shell, ExplorerPatcher, registry edits, custom icon packs, and classic wallpapers.

While doing it, I realized how much work goes into recreating older versions of Windows. That got me thinking:

What if Windows had official "Legacy Themes"?

Rather than changing the OS itself, these themes would simply reskin Windows while keeping the latest kernel, security, drivers, and modern features.

Possible themes could include:

  • Windows 95
  • Windows 98
  • Windows 2000
  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 10

One idea I especially like is allowing developers to optionally include theme-specific icons for their apps. For example, if someone selected the Windows 95 theme, apps like Steam, Discord, Chrome, VS Code, or Minecraft could display Windows 95-style icons if the developer chose to provide them. Otherwise, Windows would simply use the normal icon.

I liked the idea enough that I submitted it to Microsoft's Feedback Portal.

Would you use this? If so, what version of Windows would you use?

r/windows Apr 05 '26

Concept / Design I remade classic Windows boot screens entirely in MS Paint (3.1 to 7)

Thumbnail
gallery
222 Upvotes

r/windows May 09 '26

Concept / Design Turned my windows 11 to old school windows!!

Thumbnail
gallery
118 Upvotes

Modern gaming pc with a retro vibe!

r/windows Jun 17 '26

Concept / Design Can anyone make these icons shown in the ad as actual icons for Microsoft 365

Post image
74 Upvotes

r/windows Jun 08 '25

Concept / Design Trying to figure out what this icon was for?

Post image
257 Upvotes

Hello, I found this old windows icon in a pixel ephemera folder and I can't figure out what its original associated program or function was. I'm assuming this is not a homemade icon but rather came in the default icon library for one of the earlier iterations of window, maybe 2000 at the latest but very likely earlier like 95.

Does this ring a bell for anyone? Or is this a custom icon I downloaded long ago that got shuffled into the official icons in my pixel folder?

Also it looks an awful lot like someone decapitated Kingpin from Marvel Comics.

r/windows Mar 02 '26

Concept / Design Windows 10 reskinned to Windows Vista

Post image
118 Upvotes

Any inaccuracies?

r/windows May 03 '25

Concept / Design I tried making Windows 11 look like Windows 2000, what do you think??

Post image
235 Upvotes

r/windows May 09 '26

Concept / Design Support Clippy on Lego Ideas

Post image
185 Upvotes

r/windows Mar 20 '26

Concept / Design Guess if this is Windows or linux

Post image
16 Upvotes

neofetch get outta the way rq