📎 AI Summary:
The thread discusses how to add a custom link to the top of the left panel in the Windows 7 SP1 64-bit Start menu for all users. The original poster seeks advice on how to implement this, providing a specific command they want to execute from the link. A respondent shares a method to pin items to the Start menu or taskbar via scripting, but no direct step-by-step solution is provided, indicating the user needs to adapt the script or method to their specific command. Overall, the discussion reflects a practical troubleshooting effort, with helpful suggestions but no definitive solution finalized.

balubeto

Extraordinary Member
Joined
Apr 27, 2012
Messages
55
Thread Author #1
Hi

In Windows 7 SP1 64 bit, how do I add for all users a link on the left panel at the top of the Start menu?

Thanks

Bye
 

balubeto

Extraordinary Member
Joined
Apr 27, 2012
Messages
55
Thread Author #3

In practice, I have a link that executes the following command:
Code:
"C:\Program Files\uvnc bvba\UltraVNC\vncviewer.exe" -config "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\UltraVNC\Pluto_port_xxxx.vnc" -password "xxxxxxxxxx"
and I should put it in the left panel at the top of the Start menu for all users.

So, how do I do this?

Thanks

Bye