Skip to content

Commit

Permalink
Merge pull request zhongyang219#1429 from podipod/patch-1
Browse files Browse the repository at this point in the history
Update Help.md
  • Loading branch information
zhongyang219 authored Mar 17, 2023
2 parents c635dbd + 7507c3c commit c85b7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
在1.84版本中,如果任务栏窗的对齐方式为左对齐时,则任务栏窗口总是显示在右侧,因为显示在左侧时会和任务栏原来的按钮重叠。
而程序检测任务栏对齐方式是通过读取注册表`\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced``TaskbarAl`的键值来获取的,但是如果你从来没有更改过任务栏的对齐设置,这个键值就不存在,此时TrafficMonitor会误以为任务栏是左对齐,这是一个bug。解决的办法是:
在任务栏上点击鼠标右键,选择任务栏设置,更改一次任务栏对齐方式,生成以上键值后,比如将“居中”改为“左对齐”,再改回“居中”就好了。
如果没有得到解决请检查是否存在TaskbarDa键值,没有的话请添加此键值。

### 如何显示CPU和内存利用率?

Expand Down

0 comments on commit c85b7ff

Please sign in to comment.