Windows 10 build 2004 vs. The China Xbox 360 receiver.

Or should it be "Windows 10 vs. the world?!?" build 2004 edition?

Back in April 2014, we published a little blog about this cheap Chinese receiver and how we managed to get it back online. Now, back then we were completely aware there were videos on YouTube, Forums, and other sources so such an article was nothing new even back then. As end-user, we found ourselves downloading from garbage share sites that only lead to either misleading links or infected files. It was at this time we used our blogging capabilities and power to make an official tutorial along with all software sources in one place. 190k downloads later, Yeah, we call it a success.

Fast forward to May of 2020, suddenly we were getting rained upon by users who were a part of the Microsoft partner program saying that the build 2004 version of Windows 10 disables their China Receiver. Common sense would be to direct those energies towards Microsoft and maybe they would fix the issue.

It appears that's simply not the case. Read on if you wish to listen to my diatribe of corporate hate.

"Note: If you get a black screen but the audio is playing. Or you got a potato PC and it's studdering. We have fallback Links below."

betamax video tape - S-Config.Com

Video tutorial fallback mirrors:

In case you have no-script enabled or for some reason cannot see the title video on this website. We have provided direct links for these videos. For more information about the standards we use on this site click here if you would like to know more.

AV1       - Link
WebM VP9  - Link
OGV       - Link
MP4/.h264 - Link

And so the 2004 build update trashes my China Xbox Receiver drivers!

I originally thought the worst. That Microsoft was basically doing everything it could to kick the Xbox 360 product line. A line that is not old enough to get a learner permit and drive in certain parts of the United States at 15 years of age. Brutally put it into the dirt with the hardest planned obsolescence program that was only seen by Microsoft during the Original Xbox. However, if you start googling "Windows 10 build 2004 unknown device" you suddenly find yourself in the company of other users than just a cheap-ass Chinese knock-off product. Users with wi-fi adapters, and video cards are all getting the same issue.

At this point of realization, it may not be Malice that Microsoft was going for but straight-up incompetence. That instead of including the entire driver tree into their kernel they simply 'skipped' a few libraries.  Especially if you have to choose which driver to use! Or perhaps it's not incompetence. That Microsoft views older hardware as a security threat and must be eliminated. To wipe the playing field as it were of hardware so they don't have to constantly see a report from it similar to how Microsoft made a fake ADB driver for the Ouya console.

Combine this with Microsoft discontinuing support for Windows 7 and it does feel like they're corralling all of their end-users into a miserable situation. Where else would you go for the latest gaming experience? Linux? Mac? I suppose if everyone had a backbone and left for one of those operating systems then yes. The gaming community just doesn't have that kind of fortitude.

The problem.

Windows Build 2004 complete.

As of June 02, 2020, most of my PCs have not gone to build since 2004, most are still sitting at 1908. However, the problem is a lot of people are making the jump by joining the Microsoft partner program and getting the latest build of Windows 10 thinking it will be bigger and better than before. Because of 5, 10, and 40 responses all of the screaming that my tutorial does not work. I went to work by making a garbage account on Microsoft and giving them all of the information of a computer that has nothing in order to get build 2004 installed.

The problem.

Unknown device hell.

It came as a shock to a lot of people who owned the Chinese adapter that their device is now rendered as an unknown device. That even though the Hardware ID still shows present. Their driver is completely blown away.

reinstall the driver.. easy peasy right?

A lot of users simply went through my tutorial again on the Xbox 360 adapter driver installation. By choosing which driver to use for this unknown device.

Did it install?

Windows even gives you the rare fleeting hope that it was installed successfully just like Build 1908.

Failure of Windows build 2004

Then at the very end windows, 10 build 2004 kicks you in the face and not only does not install the driver. but renders the entire device useless by loading nothing. which we suppose is ONE way to get Windows to stop complaining about device issues! Simply render the device useless!

This is bullshit. Because Windows gives the user an option to go out and find the driver yourself. It in fact does not complain if it's a different driver so long as it has its EV cert digital certificate valid. If device selection is now useless is Windows 2004 what the hell is the point Microsoft? This is a flat-out bad OS design.

