Procedure for changing someone’s file association in Terminal Server:
Most info is here: http://www.brianmadden.com/content/article/Creating-Custom-File-Associations-to-Support-Side-by-Side-Applications
1. Run “ftype > c:\ftype_output.txt”
2. Look in c:\ftype_output.txt for your program, and make note of the associated name, e.g. Word.Document.8
3. Log in as the end-user, and launch regedit.exe
4. Navigate to HKEY_CURRENT_USER\Software\Classes
5. Create a new Key under Classes. Name it whatever your extension is e.g. “.txt”

6. Edit the “(Default)” REG_SZ value under the newly created key and put in the associated name you noted in step 2. In this case it is Word.Document.8

7. You should be able to test the new functionality immediately. No logoff/logon needed. In my example, files with the .txt extension open with Microsoft Word 2003.
1 comments:
Keep up the good work.
Post a Comment