Saturday, December 12, 2009

Multiple Zip Extraction

Ever wanted to extract a group of zip files to the same folder? Now you can using ExtractNow

You can download it from their sites here

Screen Capture

Mezer Tools - screen capture software, light easy to use, freeware

Thursday, November 12, 2009

Linux Windows Bootdisk

I always search for this, and here it is

Boot Disk

Wednesday, November 11, 2009

Speccy

Full Hardware spec of your machine.. no more guessing what's under the bonnet!!

Speccy

Tuesday, November 10, 2009

Drive Image

Image your HDD.. free and Windows based!

DriveImage

Sunday, October 25, 2009

CCP Codec Pack

http://www.cccp-project.net/download.php?type=cccp

Useful Pack and includes support for MKV files

Sunday, October 15, 2006

CRM 3 Cannot add a user and general troubleshouting

Here are some CRM 3 basics when troubleshooting the following:

  1. CRM not running
  2. Cannot add a new user
  3. Certain Pages are not displaying properly
CRM 3 needs to have a certain user permission for the app pool user, otherwise the app will really struggle. Set the app pool identity to be either your specially created crmadmin account or a specific web user. For that user you need to ensure the following permissions:

  • write access to the windows\temp directory
  • write access to the .net temporary internet directory
  • member of the privusers group from the crm ou
For troubleshooting strange errors, change the web.config for the crm app and make sure that you set the attirbute :



These points should make troubleshooting a LOT easier...good luck!