Ps4 Remote Play Pc With Xbox Controller



To play games on Windows PC using PS4 connector, you require an Xbox 360 emulator that will take your PS4 controller as Xbox controller. The emulator is a necessary thing which allows you to use a PS4 controller with Windows PC. If you found this guide helpful and you happen to be looking for a decent and affordable Xbox One Controller for your PC to use PS4 Remote Play and Xbox Game Streaming please consider clicking this affiliate link for the AmazonBasics Xbox One Wired Controller. It works really well and is only about $25. ReWASD 5.1 makes it possible to use PS4 Remote Play with Xbox controller or any other gamepad we support and you have. Just download and install reWASD, create a new config, choose Virtual DS4 for this config and map any DS4 button to the correspondent physical control. I’ve already connected it to my PC and Android tablet, but then I remembered that the PS4 uses Bluetooth as well. So I got everything set up, and well, the Xbox One S controller does connect. I recently found out about the official PS4 Remote Play application for Windows. Sadly, I don't have a separate DualShock 4 to use by another player from the Windows PC so I was thinking: Is Possible to use a 3rd Party Controller? (Xbox 360/One) What about previous generation DualShock? (PS2 via Adapter/PS3 via USB).

  1. Ps4 Vs Xbox Controller Pc
  2. Remote Play Ps4 Controller Pc
  3. Ps4 Remote Play Pc With Xbox Controller App
  4. Ps4 Remote Play Pc With Xbox Controller Download
  5. Ps4 Remote Play Connect Controller
  6. Wireless Controller Ps4 Remote Play

Using Game Controllers over a Remote Desktop session

3 October, 2018 at 10:22am | Work


Well, it’s been over six years since I last wrote on this blog! The theme could do with updating, it’s screaming “2010” at me.

So, I work from home a fair bit. Be it evenings, weekends, or sometimes during regular work hours. The setup I have for that is much like any other game company: We have a secure VPN into our work network, and we’d use Remote Desktop to control our work PC. My home PC isn’t as beefy as my work PC, so it’s nice to have the power of my work PC when compiling code, or building game data. A PC build of our game runs fine over Remote Desktop, if you size the window down it is pretty decently playable.

We make our game for “the consoles” too, so we’re able to run on those via Remote Desktop, and the platform holders also provide viewing apps to see what’s going on, on said consoles. These work pretty great, and work over a Remote Desktop session. When I’m working at home, I generally don’t find anything lacking about my dev environment (and having no office interruptions is great!). Stream sky go from ipad to tv. Up until now though, I did have one gripe… Controllers. We can control the PC version of the game with a mouse, but with the console builds over Remote Desktop, you’re stuck with keyboard controls, or other facsimiles of a controller. Being able to use a controller over a Remote Desktop session would be great! I was surprised to find out that it’s possible, but Microsoft for some reason disallow it by default.

Ps4 Remote Play Pc With Xbox Controller

Here’s how to get it working…

To be clear, I don’t claim to have come up with this myself. See the “references” section at the bottom of this page for where I found the steps. I’m just largely reproducing that information here in a more palatable form. Things didn’t work first time for me, so here I’m going over the steps in more detail to ensure that you don’t hit the same hurdles that I did.

Assumptions and Caveats

Play
  • I’ve only tested this over two Windows 10 computers. It might work with Windows 7, or Windows 8. I’m not sure.
  • I’m told this requires at least Windows 10 Pro on each PC for the RemoteFX system to function and redirect the USB device. There are no known current workarounds for this. If it’s for work, ask your company to expense the Win10 Pro license purchase. The upgrade is a simple license key change, no long install required.
  • I’ve only tested this with controllers connected via USB cables. I don’t think bluetooth-connected controllers will work, but let me know otherwise.
    • The Xbox 360 controller, with the USB wireless dongle does work.
    • Xbox One controllers BSOD my remote PC, I do not know of any workaround for this. For game development an Xbox 360 controller seems to work with Microsoft’s “Xbox One Manager”, and functions as an Xbox One controller.
  • You have reasonable “local” administrative privileges to both computers.
    • If your work/remote computer is locked down by your I.T. department, you might still be ok. You do however need Administrative local privileges for each computer, at least to perform the required setup.
Play

Terminology

  • The scenario that I use this setup myself, is to connect from my home computer, to the computer at my office.
  • So, the “local” computer where the gamepad is connected I’ll refer to as the “local home”.
  • The “remote” computer where I want the gamepad input relayed to, I’ll refer to as “remote work”.

Step One – GPEdit – Local Home

  • Go to the Start menu, and type “gpedit” – Run the “Edit Group Policy” app.
  • Navigate to this section:
    • Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Connection Client -> RemoteFX USB Device Redirection -> Allow RDP redirection of other supported RemoteFX USB devices from this computer
  • Right-click on the entry, choose “Edit”.
    • Select the “Enabled” radio button.
    • Change the Access Rights drop down to “Administrators and Users”.
    • It should look like this:

    • Click “OK” to apply the settings.
  • Go to the Start menu, find the Command Prompt app – right-click it and “Run As Administrator”
  • At the command line, run:
    • gpupdate /force
  • You should see this output:
  • Now, reboot your local home computer.

Step Two – GPEdit – Remote Work

