rojarsmith / TrayToolbar

Provide the replacement of add new toolbar function that was cancelled in windows 11
81 stars 1 forks source link

Reboot #15

Open ralphmalph9 opened 1 year ago

ralphmalph9 commented 1 year ago

New folder doesn't survive reboot

rojarsmith commented 1 year ago

Any example of foler ?

ralphmalph9 commented 1 year ago

Create a folder in drive C: Add to toolbar successfully. Disappears on reboot.

Dragnier commented 1 year ago

As of this post, I have not had this issue but I just downloaded the program and it may have already been fixed?

RSHarmon commented 1 year ago

I am seeing the same issue. After setup and configuring my folder name TrayToolbar works until I reboot. After a reboot the icon in the tooltray disappears. If I re-run the TrayToolbar.exe then the icon comes back and is configured as I configured it.

tlhackque commented 4 months ago

The setup put the DLL into the startup list instead of the .exe.

Until this is fixed:

  1. Uncheck the "run on logon" option.
  2. Right click on the .exe and drag to the desktop. Create a shortcut.
  3. Right click on the shortcut and select "cut".
  4. Open C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.
  5. Paste the shortcut there. (No, you can't create the shortcut there directly.)

This will make it start when you logon.

Assuming you trust software whose author won't post the source code.