Monthly Archives: January 2011

.NET Installation Checker

Sometimes you might want a quick way to check what .NET frameworks are installed on a machine, and whether they are properly working. Microsoft provides a KB article documenting the registry keys required to detect .NET installation here: http://support.microsoft.com/kb/318785 However … Continue reading

Posted in .NET | Tagged | 1 Comment

How To – Using Excel 2010 To Prioritize Your Life

I tend to get bombarded constantly with new things to do, problems to solve, and solutions that need implementing. Instead of taking a random crazy attack on all your tasks it can be a good idea to prioritize them. I’ve … Continue reading

Posted in Excel, Office | Tagged | 1 Comment

How To – Filtering Multiple Column Data & Row Highlighting Based on Single Cell in Excel 2010

Let’s say you have some data, and you want to filter out any items that don’t meet a minimum spec. But that minimum spec could be in any of multiple columns. For example let’s say we have a list of … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to do BINARY conversion using Command Line Only

Sometimes it is useful to be able to know the network address of a machine…I thought about how we could do this in a batch file. To get the network address requires knowing the IP address + Subnet of a … Continue reading

Posted in Batch Files | Tagged | Leave a comment

Resolving Windows 7 Startup BSOD in VMWare using WinDBG

When booting a custom image in VMWare I was crashing and restarting so rapidly couldn’t catch the Blue Screen message. I tried safe mode, and last known configuration to no avail. I used boot logging and noticed the last driver … Continue reading

Posted in Debugging, VMWare, Windows PE | Tagged | 1 Comment

Script to collect all event logs off a remote Windows 7 / Server 2008 machine

Unfortunately I often have to work over slow network links. Now in my experience MMC snap-ins such as event viewer are terrible over slow links with many hangs and plentiful “not respondings”. I hate to waste a user’s time by … Continue reading

Posted in Batch Files, Remote Support | Tagged | 25 Comments

why chentiangemalc?

In 2004-2005 I lived in the North East of China, in a small city called Tonghua. Nobody could pronounce my name so I used a Chinese name “陳天歌“ which in Mandarin is pronounced Chen Tian Ge. Chen is a Chinese surname, a … Continue reading

Posted in Random | Leave a comment

How To Use .NET and PowerShell in Windows PE

Something that has been a source of frustration to many IT staff is the lack of support for .NET and PowerShell within Windows PE. Although there are many good reasons why this is not included – memory usage/size of boot images … Continue reading

Posted in .NET, Batch Files, PowerShell, Windows PE | Tagged | 16 Comments