NOTE: You can do these steps over a Remote Desktop session, if you wish.

  • Go to the Start menu, and type “gpedit” – Run the “Edit Group Policy” app.
  • Navigate to this section:
    • Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Remote Session Environment -> RemoteFX for Windows Server 2008 R2 -> Configure RemoteFX
  • Right-click on the entry, “Edit”. Choose “Enabled”, then click OK.
  • Back up three levels to “Remote Desktop Session Host”.
  • Navigate to this section:
    • Connections -> Allow users to connect remotely by using Remote Desktop Services
  • Right-click on the entry, “Edit”. Choose “Enabled”, then click OK.
  • Back up two levels to “Remote Desktop Session Host” again.
  • Navigate to this section:
    • Device and Resource Redirection -> Do not allow supported Plug and Play device redirection
  • Right-click on the entry, “Edit”. Choose “Disabled” (yes, DISABLED this time), then click OK.
  • Go to the Start menu, find the Command Prompt app – right-click it and “Run As Administrator”
  • At the command line, run:
    • gpupdate /force
  • You should see this output:
  • Now, reboot your remote work computer.
    • If you’re using Remote Desktop to do this, you can restart by typing this at the command line:
    • shutdown /r

Step Three – Connect from Local Home

  • Ensure your gamepad controller is connected via USB to your local home computer.
    • Open up “Control Panel -> Devices and Printers”

    • Ensure the gamepad is listed here. If it isn’t, reconnect it. If it still doesn’t work… It’s beyond the scope of this post – go try Googling!
    • You can right-click on the controller, and choose “Game Controller Settings”. Then click “Properties”, to test that your controller is functional.
  • Find “Remote Desktop Connection” in your Start Menu. Run it.
    • Click “Show Options” at the bottom.
    • Go to the “Local Resources” tab.
    • Click “More…” at the bottom. The dialog looks like this:
  • If you did everything correctly in the “Step One – GPEdit – Local Home” steps for your Home PC, you’ll see a “Other Supported RemoteFX USB Devices” section. Good stuff!
    • If you do not see “Other Supported RemoteFX USB Devices”, then you likely made a mistake on the “Step One – GPEdit – Local Home” section. Go back and try again.
  • My Dualshock 4 controller is listed as “USB Input Device (HID-compliant game controller)”, so I have selected that. Select whatever gamepad(s) you are using.
  • Connect to your remote work PC.

Ps4 Vs Xbox Controller Pc

Remote

Step Four – Profit?

  • Upon connection to your Remote Work PC, navigate to “Control Panel -> Devices and Printers”:
  • If all went well, you should see your gamepad listed here!
    • If it isn’t listed here, you likely made a mistake on the “Step Two – GPEdit – Remote Work” section. Go back and try again.
  • Your gamepad should be fully usable over your Remote Desktop session.
  • Enjoy!

Remote Play Ps4 Controller Pc


Let me know in the comments section below, if there’s anything useful I have missed in this HOWTO post. I can’t provide any technical support if these steps don’t work for you. But it’s good to know if I can make any improvements to this post – to help out other folks that might run into problems that I didn’t have myself.

Cheers.

NOTE: (March 2020) Just to reiterate, I can’t provide any technical support.

References


Comment from Jeremy
Time: May 5, 2019, 10:36 am

Worked like a charm for me using SteamLink. Thanks!

Comment from radu
Time: June 5, 2019, 3:00 am

just a small correction: administrator privileges are not necessarily required to connect to the server, provided you also select, in step one, Administrators and Users, besides Enabled:
https://social.msdn.microsoft.com/Forums/en-US/d71a1dfe-63cf-466a-abe0-1c352280221b/printers-and-remotefx-usb-redirection?forum=os_windowsprotocols
<>

See also KB 2653326 https://support.microsoft.com/en-us/help/2653326/some-usb-devices-are-not-available-through-remotefx-usb-redirection , in case you need to manually enable a device class for redirection.

Comment from Faraj
Time: January 16, 2020, 10:06 am

I tried this and for some reason my remote PC gets BSOD when trying to connect with my Xbox ONE controller connected to my local PC and I have the option checked to enable the controller.

Comment from Eric Milota
Time: March 13, 2020, 1:57 pm

Thanks for the info Gavin! I’ve shared this with my work mates.

Ps4 Remote Play Pc With Xbox Controller App

Comment from Gavin
Time: March 20, 2020, 3:10 pm

@Faraj – Yeah, also getting the same now with a XBox One controller. This was working for me sometime in 2019, perhaps it broke with some recent Win10 upgrade? Endnote x7 mac free download.

FWIW, (if you’re a gamedev), an Xbox 360 Controller seems to work ok with “Xbox One Manager”. Jim cornette twitter feud.

Comment from Andy Pennell
Time: March 27, 2020, 3:52 pm

Ps4 Remote Play Pc With Xbox Controller Download

I can confirm that Windows can blue-screen if you try this with an Xbox One controller, but 360 controllers are just fine. The crash is under active investigation by the driver team. This post was super-helpful in unblocking games developers trying to work from home, thank you Gavin.

Ps4 Remote Play Connect Controller

Comment from Ahmad
Time: April 20, 2020, 6:53 am

Wireless Controller Ps4 Remote Play

Great,
thanks for your Sharing MAN