Force “unidentified networks” to be private or public in Windows 7

Windows 7 has got an annoying feature that categorises network connections to be public, home or work networks. This might work for others but it has never worked for me. Even worse, for some reason the link that usually allows the user to change the network type sometimes is not available. Microsoft even has got … Continue reading Force “unidentified networks” to be private or public in Windows 7

Delphi Live Templates: raise exception.CreateFmt

Delphi (XE2) comes with various predefined so called live templates which you can display with View->Templates. One of them is called "raise" and expands to [delphi] raise exception.Create('Error Message'); [/delphi] I don't know about you but I use Exception.CreateFmt much more often than simply Exception.Create, so it annoys the hell out of me when every … Continue reading Delphi Live Templates: raise exception.CreateFmt