It is currently April 25th, 2024, 12:37 am

airplane mode measure

Get help with creating, editing & fixing problems with skins
User avatar
Jax
Posts: 104
Joined: June 7th, 2021, 11:46 am

airplane mode measure

Post by Jax »

Currently working on my coming release, YourFlyouts. Are there any ways for a measure to return the value (1 or 0) for airplane mode status? :?
User avatar
SilverAzide
Rainmeter Sage
Posts: 2605
Joined: March 23rd, 2015, 5:26 pm

Re: airplane mode measure

Post by SilverAzide »

Mr. Google says you can read the status from the registry here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\RadioManagement\SystemRadioState.

However, there does not appear to be simple way to change the status without involving either a reboot or a bunch of complicated hacks.
Gadgets Wiki GitHub More Gadgets...
User avatar
Jax
Posts: 104
Joined: June 7th, 2021, 11:46 am

Re: airplane mode measure

Post by Jax »

SilverAzide wrote: June 11th, 2022, 3:35 pm Mr. Google says you can read the status from the registry here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\RadioManagement\SystemRadioState.

However, there does not appear to be simple way to change the status without involving either a reboot or a bunch of complicated hacks.
Thank for the reply! This is good enough for me, changing the status was not part of my goal anyways, though if anyone have a method to change the status, I am all ears! :D