• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

Features Of Windows 10 Pro N Support Bluetooth

13.08.2019 
Features Of Windows 10 Pro N Support Bluetooth 6,6/10 4050 reviews

  1. Macbook Pro Windows 10 Bluetooth
  2. Features Of Windows 10 Pro N Support Bluetooth Headphones
How to Turn Windows Features On or Off in Windows 10
Some programs and features included with Windows, such as Internet Information Services, must be turned on before you can use them. Certain other features are turned on by default, but you can turn them off if you don’t use them.

1) On your keyboard, press the Windows logo key and S at the same time, then type change bluetooth. Click Change Bluetooth. 2) Under the Option tab, tick the boxes for Allow Bluetooth device to find this computer and Allow Bluetooth devices to connect to this computer. Then click Apply and OK to save the changes. In the Boot Camp Assistant window, look for a checkbox to download the latest Windows support software from Apple. If you see the checkbox, make sure that it’s selected. Then deselect all other checkboxes and click Continue. If you don’t see the checkbox, choose Action Download Windows Support Software from the menu bar. New Bluetooth features in Windows 10 Creators Update This release is big on Bluetooth. If you’re familiar with Windows Bluetooth APIs, have been meaning to try them out, or if you’re just starting to dabble in IoT and wearables, this is a great time to take a fresh look at all things Bluetooth.


Turning off a feature doesn't uninstall it from your PC or reduce the amount of hard drive space used by it. After you turn off a feature, you can turn it back on at any time.
This tutorial will show you how to turn Windows features on or off for all users in Windows 10.
You must be signed in as an administrator to be able to turn Windows features on or off.
If Windows Features is empty or blank, then double check to make sure that the Windows Modules Installer service is enabled and set to Automatic.
  • Option One: To Turn On or Off Windows Features from Windows Features
  • Option Two: To Turn On Windows Features in PowerShell
  • Option Three: To Turn Off Windows Features in PowerShell
  • Option Four: To Turn On Windows Features in Command Prompt
  • Option Five: To Turn Off Windows Features in Command Prompt

Features Of Windows 10 Pro N Support Bluetooth
To Turn On or Off Windows Features from Windows Features

1. Open the Control Panel (icons view), and click/tap on the Programs and Features icon.
2. Click/tap on the Turn Windows features on or off link on the left side. (see screenshot below)
This will open the C:WindowsSystem32OptionalFeatures.exe file.
3. If prompted by UAC, click/tap on Yes.
4. Turn on (check) or off (uncheck) the Windows features you want, and click/tap on OK when finished. (see screenshot below)
Some Windows features are grouped together in folders, and some folders contain subfolders with additional features.
= Indicates that you have the feature for the main folder turned on, but not all of the features in it's subfolders are turned on.
= Indicates that a feature, or features for a main folder and all subfolders, are turned on.


5. You may be prompted by Windows to restart the computer to finish turning a feature on or off.
To Turn On Windows Features in PowerShell

1. Open an elevated PowerShell.
2. Type the command below you want to use into the elevated PowerShell, and press Enter. Make note of the FeatureName (ex: 'Internet-Explorer-Optional-amd64') for the disabled Windows Feature you want to enable. (see screenshot below)

(without full details)
Get-WindowsOptionalFeature –Online Where-Object {$_.State –eq “Disabled”}
OR
(with full details)
Get-WindowsOptionalFeature -FeatureName * –Online Where-Object {$_.State –eq “Disabled”}

3. Type the command below into the elevated PowerShell, and press Enter. (see screenshot below)

Enable-WindowsOptionalFeature –FeatureName 'FeatureName' -All -Online
Substitute FeatureName in the command above with the actual FeatureName (ex: 'Internet-Explorer-Optional-amd64') from step 2 above you want to enable.
For example:Enable-WindowsOptionalFeature –FeatureName 'Internet-Explorer-Optional-amd64' -All -Online

4. If prompted to restart the computer, type Y, and press Enter when ready to do so. (see screenshot below)

To Turn Off Windows Features in PowerShell

1. Open an elevated PowerShell.
2. Type the command below you want to use into the elevated PowerShell, and press Enter. Make note of the FeatureName (ex: 'Internet-Explorer-Optional-amd64') for the enabled Windows Feature you want to disable. (see screenshot below)

(without full details)
Get-WindowsOptionalFeature –Online Where-Object {$_.State –eq “Enabled”}
OR
(with full details)
Get-WindowsOptionalFeature -FeatureName * –Online Where-Object {$_.State –eq “Enabled”}

3. Type the command below into the elevated PowerShell, and press Enter. (see screenshot below)

