|
Post by TechSalt on Jun 28, 2022 6:44:30 GMT -8
I have found a way to get ReactOS's network icon on Windows 10 Apply these 2 registry files and copy netshell.dll and stobject.dll to C:\Windows\System32 (keep in mind that this WILL replace Windows's tray icons) Next, go to HKLM/SYSTEM/CurrentControlSet/Control/Network and expand the first CLSID. Find the CLSID of your Ethernet interface (you can see it in the Name string in those keys)
Make a new DWORD in that key called ShowIcon and make the value 1. Restart explorer and you should have the Network icon in your taskbar along with the other ReactOS tray icons
Keep in mind you might have to take ownership of the keys in the reg files Attachments:network.reg (570 B)
stobject.reg (752 B)
|
|
|
Post by The Jackal on Jun 28, 2022 9:01:51 GMT -8
Does the network dialog work? How about the other icons, like volume, do they bring up a volume slider than can be used (I'm guessing not with the volume at least)?
Either way, really nice find.
|
|
|
Post by TechSalt on Jun 28, 2022 10:00:27 GMT -8
Does the network dialog work? How about the other icons, like volume, do they bring up a volume slider than can be used (I'm guessing not with the volume at least)? Either way, really nice find. Power Options: Works, interestingly displays the Power Schemes from XP Eject: Works Volume: Displays, requires ReactOS's sndvol32.exe. I am guessing this can be modified from source code to run sndvol.exe with some parameter Network dialog: Everything works except the Properties button
|
|
|
Post by The Jackal on Jun 30, 2022 11:05:46 GMT -8
Thank you TechSalt.
|
|
|
Post by TechSalt on Jul 1, 2022 5:28:31 GMT -8
I might plan on modifying ReactOS's netshell.dll from source (mainly the tray part) to for example, open the native network dialog. I might also make a WLAN wizard that integrates with it. I will also make it compatible with the regular Windows 10 stobject.
|
|
craft
Sophomore Member
UWP stands for unwanted pile of trash
Posts: 167
OS: Windows 11 & Windows 10 LTSC 2021
Theme: Classic Theme on Windows 10 LTSC host and micaforeveryone with a custom theme on 11 host
CPU: AMD Ryzen 5 3500U with 4 Cores
RAM: 8GB of DDR4 ram
GPU: AMD Raedon Vega 8 Graphics
|
Post by craft on Aug 17, 2022 7:12:47 GMT -8
In which reactos folder do I put it in I put in c:\reactos but it didn't work
|
|
|
Post by TechSalt on Aug 18, 2022 11:49:35 GMT -8
In which reactos folder do I put it in I put in c:\reactos but it didn't work You don't You just put it in C:\Windows\System32, there are Windows APIs to detect the system folder + a environment variable and ReactOS has them too Edit: I fixed my mistake in my post
|
|
|
Post by bouraoui on Jun 16, 2023 12:18:55 GMT -8
Does it work on Windows 7 x86?
|
|
|
Post by anixx on Jun 17, 2023 0:31:56 GMT -8
I might plan on modifying ReactOS's netshell.dll from source (mainly the tray part) to for example, open the native network dialog. I might also make a WLAN wizard that integrates with it. I will also make it compatible with the regular Windows 10 stobject. If SHOULD display the native dialog. It is a shame it does not. Should be reported as a bug to Reactos.
|
|
|
Post by TechSalt on Jun 17, 2023 10:49:29 GMT -8
I might plan on modifying ReactOS's netshell.dll from source (mainly the tray part) to for example, open the native network dialog. I might also make a WLAN wizard that integrates with it. I will also make it compatible with the regular Windows 10 stobject. If SHOULD display the native dialog. It is a shame it does not. Should be reported as a bug to Reactos. I think the dialog is also in netshell.dll on Windows.
|
|