Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Web based Windows XP desktop recreation, built with React (now.sh)
582 points by fibo on Oct 31, 2020 | hide | past | favorite | 148 comments


This loads super fast on a phone and is very responsive.

Modern js done right can provide top tier interfaces. So many frontend let performance go by the way side when making interactive web apps.

And performance can also be UX, how things appear and the flow of the loading. Things like placeholder boxes [1] with the same size so the load isn’t janky is one good hack. The sort of thing you don’t have to care about with native apps.

[1] I’m on the fence about the value of loading icons in each placeholder, they’ll figure out something is loaded soon enough. Not need for the distraction or highlighting loading times. Errors for components are another matter.

Although of course server side rendering of everything is the ideal initial state.


I think moat websites are built using the following algorithm:

  while (!website_crashes) {
    add_more_tracking()
    add_more_adds()
  }


Yeah, this is amazing. Works great even on iPhone.

Going to save this one for the next time someone says React is slow.

This worked instantly for me (just like my website, I wonder if they are using Gatsby or something else for static pre-rendering).


Well... You're comparing performance of almost 20 year old computers to your current machine. It takes 3 seconds to start paint. The webpage is 'only' using 85-101MB ram to do nothing.

Remind you that the requirements were: 233MHz CPU + 64MB RAM

Let's say you're running a late 2019 macbook pro 13". That's:

16384MB RAM, and 1400-3900 MHz cpu (x8 threads) with 8MB cache. Which includes branch etc etc.

All that aside, it looks pixel-perfect to me, and it behaves the same afaict :-)


No, I was specifically talking about load time which is instant (compared to the majority of the internet which is not).

Also, as far as hardware is concerned, I am comparing a 14 year gap between a desktop computer of 2001 to a 2015 iPhone 6s - a 5 year old phone that still runs on battery for about 6 hours.

But that has nothing to do with load time and why most websites today can’t load in under 1 second (or even 10 seconds).

I’ve heard many complain about React performance, yet I have seen React with ssr or static rendering perform amazingly well.

My site for example loads as fast as hacker news on first page load, and then faster because of static rendering and pre-fetching, yet it has unlimited interaction.

I imagine if I profiled the performance of this demo, it would be similar.


Open the paint example.. it actually takes a few seconds


Wow, you’re right!

That’s faster than I can remember it loading in real windows xp on a desktop (and that was installed versus downloading additional code for that module).

Impressive!


Funnily enough, you can actually run the real Windows XP in an x86 emulator on a recent iPhone or iPad, and the UI responds acceptably quickly: https://www.cultofmac.com/717191/run-windows-xp-iphone-ipad-...


My goto test: Does it crash my virtual machine?

Some of the most basic websites trigger a serious (and still unresolved after years...) bug where the rendering stutters to a halt until virt-manager and all my VM windows crash. Just basic landing pages with weird animated backgrounds, etc. Nothing rich.

This app? It works almost flawlessly with little jank and doesn't even stress my browser. And it has a much richer UX!


Huh.

What VM configuration and guest OSes are you using?

Exactly what is crashing? I presume qemu itself, but can't tell if you're describing BSOD type events.

Can you reproduce the crashes using qemu-system-x86_64 directly?


qemu/libvirt/kvm stack, it happens with both virt-viewer and virt-manager at least with Spice, pretty sure with VNC too but it's been a while. On Firefox. Fedora, both host and guests.

I can reproduce the crashes by going to a number of websites. I always assumed it had something to do with OpenGL but lately it's happening on websites that I doubt are running any accelerated content. So it could be the browser's hardware acceleration.

But essentially it takes down virt-manager/virt-viewer and I have to launch another instance. The machine itself is fine but it becomes a race to close the tab before the window crashes again.

It's been a while since I tried debugging but I'm pretty sure that it happens whether or not hw acceleration is enabled in Firefox and it also doesn't matter whether the libvirt XML configuration enables OpenGL or not.

By directly, do you mean just running the virtual machine through the cli or actually setting all my configuration flags in the qemu-system-x86_64 command?


Oh, THAT'S what you mean by "crashing". I thought either the guest kernel (ie, vmlinuz or ntoskrnl) or the VM (qemu/KVM) was at fault, given that description and context. Thanks very much for the clarification.

Does sound like a graphics acceleration problem, maybe also a remoting protocol issue.

