Saturday, May 15, 2010

Asus U30JC-QX010X : Tuning Windows 7 Part 1

Bluetooth Disable bluetooth :
  • Panneau de configuration / Centre réseau et partage / Modifier les paramètres de la carte / bluetooth (F5 might be necessary)
  • Désactiver
  • Propriétés / Bluetooth / Paramètres Bluetooth / Désactiver la carte Bluetooth
  • (elevated) net stop btwdins
  • (elevated) net stop bthserv
  • (elevated) sc config btwdins start= disabled
Enable Bluetooth :
  • (elevated) sc config btwdins start= auto
  • (elevated) net start btwdins
  • (elevated) net start bthserv
  • Bluetooth tray icon / Activer l'adaptateur
  • Panneau de configuration / Centre réseau et partage / Modifier les paramètres de la carte / bluetooth (F5 might be necessary)
  • Activer
More coming soon... Edit 2010-07-31 : It is also possible to enable and enable bluetooth device with devcon utility from Windows Driver Kit (WDK) :
devcon find *|sort
devcon enable "USB\VID_0B05&PID_1788"
devcon disable "USB\VID_0B05&PID_1788"
devcon status "USB\VID_0B05&PID_1788"

No comments: