Right-click the program button on the Windows taskbar and select the Pin this program to task bar item. To test this functionality, turn off the Visual Studio hosting process and launch the application. If you pin the application to the Windows taskbar, jump items are still available even when the application is not running.
Run the application and right-click the program button on the Windows taskbar. ImageSource GetJumpListIcon(string iconName). ('Opportunities', GetJumpListIcon('Modules/icon-nav-opportunities-32'), () => Show(Modules.Where(m => m.DocumentType = 'QuoteCollectionView').First())) ('Customers', GetJumpListIcon('Modules/icon-nav-customers-32'), () => Show(Modules.Where(m => m.DocumentType = 'CustomerCollectionView').First())) ('NewEmployee', GetJumpListIcon('icon-new-employee-16'), () => SignleObjectDocumentManagerService.ShowNewEntityDocument(this))
IApplicationJumpListService jumpListService = this.GetService()