imageLast week I wrote about an error message the users received when opening documents from SharePoint.

The article showed how to fix the problem but it didn’t feel good that I didn’t know where this “TreatAs” value was coming from.

I figured that I could read the timestamp key from the registry to see at what/date time the value was created. This value can be read using the RegQueryInfoKey API but there are various tools that can read it.

(more…)