The fix.

The problem is actually Microsoft's own security. To get our controller back online we need to get rid of that security Microsoft has put in place between us the end-user and the OS. Now, we're no Microsoft experts but it's generally a bad idea to remove security features from your OS. But if it cripples the way you enjoy your computer then what's the point of even having said computer or hardware? The Xbox 360 may be an old joystick but it's still a very capable joystick where if someone whips one into a wall we would be more angry about the plaster hole in the wall than losing a few bucks on a controller.

Windows power shell.

The first thing we are going to do is go into the Windows power shell. Or you can type CMD to get to the command prompt so long as in both cases you are in this command prompt as an administrator. Otherwise, these commands will not work.

type in the following.

bcdedit /set nointegritychecks on

it will respond with:

The operation was completed successfully

bcdedit /set testsigning on

Note: If the test signing command responds with:

an error occured setting element data
The value protected Secure Boot policy cannot by modified or deleted.

Then that means you may have to go into the BIOS of your motherboard and disable such as feature in order for you to proceed any further in disabling test signing so that we can re-install the controller.Disabling Secure Boot within BIOS

The screen above is the ASRock BIOS that is on the test-station motherboard we have. Your BIOS screen may look very different but newer BIOS screens with UEFI functionality will have a "Security" tab and probably underneath that will be the "Secure Boot" flag that you will need to disable. After reboot a warning screen may come up asking the user to input a code to confirm disabling Secure Boot.

If the safe boot is disabled then this command too shall respond with:

The operation completed successfully.

Finally, the last thing you wish to type into the shell is the following:

shutdown /r /o

Reboot into the Windows recovery screen.

To undo the fix.

Simply type in the following:

bcdedit /set nointegritychecks off
bcdedit /set testsigning off

and reboot your windows so that integrity checking and test signing are restored.

Just a note: There is a good possibility that by re-enabling the test signing and integrity checking that your OS will detect the unsigned driver and kick it right back out of your system.

Disable that watermark:

What we've done in the past with XBCD for getting old-school XBOX controllers working also applies here. I'll often just leave my OS in test signing mode. Because fuck it I know what kind of drivers we're loading on our OS. To get rid of that pesky splash screen at the bottom you can simply run the uwd.exe file that we just included into the chinaxbox.7z file as of 06/11/2020. That should remove the splash screen and keep test signing disabled indefinitely.

Now I'm sure I will get some Microsoft fanboy saying that we shouldn't be keeping our OS'es in test signing mode to which I would have to respond with:

What choice to you leave us? You've locked the user out from selecting their own software! -S

Windows recovery.

As this isn't our first blog article talking about removing security in order to get legacy hardware going we'll take the documentation for the XBCD and just place it here.

Windows 10 - Advanced - Choose Options. If you held down the shift key and pressed that restart button correctly you will be presented with a menu of something like what is above. Select Troubleshoot. Windows 10 - Advanced - Choose Advanced Options. Select Advanced options. Windows 10 - Advanced - Choose startup settings. Select Start-Up Settings. Windows 10 - Advanced - Restart the Computer. Finally Select the "Restart" button and the computer will go into boot selection mode. Windows 10 - Advanced - Disable Signature Enforcement. You will not have a mouse in this mode. simply pressing the 7 key will be enough for the OS to reboot once more allowing you to finally be in the mode that we want to install the driver. It should also be noted that manually disabling driver signature enforcement is only good for one reboot versus the script or command-line method which is a more permanent approach towards disabling signature enforcement. If you only choose the manual method of disabling integrity checking then the next time you need to install a driver you will have to go through the manual process again.

Reboot the OS.

Now would be a good time to go grab some software.

Direct download:

