Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Need to know the name of it's service for this for toggle script to work. I use still useSCPToolkit for my DS4 so not sure which you'll need to identify and use.
WindowsKey + S > Services
Find Bluetooth services, I have Bluetooth Support Services, Handsfree and Driver management. I'm guess you have another service related to your controller? Or maybe a DS4/Playstation service?
Once you've found the bluetooth, DS4 related service. Open Notepad and copy the code below.
Can remove the pause if you want. Only makes window wait for input after it's finished.
In Services > Rightclick the relevant service > Properties > Make a note of the Display name (Can highlight and copy to clipboard)
Replace type/paste the service display name to the "Add Service here" part of the code.
Save as PadReset.cmd or whatever name you want but make sure to keep the .cmd then change the save as type to "All files" then save. Need to do the last part so it isn't saved as PadReset.cmd.txt
All the thats left is to run the file as Administrator. right-click > Run as Admin
Hope that helps
when I looked in services I found 3 different bluetooth related services:
- Bluetooth Radio Control Service
- This one is for turning on/off bluetooth. Does not seem relevent to my problem
- Bluetooth Service
- This one handles install/removal of bluetooth devices. This sounds relevent to my current solution I go to for reconecting my controller
- Bluetooth Support Service
- This one is for discovery and association of bluetooth device, failure of this service can cause Bluetooth device to fail. This does not seem relevent
Do I need to restart all of these or just some of them?If I would use this code for multiple services do I just copy paste the net stop/start part of the code? Also can this code be launched via hotkey while ingame without causing to many problems
Thank you for the help!
That could work, its a simple reset and may allow control to reconnect once this control service is turned back on. If the is the actual service name just copy and paste this code into Notepad and save it as Nameit.cmd again make sure it is saved as .cmd and not .cmd.txt
If you want to use it on multiples yes just copy/use the net stop and net start parts. I'd recommend doing all net stop before any net starts.
Example
Will need to be ran as Administrator. I don't know of a way to do that besides the right-click on it option.
If you have a programable Mouse/Keyboard you could record a Macro and assign it to a key/button so you can use it in a game. You could see if there is some software that will do it but I don't know of any. If not you'll need to Alt + Tab out to use it. Or Winkey + D to go straight to desktop which will be quicker if you have it on there.
First you need to find out if stop/start the Bluetooth Service even works. It may just reproduce the same issue.