All the WiFiStatus stuff is working for me.
I strongly suspect that they are not enabling "Let desktop apps access your location" in Settings / Privacy & security / Location.
Windows 11 24h2 will NOT allow WiFiStatus to function without that setting.
Note that this will cause Windows to display the "Location" icon in the notification area of the taskbar if WiFiStatus is active, and this icon cannot be removed or hidden.
This is not about the WifiStatus plugin specifically, but anything that accesses the WiFi information:
In Powershell:This requires that Setting, and that icon pops up for 10 seconds or so...
https://docs.rainmeter.net/manual/measures/wifistatus/#LocationSetting
Added that to the manual.
Rainmeter 4.5.20.3803 (64-bit)
Language: English (1033)
Build time: 2024-08-27 15:17:14
Windows 11 Pro 24H2 (build 26100.2161) 64-bit - English (1033)
I strongly suspect that they are not enabling "Let desktop apps access your location" in Settings / Privacy & security / Location.
Windows 11 24h2 will NOT allow WiFiStatus to function without that setting.
Note that this will cause Windows to display the "Location" icon in the notification area of the taskbar if WiFiStatus is active, and this icon cannot be removed or hidden.
This is not about the WifiStatus plugin specifically, but anything that accesses the WiFi information:
In Powershell:
Code:
(get-netconnectionProfile).Name(netsh wlan show interfaces) -Match '^\s+Signal' -Replace '^\s+Signal\s+:\s+',''
https://docs.rainmeter.net/manual/measures/wifistatus/#LocationSetting
Added that to the manual.
Statistics: Posted by jsmorley — October 26th, 2024, 6:04 pm