Turn Off Bluetooth + Battery Life

Hey Everyone,
I am using XP Pro under bootcamp on a Macbook Aluminum 2.0 Ghz. I was wondering if there was a way to turn off bluetooth. Also, there is a major difference in battery life between Windows and OS X. In OS X I get about 4 - 5 Hours. Whereas when I'm in XP I get about 2 - 3 Hours. Is this normal?
Thanks.

Hi,
the differences in battery life between OSX and Windows are 'normal' !
The Apple Drivers for Windows lack the special energy savings feature that Apple has implemented with OSX.
To my knowledge the only way to turn of bluetooth in Windows is to use the Device Manager (Control Panel - System - Hardware) and deactivate the bluetooth device.
Regards
Stefan

Similar Messages

  • AppleScript to turn off Bluetooth after an hour of no usage

    I'm interested in making an AppleScript that will turn off Bluetooth after a bluetooth device is not used for (let's say) one hour. The script should run only on battery life, not when the computer is plugged in.
    Any ideas on how to start? Thanks.

    I don't think there's any way (at least easy way) to do this.
    AppleScript is very good at initiating events, but not good at responding to them. As such it's not easy to write a script in this manner. About the only way to do this would be to have a stay-open script that periodically checks the list of connected devices and keeps track of when the last bluetooth device was used - however, there's a big difference between being 'used' and being 'connected'... you may have a bluetooth headset 'connected', but if you're not running any audio apps it might not be used, and that's hard to AppleScript to determine.

  • How to completely turn off Bluetooth and Wireless

    Hey everybody,
    I'm running Windows XP SP3 via Boot Camp and I was wondering if anyone can assist me in how to completely turn off Bluetooth and Wireless connectivity so that I can reserve as much batter life while being in class taking notes without a plug-in source, but not uninstall. I know there is a Bluetooth control panel and I disabled it there but under "connect to" its still remains there. Basically I want to have the Bluetooth and Wireless turned off completely when I startup and still have the icons shown in the taskbar to let me know that they are still there.
    Thanks!

    Joergen Thomson, I can see that you have the same thoughts like I do, I wish they could release a software that is stable and better then this.
    I dont have the energi or time to report all flaus back to cisco, this product have taking to much of my time and frustration already. Thank you so much for all the time you spend to try get this product stable and hopefully a good product.
    I have a costumer that have a webservice that is IP restricted, For now I have to define more then 93 policys openening for the same service because this doesnt handle address list and groups. And all the times I had to set it back to factory default becasue of HTTP Admin server stopped, VPN Problem, Firmware Upgrades, "Packet Loss" and so on takes alot of time becasue I need to reconfig policies back.
    For now to they release a firmware is stable I have take this piece off the network and put the back a old Fortinet 60 box.

  • How can I turn off my battery percentage warning?

    HI, how can I turn off the battery warning on my 4s phone? It freezes up my aps if I am using them when it comes on of when any pop up warning comes on like wifi network indicators. I can turn those off but not the battery thing.

    You can let Apple know here http://www.apple.com/feedback/

  • My wifi wasn't working for more than 10 minutes at a time after updating to IOS8 and resetting network settings. I turned off google drive, turned off Bluetooth, reset network settings and rebooted my iPad4. So far so good.

    I have an ipad4.  Wifi keeps cutting out after the upgrade even after I forget the network and resign on or reset all network settings. I deleted iCloud drive from my iPad, turned off Bluetooth, reset network settings, and rebooted my iPad. Since I upgraded to IOS8 this is the longest wifi has consistently been working for me. Which is approximately an hour now. Anyone else find that this worked or have figured out if this or anything out there is a permanent fix?

    Hi CollinGCC78,
    It sounds like you have been on the right track in troubleshooting this issue. If you are still having issues, you may want to double-check the steps outlined in the following article, in order if possible (apologies for replicating any steps you have already taken):
    iOS: Troubleshooting Wi-Fi networks and connections
    Regards,
    - Brenden

  • How to turn off Bluetooth adapter via command line or script?

    I'm trying to write a batch script that will be able to turn on/off any connected Bluetooth adapters.
    In the "Bluetooth Settings" window, how can I change the "Turn off Bluetooth adapter" setting via command line or script?
    Due to my account not being verified yet, I cannot post a screenshot.  I will update this thread as soon as my account is verified.

    get-service -DisplayName 'Bluetooth Support Service' | Stop-Service
    ¯\_(ツ)_/¯

  • Smart Connect can't turn off Bluetooth

    Hello,
    I purchased an Xperia Z3 Compact and Smart Connect is unable to turn off Bluetooth at the end of an action.  Below is the setup I have been trying to get work.
    - Bluetooth turned on manually
    - Turn on Bluetooth headphones.
    Smart Connect:
     - Start Action:
         - Connect Bluetooth headphones
         - Start Walkman App
         - Play track
         - Adjust Volumes
    - End Action:
         -Disconnect Bluetooth headphones
         - Pause track
         - Turn off Bluetooth
    The problem is that the Bluetooth will not turn off and I must do it manually.  The Bluetooth on and off works for wired headphones, but not for Bluetooth headphones.  Can this be addressed or at least send me information to get this fixed?
    Thanks

    I have this exact problem with my new Z2.
    - End Action:
         - Adjust Volumes: set wrong volumes
         - Turn off Bluetooth: does not work
    Sony, fix it with an update, please!

  • [SOLVED] Don't have permission to turn off bluetooth, even with sudo!

    I never use bluetooth on my laptop, but every time I boot arch the radio and light are both on. I tried unloading the bluetooth module, using bluez and other tools to shut off bluetooth, etc., but that radio just stays on. After searching the web for a while, I finally found the solution: cut off power to the device. I can do that with this command:
    echo "0" > /sys/devices/platform/sony-laptop/bluetoothpower
    And turn it back on by changing "0" to "255". The only problem is, I can't run this as a normal user, and I can't even run it with sudo! Here is the output:
    $ echo "0" > /sys/devices/platform/sony-laptop/bluetoothpower
    zsh: permission denied: /sys/devices/platform/sony-laptop/bluetoothpower
    $ sudo echo "0" > /sys/devices/platform/sony-laptop/bluetoothpower
    zsh: permission denied: /sys/devices/platform/sony-laptop/bluetoothpower
    (I'm using zsh but this also happens with bash)
    However, I can su to root and run this command successfully
    $ su
    Password:
    # echo "0" > /sys/devices/platform/sony-laptop/bluetoothpower
    And off goes the light. I would like to somehow turn off bluetooth at boot, but I don't know how to have Arch run a command as the root user at boot after loading the modules (to ensure the bluetooth radio is not started up again). It seems that bluetoothpower is created at each boot, because I tried changing the permissions to read & write for all, then adding the command to my .xinitrc. This worked, but only during that session. After rebooting I had the same problem.
    Help?
    Last edited by Allamgir (2009-07-29 13:44:40)

    Yes! Yet again the wiki has saved me! I followed this part: http://wiki.archlinux.org/index.php/Pm- … _own_hooks
    I just set it to turn off bluetooth upon resume, and it works! yay!
    Thanks everyone!

  • I accidentally turned off bluetooth and now my keyboard won't connect. I already tried to reboot the computer. I can't use the mouse because I ca't get past the user log-in screen. Please help

    I accidentally turned off bluetooth and now my keyboard won't connect. I already tried to reboot the computer. I can't use the mouse because I ca't get past the user log-in screen. Please help

    http://www.cultofmac.com/247979/whoops-reconnect-your-bluetooth-keyboard-and-mac -after-logging-out-os-x-tips/
    had the same problem and it worked!

  • Command to turn off Bluetooth via ARD

    I'd like to turn off Bluetooth and Airport via ARD on all of my Macs (all running Leopard) that don't need them.
    I can do this for Airport using networksetup -setairportpower off, but I can't find a similar command for Bluetooth. I don't really want to completely disable it so I'd like to leave the kernel extensions intact, just turn it off. Does such a command exist?

    you can install bueutil on all macs and use that.
    http://www.frederikseiffert.de/blueutil/
    I don't know any other way to turn bluetooth off/on from command line.

  • Command Line to emulate Turn-Off Bluetooth Switch Function

    We are looking to initially turn-off the bluetooth function on our deployed computers unless the user specifically needs it. We have already tested two command options: Turn off Bluetooth support service and Disable Bluetooth adapter. Neither of these will
    toggle the switch found in Metro's PC and Device Settings, so the device still shows as ON and confuses the user. 
    Can someone help us find the command line to execute that will emulate triggering this switch to Off?

    Hi,
    Based on my research, thereis a poershell cmdlets that used to manage Device should be helpful with your requirement:
    https://gallery.technet.microsoft.com/scriptcenter/Device-Management-7fad2388
    It provide a command to disable device:
    Enabling / Disabling Devices
    PowerShell
     $deviceName = Read-Host -Prompt 'Please enter the Name of the Device to Disable'; Get-Device | Where-Object -Property Name -Like $deviceName | Disable-Device
    Roger Lu
    TechNet Community Support

  • Can't turn off Bluetooth

    Just realized that I can't turn off Bluetooth on my iBook. If I go to the menu bar, the "Turn Bluetooth Off" item is dimmed. The "Turn Bluetooth Off" button in System Preference is also dimmed.
    What's going on here? Can anyone help me out?

    There are no bluetooth devices connected to this computer. As well, when I look in the Bluetooth preferences in System Preferences, it says that the Device Name is Unavailable.

  • Hciconfig crashes when turning off bluetooth

    Hi there.
    I'm having an issue with hciconfig / bluetooth on my Lenovo X220. Whenever I turn off bluetooth (using laptop-mode, gnome3 bluetooth menu or hciconfig) while my bluetooth mouse is connected, i'll end up getting the following messages:
    http://pastebin.com/ggj5fWqC
    Bluetooth becomes unusable after that, laptop-mode-tools does not switch modes anymore, can't unload / reload thinkpad_acpi, sometimes the system freezes completely.
    This error occurres on two independent archlinux installations on my laptop, one of those is a minimal rescue system.
    Any suggestions on how to approach / fix this issue?
    Last edited by opticldelusion (2012-04-22 12:45:44)

    Hi Barry,
    I have reset SMC and PRAM, but the problem remains. With my mouse synchronised, if I turn bluetooth off the systems crashes right away...

  • I play music from my iPhone via Bluetooth on the car radio. The phone also connects over the radio. Can I turn off Bluetooth for phone and leave it on for music?

    I play music from my iPhone via Bluetooth on the car radio. The phone also connects over the radio. Can I turn off Bluetooth for phone and leave it on for music?

    I haven't tried it yet, but I believe this would disconnect Bluetooth for both the phone and music. I have a 2013 Hyundai Sonata if this will help.

  • TS1630 I can't get my music to play all of sudden. It happened after I paired the audio with my Maxima. I turned off bluetooth and it still would not play

    I can't get my music to play all of sudden. It happened after I paired the audio with my Maxima. I turned off bluetooth and it still would not play

    I tried the hard start and still the same! If I go under artist
    I can get it to start playing one song. Then if I try shuffle
    Nothing !! Then I can't get it to play anymore.
    Very annoying

Maybe you are looking for

  • I connect my iPad to my PC and open iTunes, but the iPad does not show up in sidebar.  I want to sync. How do I do it?

    I have my PC on, then plug in my iPad (which is on) and open iTunes.  The iPad does not show up in the sidebar.  How do you get it to show up so that I can select the iPad and then configure the sync settings in each of the settings panes....hoping t

  • File Information missing from NEF file

    When loading a NEF file, I cannot get any information from Camera Data 1 or 2. Normally you would get ISO, apeture etc. I am using Elements V4.0 with Photoshop Camera Plug-in V3.6.0.147. When looking at other JPG files all this information is availab

  • Eterm crashes - malloc(): memory corruption (fast): 0x08080318

    Lately Eterm started to just "disappear" from the screen. I checked the ~/.xsessionerrors and the last messages are: *** glibc detected *** Eterm: malloc(): memory corruption (fast): 0x08080318 *** ======= Backtrace: ========= /lib/libc.so.6[0xb7ac9c

  • Safari downloading without my knowledge....

    the past few days i am being asked if i want to run "ilike" downloaded by Safari on 16th June. I have no idea what ilike is and have no idea why or how Safari downloaded it considering i don't use it and have no clue when i last used Safari... I have

  • Pb using substitution variables in Essbase 7.1

    Hello I want to use the value of Current-year and current-month variable set in the application for the formula of my estimated scenario. When I validate the formula it's fine but after saving i got this error message in the log file :any help ? i wa