I only tend to launch VMs via qemu-system-x86_64 directly, so I'm not familiar with how virt-manager works - and crashes :). It sounds like virt-manager can crash without taking down associated VMs...? I'm also interpreting "start another instance" as referring to virt-viewer, or do you mean you're starting a new copy of virt-manager over the same/old VM?

It's really perplexing this also happens with VNC.

I wonder what would happen if you enabled the normal GTK qemu window (which for reference can of course be run in Xvnc in headless scenarios, my personal Xvnc preference being TigerVNC). I also wonder what would happen if you enabled SPICE and/or VNC with the GTK window enabled.

A better start point likely to produce more interesting/orientating info might be to run Firefox inside eg an openbox session, making absolutely sure no compositors are running (including xcompmgr etc). If you still get crashes in that type of scenario something's very broken.

I'm curious what error messages appear in the virt-manager, virt-viewer and qemu error log files when these disconnects occur.

It I were serious about fixing this my first step would be building everything from source, one component at a time, verifying the issue is still present at each step; then, if everything's still crashing, pulling out good ol' printf. Ideally something obvious emerges before you get to that point :)


> I wonder what would happen if you enabled the normal GTK qemu window (which for reference can of course be run in Xvnc in headless scenarios, my personal Xvnc preference being TigerVNC). I also wonder what would happen if you enabled SPICE and/or VNC with the GTK window enabled.

Me too. I'll report back within a few days.

> A better start point likely to produce more interesting/orientating info might be to run Firefox inside eg an openbox session, making absolutely sure no compositors are running (including xcompmgr etc). If you still get crashes in that type of scenario something's very broken.

I can look into this, too. And I'll provide virt-viewer logs but they haven't been helpful. I'll see what the other virt-related logs are saying.

> It I were serious about fixing this my first step would be building everything from source, one component at a time, verifying the issue is still present at each step; then, if everything's still crashing, pulling out good ol' printf

This was the advice given to me before from someone involved in the virt stack, and I started to do this but it turned into a lot of work just familiarizing myself with some things and I got sidetracked and eventually shelved it and just hoped it would eventually piss someone else off enough.


> I'll report back within a few days.

Sure. I'll try to check this thread so often or so.


I think that a reimplementation of a ~15 year old UI running on current hardware smoothly is not particularly indicative of whether or not the implementation or the software stack is efficient. It running smoothly is indicative of it being well suited for the hardware/stack it's being tested on, but that's not a high bar, especially for a 2d UI.


I am very disappointed in the lack of response from Explorer > Help > Is this copy of Windows legal?


In a moment of serendipity, I was just finishing up a tiny project prompted by a moment of nostalgia: installing a Windows XP system under VirtualBox and getting the internet working on it.

I always had fond memories of Win2k and WinXP and I wanted to know if my feelings today would match what I remembered, or if I was just seeing the past through rose-coloured glasses.

I couldn't get IE to co-operate with modern browsing bar a few websites, I'm assuming this was to do with SSL. I did get Firefox 41 .0 working a few minutes ago and immediately went to HN to test it (as an easy https-enabled text-based website) only to find this to be the top post.

For those curious, clicking Help -> Is this copy of Windows legal? goes to a 404 [0] page in IE.

To answer my own question: Windows XP feels incredibly more user-friendly and accessible than the version of Windows 10 that I bailed from to Linux. I don't know how much of that is familiarity and how much is actual difference, though I did use Windows 10 far longer than I did Windows XP before finally deciding it's not working for me.

Why are there two control panels? Why do I have to move the mouse all over the screen to click something because the OS uses a weird mix of desktop-oriented and touchscreen-oriented design? Why do I have to dive into the guts of the system to disable the invasive features that track me and send my information to Microsoft?

Opening Windows Media Player prompted me with some privacy options such as obtaining licensing info and sending diagnostics back to Microsoft, each of which were clearly explained and had to be toggled on/off in the setup. It was so clearly out of the norm at the time that they went out of their way to make it visible. I feel like today it would not even warrant a mention, bar locales where that's required by law.

Perhaps I'm wrong, but with WinXP it feels like I own the system. The customer-merchant relationship is clear. I paid Microsoft money, they provided me with software and now I am using it. 15 years ago I never would have though to consider that a company whose software I use would be selling my personal data to figure out exactly what kind of ads I should see.

Using Windows 10 now feels like a constant battle between me and the company that sold me the software ("do you want to enable Cortana? can we send your keyboard input to our servers? can we update your system without permission unless you have an enterprise account? can we, can we, can we...")

I'm not RMS. I don't care if companies use binary blobs to distribute drivers or collect basic usage info without full disclosure. Yet I still feel the pendulum has swung too far and its momentum continues to push it in the same direction. In both UI design and privacy.

I'm glad that there are still a vocal group of enthusiastic people that are keeping the spirit of FOSS alive, but I'm concerned about the commoditization of our information.

Phew, sorry, I got really bloody off-topic. Great website! It didn't work on my WinXP VM under Firefox or IE but it did work on my Linux system. Congrats!

[0] https://i.imgur.com/M2NoHrt.png


> Opening Windows Media Player prompted me with some privacy options such as obtaining licensing info and sending diagnostics back to Microsoft, each of which were clearly explained and had to be toggled on/off in the setup. It was so clearly out of the norm at the time that they went out of their way to make it visible. I feel like today it would not even warrant a mention, bar locales where that's required by law.

Windows 10 will ask you questions about many privacy/diagnostics/tracking-related options during setup. Here’s a YouTube video of someone picking the wrong answers for all the questions: https://www.youtube.com/watch?v=TvgL2NI22Ks


Browservice renders navigable screenshots in IE or any other browser, using a modern counterpart as its proxy (although using it might feel like cheating):

- https://github.com/ttalvitie/browservice

- https://news.ycombinator.com/item?id=23595430


(Which makes sense to do thanks to browsers loading pages from internal intranets, and a selection of external services via proxy configurations.)


I was disappointed that winamp visualizations didn't work, especially considering milkdrop has already been ported to the web: https://webamp.org/


This project is using Webamp. Maybe it's an older version or something. It also uses jspaint https://github.com/1j01/jspaint


I thought someone else in the thread said they did work.

That's a lot more work than a quick easter egg, I'm just impressed it's as complete as it is. And a lot of the places where it's not (Antivirus popup) are funnier by not being implemented.


As soon as I tried to play the visualizations the nvidia driver gave up and I had to hard reboot, the heck?


“Your computer might be at risk”

That extra detail made it very realistic.


Came here to say this.

As soon as it popped up, I was like; oh, shit, yup - there it is.

WinAmp and it's fantastically on-point UI-mockup and functionality was also a super nice touch.

tbh I still use Windows XP SP3 in my VM on my Mac for the occasional Windows utility I need. It's super no-cruft and lightweight - especially as a VM - compared to anything since - and is surprisingly compatible. Because it's in a VM, I'm not too worried about the security issues, and most of the Windows-only utilities I use are fairly archaic anyway. (In computer years)


I am hoping to someday see total stability in ReactOS to the level where we can use that as a Windows VM. I forget what that VirtualBox mode is I think its called Seamless it would be neat to be able to just run ReactOS in Seamless mode in a VM with low memory footprint.


Wait are we seriously at the point where XP is now considered "super no-cruft and lightweight"? XP? How times have changed.


> How times have changed.

Windows has become a 20+GB OS with a mess of dumbed down UIs. So yes, XP was effective and light by today's standards. That's partially because your current mobile phones are more powerful than the PCs that used to run XP.




Needs anti-aliasing disabled on the text - really ruins the otherwise awesome effect and otherwise excellent effort.


Yeah, I was pleasantly surprised that the Winamp EQ is fully functioning.


I appreciate that it can only be dismissed. Clicking the bubble as asked does nothing.


how do I secure it?


Ctrl + W (Or Command + W on Mac)


For me, it was the fading to grey when you hit "Shutdown"


I hadn't noticed that. That is a small but very authentic part of the XPerience. I didn't even remember it did that, until I saw it happen in this.


It just needs periodic "Messenger Service" popups to be 100% authentic.



The little things in life make me happy:

https://imgur.com/a/GGwKJQo


I can't believe I actually spent 15 minutes getting lost in Castle Wolfenstein 3D on this, thanks for the memories!


The music really makes this one


The Diablo Swing Orchestra made a sale from me today. Does the same music list show up for everyone?


That's really cool too


Wow. You can even load a Winamp skin from https://skins.webamp.org/ into the player and adjust the EQ.

Though, I'm not sure if I trust that OS since I see a tooltip telling me that I don't have AV installed :)




That's another way to make "ReactOS" :)


This still is one of the best ux. This and Windows 2000. Straight to the point and fast.


By the way, what I find weird is NO Linux modification (DE/WM theme or whatever) marketed as a Windows XP (or Windows 98) clone ever actually looked close to the original - every single one looked a rough parody. I wish there were some really good...

Even today the default Raspbian LXDE could look less ugly if they could make taskbar-based launcher and tray icons slightly smaller (kind of like in Windows 95-XP) rather than 100% taskbar height, but they won't.


Classic 95 with XFCE is really good, and some modern themes from b00merang in Cinammon look really close.

You didn't look enough then...

https://b00merang.weebly.com/themes.html


If you like the Win10 look, dash to panel [1] for Gnome can be almost indistinguishable if you change a few settings.

[1] https://github.com/home-sweet-gnome/dash-to-panel


> Even today the default Raspbian LXDE could look less ugly if they could make taskbar-based launcher and tray icons slightly smaller rather than full taskbar height, but they won't.

You can tweak size for icons and the taskbar in the panel settings, AIUI. It's relatively easy to give LXDE or Xfce that kind of "classic" look.


I couldn't find such an option when I last checked. Thank you, knowing it really is there I'll try harder.


There's IceWM that in my opinion does the "windows like" experience best. For some reason it's not very well known however.


How do you connect to a WiFi network with a non-DE WM? I once thought about abandoning the DEs world for a WM - I don't use any of the DE-standard apps anyway. I didn't even use the taskbar those days - I used a 3-rd party dock instead. Then somebody told me a DE isn't just about their own [webkit-based] browser, editor, media player etc - it's about many essential conveniences you take for granted and don't even think about as apps - e.g. the WiFi applet.

Whatever, IceWM looks awkward (I can see special charm in it and won't say "ugly" but many people would) anyway. It actually seems an example of what I mean under a rough parody to Windows. Whoever can't see the difference between this[1] and what does real Windows (even Windows 98, let alone styled XP) look like is kind of blind.

https://en.wikipedia.org/wiki/IceWM#/media/File:Icewmstartme...


nm-applet is the network manager applet on Linux, you need to place it at ~/.icewm/autostart:

nm-applet &

If you use wicd, you need to put "wicd-gtk -t &" instead.


Just remember that wicd/network manager are basically using wpa-supplicant as the backend, so either use applets for those, or script wpa supplicant or iwd (Intels more recent replacement for wpa supplicant). I finally turned mine into systemd services.


The information density in the UI was excellent. If you had a large display, you could fit many windows side-by-side.


I kinda like Vista more (in addition to 2000). Less fisher-price and oversaturated colors.


I've always change to the 'classic' theme until it was finally removed in Windows 10.


I prefer to use macOS over Windows or Linux, and I agree.


This is excellent, with the very minor detail of the fonts, which look a little off, and perhaps a little too anti-aliased? This seems to be the main issue with all web-based retro simulations of Windows 9x and XP. I'm guessing this is because the default font (Tahoma?) isn't freely licensed? Everything else is spot on, though!


Browser text rasterization isn't configurable enough to make text look like XP, even if you have the right font.


Run it at full screen and can't back to the browser view. All function keys are captured. Nice.

Now add Excel or Word to it. Running it at full screen would be a nice "I'm working hard" wallpaper for the people peeping over your shoulder.


Is that possible? I can get out of fullscreen with no problem.


Does it run the Tetris with a key to show a spreadsheet that you are working




Very sad MSN Messenger did not open. This was still a hell of a nostalgia trip for me.


He could map it to a Jabber client. Or IRC.


Very pretty... but just about everything I wanted to try out (Control Panel to switch to the Classic interface, the Run command, Command Prompt) just gave generic “program not found” errors, which I understand, but which makes this little more than a tableaux—though indeed it is termed a ‘recreation’ and not an ‘emulation’, so maybe I was just hoping for too much.

Well done on the visuals, though. Very impressive.


The sad part: It feels more snappy than my Windows 10 desktop it runs on.


I was not expecting Paint to actually save my file, let alone paint. Bravo.


fyi, paint is just an iframe containing https://jspaint.app/


I might actually need it for projects locked into its unique cheap look.


I stumbled around their github and they have a project that I think is far more fun and interesting that even this great Windows XP clone. A bunch of very real looking fake screens: OS update that won't ever finish, crashed, Google Search that doesn't return any results. Check it out. This would be great for pranking co-workers, you know, if we could work in the same room...

https://github.com/ShizukuIchi/fake-screen


I couldn't contain a smile when I saw Winamp's interface :)


