|
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 [...]
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);
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 [...]
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 [...]
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 [...]
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?
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 [...]
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 [...]
Windows 7 Privacy Statement Is Coming Soon
No I am not spreading a rumour. This is as per a Microsoft site.
Popular Post
Tag Cloud
Code Snippets
- Get Current Windows User In C#
- Get Width And Height Of Image In C#
- Get Windows Registry Size With WMI And C#
- Reverse Array Elements Using C#
- Convert Hexadecimal To Number In C#
- Get Free Disk Space Using T-SQL
- SQL Server 2008 – Get All Indexes In A Database
- Get Name Of Current Executing Assembly In C#
- Get CD Or DVD Drive Information Using WMI And C#
- Get Last Row From Table Using LINQ To SQL

