Is it possible to modify the device name in UWP?

1

I was researching how to modify the name of the device using UWP , but I can not find information about it.

I know I can get device information, such as model, operating system version, and device name with EasClientDeviceInformation using FriendlyName , but how could I modify the device name? Is it possible? I would appreciate your help.

EasClientDeviceInformation myDevice= new EasClientDeviceInformation();

DeviceName.txt = eas.FriendlyName;

What I want to do is activate the Bluetooth and modify the name with which others see me (programmatically).

    
asked by Jhordan Jhord 04.11.2016 в 19:19
source

0 answers