Same! I need to print up posters lol


It is astonishing that so little has changed in almost 30 years. Despite visual differences, menus and windowing in general is almost exactly the same.


*are


Joke's on you; I don't need this. At work I still frequently use a winXP box to compile stuff.

But, impressive and awesome :)


I can somewhat understand having to compile for XP (it's been 20 years but... legacy, I get it). However compiling on XP must be hell.

Do you mind me asking what you do that requires this?


Aerospace. A specific instrument requires that its code is compiled with a gcc version from the nineties. It has been working since then and introducing a new compiler would change the binary generated, thus nullifying all the accumulated flight hours.

And why windows XP? Well, the gcc binary is 16 bit...


> It has been working since then and introducing a new compiler would change the binary generated

Surely making a code change and recompiling would also change the binary?


True, I didn't mean that the entire binary is the same, but since most of the compilation units remain untouched, they are compiled to the same machine code. Fixing a bug or introducing a small new change is one thing, but compiling the entire codebase with a different compiler would change everything


I'm in the same boat here, keeping an XP-VM with NetCobol from 95 running to support COBOL reports that were ported from an HP3000 in the mid 90s. The NetCobol activation no longer works so I did a P2V conversion to make sure it doesn't die before we're COBOL free (if ever?).


Doesn't Windows 10 have a 32-bit version as well?


There are a lot of potential solutions and tbh changing my host OS didn't occur to me. I don't think I would do it though, as the current plan is to recompile the desired version with a modern gcc. It's one of those tasks that stay on the backlog though..


I think a lot of embedded stuff still orbits around XP.


Paint et. all work too, what an incredible simulation! :)


Really nice. And seeing winamp running just instinctively made me smile. Computers used to be fun!


Now this is fun. The S Pen on my Note 8 works in MS Paint!

I guess I shouldn't be surprised - it just treats it like a mouse - but it was neat to see.

https://imgur.com/a/R8rbdYZ


Winamp!! Wow, talk about nostalgia... this is really cool. I just realized thankfully we don't really need to test websites against IE6+ anymore but if we did and the browser worked, this would be really useful! nice work.


Not quite Win2k in the browser [0] but it's a pretty good simulation of Windows. Sounds like this would be a fun project for trying out new frameworks.

It's missing one feature that's been in Windows since 1.0: closing an application by clicking the top left (icon) in the task bar.

[0]: https://bellard.org/jslinux/vm.html?url=win2k.cfg&mem=192&gr...


Finally a way to play the real solitaire!


This doesn't really seem to work on my OnePlus 3, but if I think about it, what part of this would emphasize React's performance characteristics? Aren't most things on the XP desktop just static images and buttons and so on?

That being said, the assets are spot on and visually it seems identical.


Paint has a "Render history as gif" function??? That is amazing! Or is this a new feature in paint?


I just spent an hour on minesweeper


Memories. Really was sad to see XP go...

Maybe one day Microsoft will release it under the GPL (also would take the Mozilla Public License or the Eclipse Public License).

Of course, even if the code was released, getting the theme released is a different matter.


Nice work! I wonder how much effort did it take to get the the correct web layout and css styles?

With React it seems like the logic should be simpler to implement (assuming there isn't much change to WinAmp and JSPaint).


I love that there's a Winamp with playable music. Such a joy.


Honestly, windows XP is still a better interface than windows 10.


I like how unimplemented menu items in your Notepad clone are grayed out as disabled, I would love to see this principle implemented in the rest of this art piece.


I miss Winamp so much.


How much work was put into this it's impressive!


This gives me the feeling I think I would have on a holodeck- everything is superficially very realistic if you don't dig too deep.


Does this work for anyone on mobile? When I try to click on things it doesn't seem to register, for example- the start button.


I’m on an ipad, and yes. Not perfect but decent. Paint recognizes touches. Have to quickly double-tap the start button, but other than that it works


iPad runs a heuristic to convert touches into clicks or hovers.


Same problems on my Pixel 3a. Looks pretty accurate. This must have been a significant labor of love.


I wish you had a functioning Internet Explorer, a browser running inside a browser, but yeah I expect it would be tremendous work!


Oh, I thought that's actually how it's supposed to be. You could never browse the internet with Internet Explorer ;))


