Jump to content

I've been running the following script to turn off "MS XBOX 360 Controller Wireless receiver",

and ever since I got windows 10 pro 64 bit which has been upgraded from windows 7 accordingly , The PC restarts right after it finishes the script (kind of a requirement by the system in order to disable the device), back in win 7 , I could turn it on and off as many times I like without the need to reboot.

 

Please NOTE, the regression is on the "device manager" itself, were I have to restart PC in order to disable the device ! (Not related to the actual XBOX reciever )

 

===============================

start C:\Scripts\XBOX\XboxExt.exe
pause
start devcon disable "USB\VID_045E&PID_0719"
taskkill /IM XboxExt.exe /F

===============================

 

Please advise guys, Do you have any idea of a workaround ?

CPU: i7-4790k || Mobo: MSI Gaming 5 Z97|| Ram: GSkill Ripjaws X 16GB (2x8GB) || GPU: Sapphire Tri-X r9 390x || Case: CoolerMaster cm storm scout 2 || Storage: samsung evo 850 500GB , WD Black 3TB , WD Green 2TB , WD 1TB external (backups/Media) , Seagate 1TB external (Backups) || PSU: Seasonic X-Series 750W 80+ GOLD || Displays: Samsung C24FG70 , Dell U2414H || Keyboard: Logitech G810 || Mouse: Logitech G502 proteus spectrum || Headset: Logitech G633

Link to comment
https://linustechtips.com/topic/429094-devconexe-regression-from-win-7-to-win-10/
Share on other sites

Link to post
Share on other sites

 

I don't have my coding software setup so I can't verify but it seems to me that it's the /r that does it. For the third line, try simply

start devcon disable "USB\VID_045E&PID_0719"
whops, sorry, that was part of my testing, but it is without the /r
It still doesn't disable the device
 
EDITED ORIGINAL POST

CPU: i7-4790k || Mobo: MSI Gaming 5 Z97|| Ram: GSkill Ripjaws X 16GB (2x8GB) || GPU: Sapphire Tri-X r9 390x || Case: CoolerMaster cm storm scout 2 || Storage: samsung evo 850 500GB , WD Black 3TB , WD Green 2TB , WD 1TB external (backups/Media) , Seagate 1TB external (Backups) || PSU: Seasonic X-Series 750W 80+ GOLD || Displays: Samsung C24FG70 , Dell U2414H || Keyboard: Logitech G810 || Mouse: Logitech G502 proteus spectrum || Headset: Logitech G633

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×