Disable-WindowsOptionalFeature –FeatureName 'FeatureName' -Online
Substitute FeatureName in the command above with the actual FeatureName (ex: 'Internet-Explorer-Optional-amd64') from step 2 above you want to disable.
For example:Disable-WindowsOptionalFeature –FeatureName 'Internet-Explorer-Optional-amd64' -Online

4. If prompted to restart the computer, type Y, and press Enter when ready to do so. (see screenshot below)

To Turn On Windows Features in Command Prompt

To see more usage options for the DISM command, see: Enable or Disable Windows Features Using DISM - Microsoft
1. Open an elevated Command Prompt.
2. Type the command below into the elevated command prompt, and press Enter. Make note of the FeatureName (ex: 'Internet-Explorer-Optional-amd64') for the disabled Windows Feature you want to enable. (see screenshot below)

DISM /online /get-features /format:table find 'Disabled'

3. Type the command below into the elevated command prompt, and press Enter. (see screenshot below)

Dism /online /Enable-Feature /FeatureName:'FeatureName' -All
Substitute FeatureName in the command above with the actual FeatureName (ex: 'Internet-Explorer-Optional-amd64') from step 2 above you want to enable.
For example:Dism /online /Enable-Feature /FeatureName:'Internet-Explorer-Optional-amd64' -All

4. If prompted to restart the computer, type Y when ready to do so. (see screenshot below)

To Turn Off Windows Features in Command Prompt

To see more usage options for the DISM command, see: Enable or Disable Windows Features Using DISM - Microsoft
1. Open an elevated Command Prompt.
2. Type the command below into the elevated command prompt, and press Enter. Make note of the FeatureName (ex: 'Internet-Explorer-Optional-amd64') for the enabled Windows Feature you want to disable. (see screenshot below)

DISM /online /get-features /format:table find 'Enabled'

3. Type the command below into the elevated command prompt, and press Enter. (see screenshot below)

Dism /online /Disable-Feature /FeatureName:'FeatureName'
Substitute FeatureName in the command above with the actual FeatureName (ex: 'Internet-Explorer-Optional-amd64') from step 2 above you want to disable.
For example:Dism /online /Disable-Feature /FeatureName:'Internet-Explorer-Optional-amd64'

4. If prompted to restart the computer, type Y when ready to do so. (see screenshot below)

That's it,
Shawn


Bluetooth is one of the most common method used to transfer the files between a mobile device and the computer, but many times the version of Bluetooth is not supportive which creates issues in connecting and transferring the files. While most of the Smartphones today support Bluetooth 4.0 or later, you won’t be really able to transfer the files if your Windows 10 PC is not supporting at least Bluetooth 4.0.

For those who don’t know, Bluetooth 4.0 is an optimized version of Bluetooth technology which enhances the feature while maintaining the compatibility with other devices. It is also termed as low energy version of Bluetooth because it is supported by the small battery operated devices as well.

Not everyone is actually aware of the Bluetooth profile version of their device, which is quite important. However, we can easily check the Bluetooth version manually too, there are certain tools also available which will help you checking the version of Bluetooth on your Windows 10 PC.

Find Bluetooth version in Windows 10

You can easily check the Bluetooth version of your Windows 10 PC via the device manager.

Press Win+X to open the Start Menu and select Device Manager.

Under Bluetooth, you will see several Bluetooth devices.

Select your Bluetooth brand and right click to check the Properties.

Go to the Advanced tab and check the firmware version. The LMP number shows the version of Bluetooth your PC is using.

Below is the LMP version table-

Macbook Pro Windows 10 Bluetooth

  • LMP 9.x – Bluetooth 5.0
  • LMP 8.x – Bluetooth 4.2
  • LMP 7.x – Bluetooth 4.1
  • LMP 6.x – Bluetooth 4.0
  • LMP 5.x – Bluetooth 3.0 + HS
  • LMP 4.x – Bluetooth 2.1 + EDR
  • LMP 3.x – Bluetooth 2.0 + EDR
  • LMP 2.x – Bluetooth 1.2
  • LMP 1.x – Bluetooth 1.1
  • LMP 0.x – Bluetooth 1.0b

So this was really easy right? But it is a bit of time consuming so if you don’t really want to open so many tabs to check the Bluetooth version, you may want to use some third party tool and do not want to get into device manager to check the version, Bluetooth Version Finder can be your choice.

Features Of Windows 10 Pro N Support Bluetooth Headphones

Bluetooth Version Finder

It is a very simple tool which comes in a zipped file. All you need to do is to download and run the tool and it will instantly give you the Bluetooth version and the name of the Bluetooth device running on your PC. It is a portable freeware and you can use it any of your PCs.

Download this tool here and check what version of Bluetooth your Windows 10 PC is using. Behringer usb audio driver 2.8.40.

TIP: Download this tool to quickly find & fix Windows errors automatically

Related Posts: