< Browse > Home /

| RSS

Enable Windows Search Service On Windows 2008

I run Windows Server 2008 as my workstation and lately I found the need to search historic emails in Outlook. This resulted in a nag from Outlook telling me that Windows Search Service must be enabled. Thus I am writing this post as a future reference for myself in case I forget how to do [...]

[ More ] May 20th, 2009 | No Comments | Posted in Tips |

Get Current Windows User In C#

This snippet will show you how to get the currently logged in user on windows.
System.Security.Principal.WindowsIdentity identity =
System.Security.Principal.WindowsIdentity.GetCurrent();

Console.WriteLine(identity.Name);

[ More ] May 12th, 2009 | No Comments | Posted in Code Snippets |

5 Ways To Remove Conficker Worm

Conficker worm which strikes on April 1st is already being labelled as one of the most dangerous cyber attacks ever. The way this worm works is that it sets up what are known as botnets on computers around the world. The worm goes active on April 1st when it can be used by its creators [...]

[ More ] March 29th, 2009 | 1 Comment | Posted in Tips |

How I Fixed Error 0×80070052 On SD Card

My SD Card which I use between my PC and PDA was giving me Error 0×80070052. The error would occur when I created a new folder on the card. Initially I suspected this to be a virus but I also wanted to explore other options. And I discovered the solution pretty much by accident.
Solution
I [...]

[ More ] September 28th, 2008 | No Comments | Posted in Tips |

Windows Web Site Gets a New Look

I could be the last one to spot this. I just saw that the official Windows site on microsoft.com has a new look with Deepak Chopra’s (no relation) image looking into your eyes and telling you that he is a PC. The new look is refreshing. Much better than the old Microsoft.com look with too [...]

[ More ] September 25th, 2008 | No Comments | Posted in News |

New Mac vs PC Ads

Apple guys even though running out of creativity with their Mac vs PC ads are not giving up anytime soon. Here are two latest offerings.
Where is Jerry Seinfeld?

[ More ] August 28th, 2008 | No Comments | Posted in News |

Use Screen Space Efficiently On Windows Vista With Virtual Desktop Manager

Virtual Desktop Manager is tool which lets you create virtual desktops. You can run different applications in different virtual desktops which reduces clutter. Once you get used to working with it you start loving it. I have been using it for a while now and I cannot do without it anymore. You can download Virtual [...]

[ More ] August 25th, 2008 | No Comments | Posted in Tips |

Windows 7 Conversation Begins

Two senior engineering managers for Windows 7, Jon DeVaan and Steven Sinofsky have started a blog called Engineering Windows 7. I am sure that this will be one of the most watched blogs till other Windows 7 related blogs/sites appear. Reading their first post I get an impression that their blog is an attempt to [...]

[ More ] August 16th, 2008 | No Comments | Posted in News |

Windows 7 Privacy Statement Is Coming Soon

No I am not spreading a rumour. This is as per a Microsoft site.

[ More ] August 14th, 2008 | No Comments | Posted in News |