Quantcast
Viewing all articles
Browse latest Browse all 735

[Bug] WiFiStatus measure appears to be broken in Win11 24H2

Hello Devs,

I'm getting some reports that the WifiStatus measure is not working on Windows 11 24H2. All previous Windows versions were OK. I don't have 24H2 (yet) so I cannot confirm personally.

My first thought was that the default WiFiIntfID=0 needed to be changed, but the users tried incrementing the value from 0 all the way up to 9 and still nothing worked. How far does this incrementing need to go?

Attached below is a sample skin, which produces the following:
380376126-aa98b3e5-ba7a-4d5b-8c80-7dcb6e4fc49c.png
The SysInfo and Net measures are all working fine, but the WifiStatus measures are returning nothing.

Sample code:

Code:

[Rainmeter]AccurateText=1BackgroundMode=2DynamicWindowSize=1SolidColor=0,0,0,255MiddleMouseUpAction=[!Refresh]Update=1000;///////////////////////////////////////////////////////////////////////////////////////////////////;                                              Styles;///////////////////////////////////////////////////////////////////////////////////////////////////[StyleTextInfo]AntiAlias=1FontColor=255,255,255StringAlign=LeftX=0Y=14r;///////////////////////////////////////////////////////////////////////////////////////////////////;                                             Measures;///////////////////////////////////////////////////////////////////////////////////////////////////[MeasureAdapterDescription]Measure=SysInfoSysInfoType=ADAPTER_DESCRIPTIONSysInfoData=BestDynamicVariables=1[MeasureAdapterState]Measure=SysInfoSysInfoType=ADAPTER_STATESysInfoData=BestDynamicVariables=1[MeasureInterfaceName]Measure=SysInfoSysInfoType=ADAPTER_ALIASSysInfoData=BestDynamicVariables=1[MeasureAdapterType]Measure=SysInfoSysInfoType=ADAPTER_TYPESysInfoData=BestDynamicVariables=1[MeasureNetworkIsWAN]Measure=SysInfoSysInfoType=INTERNET_CONNECTIVITYSysInfoData=BestRegExpSubstitute=1Substitute="^-1$":"None","^1$":"Connected"[MeasureWiFiSSID]Measure=WiFiStatusWiFiInfoType=SSIDWiFiIntfID=0RegExpSubstitute=1Substitute="^-1$":"None","^0$":"No Connection"[MeasureWiFiQuality]Measure=WiFiStatusWiFiInfoType=QualityWiFiIntfID=0[MeasureWiFiList]Measure=WiFiStatusWiFiInfoType=ListWiFiListStyle=7;///////////////////////////////////////////////////////////////////////////////////////////////////;                                               Meters;///////////////////////////////////////////////////////////////////////////////////////////////////[MeterAdapterDescription]Meter=StringMeasureName=MeasureAdapterDescriptionMeterStyle=StyleTextInfoText="Active Adapter:  %1"Y=0[MeterAdapterState]Meter=StringMeasureName=MeasureAdapterStateMeterStyle=StyleTextInfoText="State:  %1"[MeterInterfaceName]Meter=StringMeasureName=MeasureInterfaceNameMeasureName2=MeasureAdapterTypeMeterStyle=StyleTextInfoText="Interface:  %1 (%2)"[MeterNetworkIsWAN]Meter=StringMeasureName=MeasureNetworkIsWANMeterStyle=StyleTextInfoText="Internet:  %1"[MeterWiFiSSID]Meter=StringMeasureName=MeasureWiFiSSIDMeterStyle=StyleTextInfoText="SSID:  %1"[MeterWiFiQuality]Meter=StringMeasureName=MeasureWiFiQualityMeterStyle=StyleTextInfoText="Signal:  %1%"[MeterWiFiList]Meter=StringMeasureName=MeasureWiFiListMeterStyle=StyleTextInfoText="Networks:#CRLF#%1"Y=20r

Statistics: Posted by SilverAzide — Yesterday, 3:46 pm — Replies 1 — Views 204



Viewing all articles
Browse latest Browse all 735

Trending Articles