質問です.
BGInfoにてデフォルトの「Network Speed」を選択すると,使用していないリンクスピード(0 b/s)も表示されるため,それらを非表示にしたいです.
次のようなパスを実行しましたが,うまく表示できませんでした.
Select Speed FROM Win32_NetworkAdapter WHERE NetEnabled = True
実行結果は,
758350000
です.
758Mb/sが758350000と表示されるため,単純にパラメータを1/10^6してMb/sの単位を付加すればよいのですが,その方法が分かりません.
つきましては,上記パスを利用しなくても問題ないので,どなたかリンクスピードをMb/sで表示させ且つ使用していないものを非表示にする方法をご教授いただけないでしょうか.
以上,どうぞよろしくお願いします.
Question.
When you select the default Network Speed in BGInfo, the unused link speed (0 b/s) will also be displayed, so you want to hide them.
I ran the following path, but it did not work.
Select Speed FROM Win32_NetworkAdapter WHERE NetEnabled = True
The result of running
758350000
Since 758Mb/s is displayed as 758350000, I can simply add Mb/s units to the parameter by 1/10^6, but I don't know how to do that.
Therefore, since you don't need to use the above path, could someone please teach me how to display the link speed in Mb/s and hide the ones I'm not using?