B balubeto Extraordinary Member Joined Apr 27, 2012 Messages 55 Apr 8, 2013 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
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
Solution Dozryan Apr 8, 2013 Here is how you pin items to the start menu in Windows 7 via a script : Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs
Here is how you pin items to the start menu in Windows 7 via a script : Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs
Dozryan New Member Joined Feb 10, 2013 Messages 28 Apr 8, 2013 #2 Here is how you pin items to the start menu in Windows 7 via a script : Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs Upvote 1 Downvote Solution
Here is how you pin items to the start menu in Windows 7 via a script : Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs
B balubeto Extraordinary Member Joined Apr 27, 2012 Messages 55 Apr 8, 2013 Thread Author #3 Dozryan said: Here is how you pin items to the start menu in Windows 7 via a script : Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs Click to expand... 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 Upvote 0 Downvote
Dozryan said: Here is how you pin items to the start menu in Windows 7 via a script : Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs Click to expand... 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