KB: Pinning the application to the Windows 7 TaskBar

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Revision as of 14:44, 12 January 2010 by Reno (talk | contribs)
Jump to navigation Jump to search

Introduction

When using Windows 7, many users decide to use the added comfort of pinning the CommitCRM icon to the Windows 7 taskbar. Usually, this poses no problem; however, when using Commit CRM over a network infrastructure, CommitCRM is run from an executable on a different host machine, which means that the CommitCRM icon would not be allowed by Windows to be placed on the Windows taskbar, since Windows would see this as a security risk.


Resolution

In order to be able to pin CommitCRM to the taskbar from a different network computer, it is necessary to work around the network restriction on the Windows taskbar by tricking it into believing CommitCRM is on your computer. This can be accomplished by creating a batch file that runs the CommitCRM executable file (\\Commit-Server\Commit\Client\CommitCRM.exe).

  • In some cases, the Windows 7 Operating System can read into your batch file scripts, and decide if it wants to allow your script to remain on the taskbar; however, compiling your script into an EXE file would bypass this method of security, and allow you to pin the CommitCRM icon to the taskbar, and keep it there.
  • Freeware batch file compiling software can be easily found on the internet, so that you can ensure that no software can easily read the contents of your batch files; 1 example of a tool that can accomplish such a compilation is Autoit©.