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. Hello,

    After selecting the inf file the message appears

    "The specified folder does not contain a software driver compatible with your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems."

    Do you know what I can do?

    Reply
    • Check the device ID of your hardware by right-clicking on the unknown device and clicking on properties. You can then click on the Details tab and then click the drop-down-box for hardware ID to view it. Microsoft products begin with USB/VID_045E . Please note that VID_045E is Microsoft and this value may differ when looking it up.

      China has not been overly consistent with the drivers

      If it deviates from USB\VID_045E&Pid_02A9 or USB\Vid_045E&Pid_0291 then that is why you get that error.

      open \chinabox\Xbox360_Mod_XP\xbox360\vista_xp\xusb21.inf and add a line on 80

      %XUSB21.DeviceName%=CC_Install, USB\VID_XXXX&Pid_YYYY

      fill in "XXXX" with your Vendor ID and "YYYY" with your product ID..

      Save and go through the tutorial again..

      Hope it helps.

      Reply
  2. My god, does every windows update feel like a betrayal. This worked perfectly.
    I just wanted to thank you for saving me from a huge amount of hair pulling. I had to reinstall windows after it deleted my boot partition, and had no idea what was different.

    Reply
    • It seems like the next build Windows 10 is working on actually is coming out with a new'ish xbox driver. Promising, but we'll have to wait and see.

      Glad it works for you. Thanks for checking out this blog and have a great day!

      Reply
  3. Hey, followed this guide perfectly and when I get to installing the driver it says the the specified file cannot be found, I opened the .inf file and changed the hardware ID's to match the ones that were on my device and it still says it cannot find the file specified, any ideas why this could be?

    Reply
    • Since there's two files to install the controller. One file if you are using the xbox360-64bit-v10.0.19041.1 build. This error is rather broad in respects that there's something in windows that is preventing the driver installation to transfer the files to the respective system folders in order for the driver to work. You can start with typing in "sfc /scannow" but there could be more serious problems going on within your OS which far exceed the scope of this entry.

      Reply
  4. Is there any way to get the newest driver version to mod? Some Forza games require the newer version for wireless 360 controllers to be recognized. The games won't recognize them with the 2009 version.

    Reply
    • Well, there's really no such thing as a "2009" version.

      Drivers are typically listed by dates and version numbers. for example, the one I keep telling people to install was 08/13/2009 - 2.1.0.1349 Which is classified as a USB Device type driver similar to the windows 7 version 07/14/2019 - 6.1.7600. So if you're referencing that date of the driver them in BOTH cases I have already provided you as such.

      But since Forza Racing and the developers behind it may be incredibly rich but are also a group of lazy assholes that only support Xbox One. They are irresponsible in the sense that there's more to the PC world then Xbox One and perhaps they should patch in a legacy xinput.dll library so more people can enjoy their game. But what's one more voice in the foaming at the mouth gaming community got to do in order to get through? Who knows.

      Perhaps what you really want is an XnaComposite driver which is what version 12/06/2019 - 10.0.19041.1 is downloaded to your computer if you hook an OEM Microsoft wireless adapter to your 2004 build windows 10 box.

      If you re-download chinaxbox.7z from this site. You'll notice some new directories. one of them being xbox360-64bit-v10.0.19041.1 which is what windows update gives to the OEM Microsoft Receiver. Go back to the normal china receiver blog and when it tells you to install the x64 bit folder choose "xbox360-64bit-v10.0.19041.1" instead.

      If you wish to continue following this blog with unsigned drivers I have also included a folder "Xbox360_Winx64-Build20180-unsigned" which is coming from the latest build of windows.

      Anyhow, hope that helps. I'll try to update my blogs about the new directories.

      Reply
  5. Good, a pleasure to greet you. First of all thank you very much for your contribution. I have the following problem, in device manager it is OK. The receiver is OK. The problem I have is that the joistick connects to the receiver and immediately disconnects.
    Do you have any idea what it could be?
    Thank you!

    Reply

Leave a Comment to the Void