Dell Inspiron 1525 – Bluetooth Problem

KB ID 0000402 

Problem

I promised to take a quick look at one of my mum’s friends laptops the other evening, the brief was; they had a problem opening office attachments, and their wireless mouse was’nt working. I assumed they needed the document conversion pack and probably had a flat battery, so I downloaded the update, and slung some batteries in my laptop bag.

The attachment problem was sorted (by re-installing office and changing some file assocations). But the mouse (Which was bluetooth) was somewhat more “fun” to fix.

Basically the laptop had been rebuilt some time ago, and since then the bluetooth would not work, normally I’d just download the drivers but that would have been too simple. Before I could get the mouse to work I needed to enable bluetooth on the laptop.

Solution

1. Stop searchig the chassis there is no switch to enable blueetooth, it can only be enabled by software.

2. Download Bluetooth Driver software here.

3. Install the update.

4. It will dump all its files in C:delldriversR140135, once the files have extracted navigate to the C:delldriversR1401353100_216 folder and run setup.exe.

5. At the end it will tell you to enable wireless by pressing fn&F2 – THIS WONT WORK, click cancel.

6. Back in the C:delldriversR1401353100_216 folder you need to open the Win32 folder if your on a 32 bit machine or the Win64 folder if you on a 64 bit machine. (I dont know).

7. Locate the Inst.exe file and run it.

8. At the end it will once again ask you to press Fn and F2 – Do nothing, but leave the install sat there waiting.

9. With the install still waiting, navigate to “C:Program FilesWIDCOMMBluetooth Software” and locate BTTray.exe

10. Double click BTTray.exe and after a few seconds the bluetooth icon should appear in the taskbar (bottom right). Right click it and turn it on.

11. At this point, the install will burst back into life and setup your bluetooth wireless.

 

Related Articles, References, Credits, or External Links

NA

Windows Server – Enable Flash

KB ID 0000978 

Problem

Note: For Server 2016, the process if different, see;

Windows Server 2016: Enable Flash

I upgraded my VMware vCenter server to 5.5 last week, and as soon as I tried to open the vSphere Web Client, I got a polite message asking me to install flash.

I headed over to Adobe to download and install it, and was told that from IE10 it had already installed simply ‘enable the add-on’. Well thats not strictly true for servers, theres a couple of hoops to jump through first.

Solution

1. You cant use Flash, unless your server has the ‘Desktop Experience’ feature installed. The quickest way to do this is right click the PowerShell Icon on the Task bar > Run As Administrator.

2. Execute the following command;

[box]

Install-WindowsFeature Desktop-Experience

[/box]

3. As directed reboot the server;

[box]

shutdown -r 

[/box]

4. The server will reboot TWICE and it may take a little while.

5. Once back in Windows I suggest you run Windows Update, (to get the most up to date Flash version) >Windows Key+R > Execute the following;

[box]

%windir%\explorer.exe shell:::{36eef7db-88ad-4e81-ad49-0e313f0c35f8}

[/box]

6. Then my Flash enabled vSphere Web Client, worked as expected.

Additional Problem

You may also have trouble using flash if you have ActiveX Filtering enabled. To turn this off Press Alt+T > Untick ActiveX Filtering.

Related Articles, References, Credits, or External Links

NA