• In Internet Explorer, click Tools, and then click Internet Options. On the Security tab, click the Trusted Sites icon. Click Sites and then add these website addresses one at a time to the list: You can only add one address at a time and you must click Add after each one.
  • 5- Windows will now search for drivers through Windows Update. 6- Once it has found the drivers, it will ask you to download them. 7- After the download has finished, install the updates from Windows Update. Your controller should work fine with your Windows 10 PC now. Xbox Controller Driver Fix for Windows 7.
  • If you're running Windows 10 the driver is already there but if you are running under Windows 10 you need to download the driver. Also, in my experience, not all micro USB wires work. I went through 4 different cables before I found one that would work. If you have Windows 10, it's plug and play.

Download this app from Microsoft Store for Windows 10, Xbox One. See screenshots, read the latest customer reviews, and compare ratings for Xbox Accessories. Follow the steps below to add third-party drivers (USB) for peripheral devices such as USB Mobile broadband modems, printers, scanners etc. Step 1: Get Drivers from PC. The Step is to get the x86 version of the drivers from PC. For ARM, please contact the supplier of the peripheral to get the sys/inf files. Connect the device to the windows PC.

Xbox 360 Controller for Windows is a freeware software download filed under drivers and made available by Microsoft for Windows.

Download

The review for Xbox 360 Controller for Windows has not been completed yet, but it was tested by an editor here on a PC.

Software, drivers, manuals, and more for your Microsoft device

With this software and a compatible wireless receiver, you can use various Xbox 360 accessories such as wired and wireless game controllers, wired and wireless headsets, and wireless wheels for gaming on your computer.

The accessory status indicator shows the battery status (for wireless devices) and assigned quadrants of the connected compatible devices. Also, from the drop-down menu, you can change the accessory status indicator settings, find out more about Xbox Live®, and check for updates.

Xbox 360 Controller for Windows 1.20.146 on 32-bit and 64-bit PCs

This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system on a laptop or desktop PC from drivers without restrictions. Xbox 360 Controller for Windows 1.20.146 is available to all software users as a free download for Windows.

Filed under:
  1. Xbox 360 Controller for Windows Download
  2. Freeware Drivers
  3. Major release: Xbox 360 Controller for Windows 1.20
-->

Follow the steps below to add third-party drivers (USB) for peripheral devices such as USB Mobile broadband modems, printers, scanners etc.

Step 1: Get Drivers from PC

The Step is to get the x86 version of the drivers from PC. For ARM, please contact the supplier of the peripheral to get the sys/inf files.

Xbox 360 Peripherals Driver Windows 10 Download

  1. Connect the device to the windows PC

  2. Install the driver for the device on the PC

  3. Go to Device Manager, select this device (listed under Universal Serial Bus controllers) and right click and select Properties.

  4. Go to Driver tab in the Properties window, and click on Driver Details. Note the sys files listed there.

  5. Copy the sys files from C:Windowssystem32 and also the related inf file from C:WindowsInf. You can find the inf file by searching for the sys file reference in the .inf files. You may need to copy additional files listed in the Inf and these will be listed in the inf_filelist.txt file created when using inf2pkg.cmd in the next step.

Step 2: Create a driver package

The Driver package contains the references(InfSource)to the Inf file for the driver and also lists all the files referenced in the Inf file. You can author the driver .wm.xml using Add-IoTDriverPackage.

New-IoTInf2Cab creates the package xml file and also builds the cab file directly.

Note

Peripherals

Windows IoT Core only supports Universal INF and Universal Drivers.

Download

See also: Sample Driver Package

Step 3: Install on device

  • Connect to the device (using SSH or using PowerShell)
  • Copy the .cab file to the device to a directory say C:OemInstall
  • Initiate staging of the package using applyupdate -stage C:OemInstall<filename>.cab. Note that this step is be repeated for each package, when you have multiple packages to install.
  • Commit the packages using applyupdate -commit.

The device will reboot into the update OS (showing gears) to install the packages and will reboot again to main OS. This process can take a few minutes.

Xbox Peripherals Driver Download For Windows 10 64-bit

Step 4: Check status of driver

Xbox Peripherals Driver Download For Windows 10 Xp

  • Launch the PowerShell

  • You can get the status of the installed drivers using the following PowerShell commandlets