This site prides itself on being the one-stop blog for everything you could need in a guide. However, as our usual disclaimer, you should always run a virus checker over any executable you get from a third party site including my own. Do not trust anything unless it comes from the source manufacturer. We will keep things clean as long as the site owner is alive but you may never know! Also, note that to preserve file space and for simplicity's sake, all versions have been compressed into a single solid 7-Zip file. You may use WinRAR or 7-Zip to extract the files in this archive: Download softwareThis archive which is approximately 8Mb in size contains both the 32-bit and 64-bit versions of the Xbox 360 receiver driver. Click here to download the archive or click on the icon to the right of this paragraph to begin. Links will continue to be provided here in the event the company discontinues support.

Extract files:

7-zip extraction and folders.The first thing you will want to do is get a copy of WinRAR or 7-Zip. Any package that is capable of extracting 7-zip files. In this tutorial, we shall extract it to C:\chinaxbox\. You can extract it anywhere you like just keep a note as to where you extracted these files while reading this tutorial.

Notes about the archive:

In the following example above we will be extracting everything in the C:\chinaxbox\ folder. This archive contains the following files:

  • Xbox360_32Eng - This is the 32-bit version of the Xbox Driver for those working with Windows 7 32-bit, Windows 8 32-bit, and finally Windows 10 32-bit.
  • Xbox360_64Eng - This is the 64-bit version of the Xbox Driver for those working with Windows 7 64-bit, Windows 8 64-bit, and finally Windows 10 64-bit.
  • Xbox360_Mod_XP - This version is made specifically for Windows XP 32/64 bit and Windows 7 32/64. Windows XP Tutorial is listed here.
  • uwd.exe - this executable is copied over from the XBCD article. It's responsible for disabling the watermarks so you can keep your Windows box in test signing mode without showing it.

Let's begin.

The directory we're going to focus on in this for the Windows 10 build 2004 problem is the Xbox360_Mod_XP because Windows XP cannot have drivers forced onto the operating system. The drivers needed the .inf file changed to the exact device number in order for the driver to install. Well, that's exactly what is happening in Windows 10 build 2004! When we try to specify a driver it fails. but if the inf already has the device ID (like the original Microsoft gaming receiver dongle) it succeeds. Unfortunately, since we have changed the information in that INF file. The certification is lost which is why we had to disable test signing.

Browse for drivers in device manager.

Let's dive back into the device manager. Right-click on our unknown device which is our China Xbox receiver and click on update driver. Then, click the box for "Browse my computer for drivers."

let me pick the driver to install.

Although we're in the right folder you may not. so click on "let me pick from a list of available drivers on my computer."

All devices and click next.

Show all devices are fine. Click the Next button to proceed.

Have disk button is important.

We really don't care what it loads because we're going to click on Have Disk...

Windows XP mod folder.

Now, we're NOT going to go into the regular Xbox folder. we're going to go into the Xbox360_Mod_XP folder, then into Windows 7, and finally press the Open button.

Xbox XP Mod full path.

If you extracted the 7-zip folder onto your C: drive the path should look something like this. Diving into the XP-Mod folder with the altered INF file. Click OK to proceed.

Driver Found.

Since the INF file is locked onto the driver, there is no selection here unlike the original Xbox 360 China receiver tutorial. so click next to continue.

Windows Securiy Warning.

If you get a Windows security warning like this one. Then this is actually a very good sign. It means that since signature enforcement is disabled and test signing is on this window is the final precaution to keep you the end-user from installing a driver that could cripple your OS. Since we know what we're doing... Kinda... Click Install this driver software anyway.

Manual XP MOD installation successful.

If everything goes according to plan you should have a non-digitally signed Xbox receiver driver installed into Windows 10 build 2004 and can now resume your gaming experience.

tampered device.

If you get an error "The has for the file is not present in the specified catalog file. The files are likely to corrupt or victim of tampering"

That's true! WE tampered with the INF file to make sure the vendor and product ID point to the Chinese receiver! But this error is due to test signing not being turned on and further diagnostics must be done to your Windows 10 build 2004 SO to determine why you cannot enable test signing and disable integrity checking. This could be due to your PC being stuck in a Secure Boot policy. Or an advanced firewall and/or sandbox software preventing direct access to the OS in this manner.

Final thoughts.

Xbox redirected.

As time marches onward. Microsoft tries to replace webpage after webpage with Xbox One promotion items to entice legacy owners to give up and buy a controller. That your 15-year-old controller that you've used to beat countless games is somehow useless in 2020 and that you MUST buy something new or get destroyed in a random Windows update. While we find this attitude to be annoying as hell. It's still not going to let us give up on the 10+ Xbox controllers that we have in a case within our house.

They are still valid to play upon and they make excellent party controllers. Given the cost of an Xbox 360 controller where you can find them at a thrift store for a few bucks. You don't even feel bad if it gets dropped or crushed unlike the 60+ dollar controllers above. Because of the 2.4 GHz system, the latency for us was almost non-existent which helped during our days playing with Android set-top boxes which it still does with the Nvidia Shield.

Microsoft like many of the megacorps loves to spout out this idealistic image that they are a green energy company while in the same breath throwing generations of plastic right into the landfill. plastic which if given to the right gamers will still enjoy despite the fact that these things are going on 15+ years old.

Anyhow, we hope that you found this updated article about Windows 10 builds 2004 useful.

11/03/2020 - P.S. If you leave a comment about Forza Horizon or Forza Motorsport. You're talking to the wrong person. Instead, you need to jump on their forums and tell them to support general DirectX inputs instead of being a bunch of elitist fucks that validate official Microsoft hardware as the only means of input support for their game. They should fix their game as they're the ones making millions off of it. Not us. Any future comments about Forza will get straight-up deleted. We don't even own the game and given how pushy users of that community are we don't even WANT the game! We're done.

Until next time.

May server protect you.

+++END OF LINE.

