Programatically remove wifi (Wireless Network Connection) icon from system tray (notification area) in Windows 7

StackOverflow https://stackoverflow.com/questions/11339868

سؤال

I want to remove wifi notification icon from system tray using C#. How this can be achieved?

Modified:

I do not want to disable wifi or any other network connection but hide.

هل كانت مفيدة؟

المحلول

You need to remove the Network system notification icon. The following registry commands should do that for you. You can run the command via a command line like regedit regcmd.reg or simply add the keys manually using C#. For more info see this article.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top