A Post-it fits just right on a 3″x5″ card. I stick some in spiral-bound card book.

????? ?????? ????????? ???? ?????

Justus, the band

0704072028.jpg

Yet another seminar photo

0531070845.jpg

Need an ID for the heat??!!

0601071201.jpg

I’m always critical of “custom” signs in the workplace–you know, the ones produced by the staff in a business to address the seemingly pressing needs at the time. They include things like:

  • Out of Order
  • Cash only please, and
  • Out for lunch, back at 1PM

They seem to always be signed by the mysterious “MGMT” character (whom I’ve never met personally).

Well, this sign actually contained one very important piece of information–a URL! The web page cited is from the FDA’s official website and contains information about the FDA’s dog food recall. Note the presence of hand-scrawled messages at the bottom of the sign. This is all-too-typical of “custom” signs. The world will never learn!

0428072142.jpg

Moblogging…

0513071616.jpg

Does this count as a “man purse?”

Yes, I’d like to cater myself a party!

1002072143.jpg

???? ? ????? ????? ????? ????

SyncToy is a “power toy” from Microsoft. Although it is officially an unsupported product, I’ve found that the quality of the tool is sufficient to depend on it for some critical file synchronization operations.

I’ve been using SyncToy to backup and synchronize files on the SD card I use in my Palm Zire 72. The synchronizations that I have set up include documents (Microsoft Office—Word and Excel) as well as pictures and videos taken with the PDA’s camera.

Sometimes it’s a pain to launch the SyncToy application when I insert the memory card into my Dell PC’s internal card reader. I saved some time by “pinning” SyncToy to the Start menu. That works very well, and I recommend you do likewise.

However, the thought occurred to me—why can’t I make SyncToy be a choice in the Windows dialog that automatically launches when I insert the memory card? Well, it turns out that you can.

I did some initial digging in the registry to isolate the branch containing the text of the choices that display, and I found this key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers]

It turns out that this branch has all kinds of goodies in it, all related to how the Autoplay feature works.

After more experimentation and Googling, I came across a few important related articles:

Ultimately, I created a registry script based on the first of the three links above that looks like this:

 

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAutoplayHandlersEventHandlersMixedContentOnArrival]
"SyncToyHandler"="" 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAutoplayHandlersEventHandlersGenericVolumeOnArrival]
"SyncToyHandler"="" 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAutoplayHandlersEventHandlersShowPicturesOnArrival]
"SyncToyHandler"="" 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAutoplayHandlersEventHandlersPlayMusicFilesOnArrival]
"SyncToyHandler"="" 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAutoplayHandlersHandlersSyncToyHandler]
"Action"="Synchronize with SyncToy"
"DefaultIcon"="\"C:\Program Files\Microsoft\SyncToy\SyncToy.exe\",0"
"InvokeProgID"="SyncToyHandler"
"InvokeVerb"="open"
"Provider"="SyncToy" 

[HKEY_CLASSES_ROOTSyncToyHandler]
@="SyncToy"
[HKEY_CLASSES_ROOTSyncToyHandlerDefaultIcon]
@="\"C:\Program Files\Microsoft\SyncToy\SyncToy.exe\",0" 

[HKEY_CLASSES_ROOTSyncToyHandlershell] 

[HKEY_CLASSES_ROOTSyncToyHandlershellopen]

[HKEY_CLASSES_ROOTSyncToyHandlershellopencommand]
@="\"C:\Program Files\Microsoft\SyncToy\SyncToy.exe\""

It works great! Now, when I insert my memory card, SyncToy displays as an option in the list!

1001070938.jpg

« Previous PageNext Page »