发布网友 发布时间:2024-10-24 06:26
共2个回答
热心网友 时间:2024-10-31 04:43
systray是系统进程,应该是利用系统服务来实现自启动的
热心网友 时间:2024-10-31 04:47
那是由于要在注册表里增加命令
“开始”——“运行”输入regedit打开注册表以后,依次打开HKEY_LOCAL_user\SOFTWARE\Microsoft\Windows\CurrentVersion\Run 在它的右窗口新建字串"Systray"(在Run上右键点新建),键值(在Systray上双击编辑)为"c:\windows\system32\Systray.exe",如果是win2000系统,则为"c:\winnt\system32\Systray.exe"这样就可以了