Oh no, my computer might be at risk! So that's what I missed out on when I switched to linux :) (Fantastic effort guys)


Wow, a fast winamp, like it used to be. It even collapses to those tiny little menu and can use skins. Pure awesomeness.


I didn't realize that I needed half an hour therapy from playing minesweeper, yet I feel so much better now.

Nice work ShizukuIchi!


Wow - that's impressive! Now all you need to implement is the file explorer interface on top of indexedDB ...


This is something else! Great job!!!


“Anything that can be built in a browser will be built in a browser”

Not sure who said that but I love that quote.


Really very impressive. The applications like Paint, Notepad etc. actually work! WOW!


this is so cool, I have created a code screenshot tool with windows xp and windows 98 theme on https://codekeep.io/screenshot


Somehow, this feels more snappy and responsive than my native OS. Bravo.


Sadly it's not all functional yet: I couldn't play spades.


This brought back so many memories. Thanks for building this.


Very nicely done.

But wait... can't open any page on IE? And no cmd.exe?

:)


Really nice. Is the source code available?


Yea it’s on GitHub here: https://github.com/ShizukuIchi/winXP/


What an os. Less is more for the start bar


XP was such an aesthetically pleasing OS.


Lol windows has never felt faster ! :D


So many memories from school days!!


So beautiful. Good job.


Absolutely amazing!


Amazing


NO PINBALL?!?!

Other than that well done :)


no filesystem? :(


I love windows xp. always have and still find it eaiser and more intuitive than windows 10. I encourage everyone to donate and support reactOS. It's our only hope for a sane open source OS.


Who would get Windows XP when you can have Windows 2000? (not kidding)


You may want to install/configure xcompmgr -cCfF -r7 -o.65 -l-10 -t-8 -D7 for rendering good looking fonts in Linux;


Office Droids are rejoicing. I do not get any this, because (pirated) Window 95 was the last one, as Linux was quite complete already.


I love when the Downvoting Crew finds something they dont like and then go back in history to downvote something totally unrelated and mundane.


Windows XP is reportedly the last version of Windows where Bill Gates played a key role in its creation and quality control – something he was very good at. In my view he should return to this job and stop listening to the Melinda Gates and Lorraine Jobs of the world encouraging him to work on saving the universe when Windows has been going downhill ever since he left.

If Bill were to start with a Windows XP sp3 base, here are a bakers dozen of tasks to get him and his new software team started. I am calling this new product Windows XP-TNG for now. Feel free to add to this list:

1. WinXP-TNG should be 64 bit only, at the same level of reliability or better as Win XP 32 bit. Support for disks larger than 2tb and main memory greater than 4gb.

2. USB 3 support.

3. Investigate if and how this 48 bit address business could be expanded to the full 64 bits.

4. DirectX 12 support

5. Directory printer option (like the best add-on utilities provide)

6. Print to PDF file print driver (better than the best add-on utilities provide)

7. Integrate the old Office 2003 into Windows XP-TNG without separate activation. Customers that really want a newer Office would buy a Cloud version or the Windows 10 native app.

8. Integrate a “cleaner” utility that would remove any malware from PDF, and, if needed, epub files.

9. Deleted file recovery (beyond restore points). Search entire disk and rebuild desired directory entries functionality (much better than the best add-on utilities provide).

10. One button setup of “classic” Win 95/2000 options and developer settings like View-Details.

11. Fix bug that causes large, say 1tb file transfers, with Copy-Paste to fail. Drag-and-Drop works ok.

12. Long-term bug fixing and cybersecurity support.

13. Option for automatic registry backups, user can delay and specify number of backups before recycling.


I feel like billionaires can't win, whatever they do.


huh. i kind of feel like they've already won...


Sure! I was thinking in terms of public opinion.


Yeah, Bill Gates should stop saving thousands of lives and instead fix a few bugs in Windows 10.


He’s not asking for fixing bugs in win10, he’s asking that usb3 support etc. should be added to winXP




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: