Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

Giving full trust to a network share

I work on multiple machines and, very often, I need access to my tool sets on each machine that I work on. This is accomplished by sharing out my tools folder/drive and restrict full permissions to myself. There is a little wrinkle. Network shares by
Posted by PermanentTan | 2 Comments

Determine the last synced version for a folder in TFS

Have you ever need to find the last synced version of a folder in TFS? Here is a quick way: Change directory to YourFolder tf history . /r /version:W /stopafter:1 /i Note the "." (current directory). This command recursively lists the history for the
Posted by PermanentTan | 1 Comments

Diagnosing side-by-side problems on Vista

There have been times where a program failed to load due to missing dependencies or side-by-side inconsistencies. One of the tool available on Windows Vista is "sxstrace.exe" (normally located in \Windows\System32). sxstrace.exe can help you pin-point
Posted by PermanentTan | 1 Comments
 
Page view tracker