214 thoughts on “Windows 10 build 2004 vs. The China Xbox 360 receiver.

  1. Thanks so much for putting this guide together. It helped me get my controllers back working. I'm really disappointed that Microsoft has managed this change in this way. I'm not inspired to buy an XBOX ONE controller at all. Glad the internet has people like you.

    Reply
  2. So.. on a fun note: I bought a 2020/series x edition 'Xbox Wireless Controller + Wireless Adapter for Windows 10' - but the wireless adapter doesn't install any drivers. Looking for drivers 'manually' via device manager ('search automatically for drivers') just yields 'no drivers found for this product'. When looking through the list of available drivers, none seem available.

    Wth is Microsoft doing. First making it 'impossible' to use the xbox 360 receiver, and then their brand new one also doesn't even work. Ffs.

    Reply
    • Ooooooo, I don't know a whole lot about the Xbox series X controllers. But if it's like any of the other uni-bodied Xbox one controllers exceeding the version 1 initial release then those types of controllers should also have blue-tooth functionality as well. You can try it on your phone to see if the controller pairs. But if it can't even pair to that then there's something obviously going wrong with your brand new controller.

      Reply
      • Dude, I have some crazy news!

        I just plugged in my old china wireless receiver for 360, because I wanted to get it working again via your method.
        Figured I'd try installing it like normal just 1 more time. And it freakin' worked. Just like it always used to.

        Just device manager -> update driver -> select from list -> "xbox 360 wireless receiver for Windows"

        It's just working fine, like it used to. Suuuuuper weird.

        The only difference for me between now and when it wasn't working, is that I manually installed a different driver for my Xbox series X wireless receiver (which fixed that one luckily)
        You can read about that here, if you want to see which driver that is or something

        Reply
  3. Thanks for the help, I managed to do the part of updating the driver in the last steps, I looked for the file xusb21, but when clicking ok, the following message appears: "the specified folder does not contain a software driver compatible with your device, check if it was designed to work with windows for x64-based systems "

    Reply
    • Huh, now... a lot of this article dealing with an x64 bit environment. Is you OS on Windows 10 64-bit edition? if not then you may have to change the directory paths to the x86 versions to follow along.

      Thanks for checking out this blog.

      Reply
  4. Thanks again, I really enjoyed reading your indignation at what can only be described as corporate greed by Microsoft here. Full disclaimer I like Windows 10 and I think Microsoft has done a lot to improve other areas-of all the giant tech monoliths they might be the least offensive overall-but this incompatible or unverified driver problem looks bad after the fact the 360 controller was so well-received. My wired 360 controller finally died this year. The reason it ruled was consumers like compatibility between their pc and a console. Personally I doubt i will own another console. I was cleaning out storage and found these.

    Why toss it and spend money? These were from before my kids were born. They look brand new! I followed latest post to a T and got the red window pop-up. so it may work. I am trying to play Battlefield 1/5 if anyone knows I may need a specific work around to fix driver or input issues. I chose the driver for the wired 360 controller and it installed. Nope its back to unknown device and i am done for the night. Do i need to insrtall XBCD again? I assumed it wasn't necessary this way.

    Reply
    • My problem with Microsoft is the fact that with the latest updates from Windows 10 they've taken away power from the end-user. In particular an advanced user that wishes to choose a different driver to make their receivers work. If Microsoft is going to remove that ability from the end-user to decide what driver works best and take the Macintosh approach of shoving whatever digitally certified driver down the throats of everyone then why even present the end-user with a window to change the driver at all?

      Anyhow, there's people that are rocking the Xbox 360 controllers on their set-top android devices, there's even people that comment occasionally on my XBCD blog on getting their Duke controllers going. And that's approaching 20 year old tech! Kind of amazing when you think about it. But that's sort of the base-line of what is 'green'. A product that can last 20-30-50 years without ever hitting the landfill. The ability to keep playing until the plastic shell is rubbed away. Then you get a new plastic shell and keep going! :D

      Anyhow. Thanks for checking out this blog!

      Reply
  5. OK I am so glad I found your blog and I am not the only person who not only still has two perfectly good Xbox Controller S and doesn't feel good about Microsoft's blatant lack of driver support as anything other than a greedy attempt to sell more new devices. I recently went through storage and looked at all the crap I had and donated most of it including an xbox360. But I still had these two controllers which I did not use much. Windows 10 shenanigans piss me off but there is always a work-around. Before I started trying to make this work i did buy a nice little controller from 8bitdo that said it worked with Windows (SN30 Pro wired controller) - nothing I could do would make it work. Then i realized I could hack the usb and I followed your first guide many times and have wasted many hours. Still unsure the best way how to make it work. Im on Windows 10 64 Ver 19041 and whether to try Mayflash or follow this tutorial since it is most recent. I don't even play games I just want to prove Microsoft wrong. Now that is a reason to make this S work. That is just greedy.

    Reply
  6. Thank you, seriously. At the begining of summer I disasembled the controller to replace the wobly joysticks parts with chinese ones and revitalize that Xbox 360 controller that I love so much. I just made the change and maybe due to another recent update or something, the receiver stopped working. Thanks to you I'll enjoy this controller some years more as the replacement has been a success. The funny part is that the original microsoft receiver stoped working just a few months after I bought the controller and all these years I have been using a chinese one without problems.

    Reply
    • Thank you very much for the kind words.

      Let me give you a little tip about your Original Microsoft Controller.

      If you still have it, crack it open. it's held together by some clamps and a flat-head should get you into it by prying where the cable boot is at. There's a little on the board "F1" which is 250mA fuse that burns out really easy. You could either get a replacement pico fuse from Digikey and solder it in.. or just take a glob of solder and bridge the connection. The worst that would happen with the connection bridged is it might burn the chip on the next power spike.

      Anyhow. good luck and have fun gaming.

      Reply
  7. Please add an updated driver for the Chinese receiver for the xbox 360 controller for windows 10 version 2004, because I can't play Forza Horizon 4 with the old driver. Thank you for answer.

    Reply
    • Sure! Simply leave a comment for the updates driver and we shall post it.

      Otherwise... No... Especially over Forza. Dev's that lock their hardware do not deserve support.

      Thanks for stopping by.

      Reply
  8. this is way too complicated there is like a 4 step process on Reddit where u don't have to do any of these steps and it works I've tried in on 2x 2004 upgraded machines.

    Reply

Leave a Comment to the Void