It's electric

I got this call today from an unrecognized phone number. So like every other call I get like that, I sent it straight voicemail. Apparently Nationwide is looking for someone named "electric" who is behind on his bills. I am half temped to call them back claiming to be this electric person just to give them a hard time. The following is the actual recording.
(download)

Pin a Shortcut to a Program or File on a Network Share to the Windows 7 Taskbar

 

In our corporate network, we have half a dozen or so applications that we programmed in house.  They are not "installed" on the local machine in the traditional manner.  Instead, each workstation just has desktop & start menu shortcuts that point to the executables which reside on a central server.  For example: \\SERVER1\Applications\ControlCenter.exe would start up the "Control Center" shared application that resides on "SERVER1" in the "Applications" share

Normally, to "pin" a shortcut to any given application in Windows 7, you can just start up the application you wish to pin, right click it and choose "Pin this program to taskbar" (As illustrated below)

Image002

In Windows 7 however, there is no option to "pin this program to the taskbar" on a network application's taskbar icon

Image001

This is an issue for businesses like ours that may range from minor annoyance to deal breaker when it comes to deciding to make the Win7 upgrade.  I have recently discovered a work around.  I was never able to find this documented anywhere else so I'm writing it up myself.

The short version is that you'll pin a different, locally hosted application to taskbar, then modify the shortcut properties on the pinned icon to point to your network based app instead.  Pretty simple now that I'm thinking about it.  Perhaps this is why I never found this tip anywhere else :)

Here's the step by step with screen shots:

In this case, my app that lives on the network share is called "Control Center" from the following path: \\SERVER1\Applications\ControlCenter.exe (this also applies to mapped drive letters).  If you don't know the network path to your application, you should probably let your IT person handle this operation.

I am going to use Paint as my dummy app.  So start up paint, then right click the icon on the taskbar and pin it to the taskbar.

Image003

Now close paint and shift right click the icon that is now pinned and select properties from the menu that comes up:

Image004

In the Paint Properties dialog box that comes up, clear out the current target and replace with the complete path to your network app.  If needed, fill out the "start in" field and clear out the "comment" field

(download)

To set the correct icon, click the "change icon..." button and browse to your application's exe file.

Lastly, click over to the "General" tab and change the name from Paint to a more appropriate name.  Click OK and enjoy!

Updating iPhone AT&T carrier settings to activate MMS without updating to firmware 3.1

For those that have not updated to firmware 3.1 due to jail break reasons, you can use the following to install the new AT&T carrier settings to enable MMS:
(tested in Windows Vista with iTunes 8.2 and firmware 3.0 on iPhone 3G)

  1. download and save the ATT_US.ipcc file somewhere that you will remember (Desktop or My Documents works well):
    http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/Carrier...
    OR
    http://dl.getdropbox.com/u/29849/ATT_US.ipcc
  2. make sure iTunes is currently NOT running.
  3. open a command window (start->run->cmd.exe)
  4. execute the following
    "%ProgramFiles%\iTunes\iTunes.exe" /setPrefInt carrier-testing 1
  5. close the command window
  6. start iTunes
  7. shift click the "update" or "check for update" button and browse to the ATT_US.ipcc file downloaded above. (if you are having trouble finding the ATT_US.ipcc file, make sure you have selected  "iPhone Carrier Configuration File" from the file type selector when browsing for the file)
  8. Once the update has installed, disconnect and reboot your iphone

GOOD LUCK!

**UPDATE**

The following link contains Mac instructions as well
http://www.krillr.com/blog/N72ZCXJH/tutorial-mms-on-iphone-os-31-att

the biggest difference on a Mac is that you will replace steps 3,4,5 above with the following:

# Start Terminal (Applications > Utilities)
# Run the following command: defaults write com.apple.iTunes carrier-testing -bool TRUE