Symbolic Links
Vista and WIN7 now supports symbolic links, a feature that has been enjoyed in UNIX for a long time. D:>mklink Creates a symbolic link. MKLINK [[/D] | [/H] | [/J]] Link Target /D Creates a...
View ArticleSnipping Tool in Vista/Win7
Now windows have snipping tool in Vista and Win7. You can use Snipping Tool (normally you can find it at %SystemRoot%system32SnippingTool.exe) to capture a screen shot, or snip, of any object on your...
View ArticleSysInternals tools now accessible over UNC
Two tools that I use frequently when troubleshot issues on servers are Process Explorer and Process Monitor. Since these are not windows built in tools (though they owned by Microsoft), I always have...
View ArticleUncompress MSI File
Sometimes I need to unzip MSI file to view its content without actual installing it. I used to use a 3rd party tool named 7zip to extract MSI. Today I discover there is much easier way to do this with...
View ArticleVisual Studio plug-in: GhostDoc
Are your tired of documenting you code using C# /// XmlDoc syntax for each and every method? It is time for you to meet SubMain’s GhostDoc. SubMain’s GhostDoc is a Visual Studio plug-in the was design...
View ArticleSpan Remote Desktop Across Multiple Monitors
To span remote desktop across multiple monitors, launch an RDP connection using mstsc /span from the command prompt on your machine. This works on Vista/Windows 7. If you have a Win2K3 machine then you...
View ArticleMicrosoft Free SEO Toolkit
Microsoft’s free SEO Toolkit. The SEO Toolkit provides detailed analysis and search engine friendly suggestions to help improve the relevance of your website in search results....
View ArticleFinal Visual Studio 2010 available for download
Visual Studio 2010, the best version of Visual Studio ever, is now available for download in Microsoft download center. The build number for RTM VS2010 and CLR4 is 4.0.30319.1. Here is link for free...
View ArticleGhostDoc Tutorial
Earlier I have introduced this excellent comment auto generation tool – GhostDoc. Now you can follow this instructions to get GhostDoc working in just 5 minutes. Download GhostDoc and install GhostDoc...
View ArticleCopySourceAsHtml for Visual Studio 2010
CopySourceAsHtml is an add-in for Microsoft Visual Studio 2008 that allows you be able to quickly get your code as HTML from Visual Studio, just like being able to save it as a HTML file from the Save...
View Article