Manipulating taskbar right click applicatin menu
-
Hi! I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be feed with information from another application. Does anyone know how?
Andreas Johansson
Senior software developer at Tieto Sweden -
Hi! I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be feed with information from another application. Does anyone know how?
Andreas Johansson
Senior software developer at Tieto Sweden -
-
Hi! I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be feed with information from another application. Does anyone know how?
Andreas Johansson
Senior software developer at Tieto SwedenMake sure the executable or shortcut name includes one of the restricted words:
- Documentation
- Help
- Install
- More Info
- Read me
- Read First
- Readme
- Remove
- Setup
- Support
- What's New
If it contains one of those words, you won't be able to pin it to the taskbar or start menu.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Make sure the executable or shortcut name includes one of the restricted words:
- Documentation
- Help
- Install
- More Info
- Read me
- Read First
- Readme
- Remove
- Setup
- Support
- What's New
If it contains one of those words, you won't be able to pin it to the taskbar or start menu.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
This page: http://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=vs.85).aspx tells how to do it properly
Andreas Johansson
Senior software developer at Tieto Sweden