How to add Systray back to Msconfig Tab?

It’s not in the Startup tab of MSCONFIG anymore, and thus not enabled on the system.

How do I replace it back into there?

try “scanreg /restore” and see if you can get back to a date before it happened.

You can manually add it in regedit.

The key is:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

Create a new string value named “Systray” with a value “C:\Windows\System\systray.exe” - (or whatever the path is on your machine)

Thanks for the info folks

CHeers!