📎 AI Summary:
The thread discusses how to automate switching the default playback device between headphones and Bluetooth when plugging in a jack using Windows Task Scheduler. The original poster seeks help in identifying specific device connection events to trigger the action. A contributor suggests monitoring device events via Device Manager and attaching tasks to those events, which the original poster finds helpful and plans to try.
The thread discusses how to automate switching the default playback device between headphones and Bluetooth when plugging in a jack using Windows Task Scheduler. The original poster seeks help in identifying specific device connection events to trigger the action. A contributor suggests monitoring device events via Device Manager and attaching tasks to those events, which the original poster finds helpful and plans to try.
Solution
It is possible to create a trigger on an event like "devices event". The list is too long, I need help to find the good one.
Ok yes that’s possible because it should have a prompt but your doing it abit ass about… you start with the event, then make a task eg. I'll use a plug and play (joystick) device.
Open device manager, [windows key] + [x] then press [m]
Wait for the device to be added as you plug it in
1. Once you have identified it, select it… right click and goto the properties
2. In the events tab should normally be two events a device was started and a driver was loaded… 400 and 410 in this example.
3. Select the device started event and click the "view all events" button to be taken to a temp display in...
- Joined
- May 22, 2012
- Messages
- 4,598
No such event... The task schedular can run at "set time of day" or "when someone logs on + * hours" or "on demand", there may be a way to work around it by force the user to log back in after a new jack is put in.to find the event : " A new jack has been connected"
p.s the MTS is not very mupet friendly so it would help to know more about what software/ service you want to run and why?
Thanks for the answer, but It is possible to create a trigger on an event like "devices event". The list is too long, I need help to find the good one.
I juste want to switch the default "Playback device" between HeadPhone or Bluetooth when I plug a Jack.
I juste want to switch the default "Playback device" between HeadPhone or Bluetooth when I plug a Jack.
- Joined
- May 22, 2012
- Messages
- 4,598
It is possible to create a trigger on an event like "devices event". The list is too long, I need help to find the good one.
Ok yes that’s possible because it should have a prompt but your doing it abit ass about… you start with the event, then make a task eg. I'll use a plug and play (joystick) device.
Open device manager, [windows key] + [x] then press [m]
Wait for the device to be added as you plug it in
1. Once you have identified it, select it… right click and goto the properties
2. In the events tab should normally be two events a device was started and a driver was loaded… 400 and 410 in this example.
3. Select the device started event and click the "view all events" button to be taken to a temp display in the event manager
4. From this screen you can press the "attach task to this event" (lower right hand side) option to fire the wizard.
Last edited by a moderator: