Tags: windows
Connection balancing across NLB using IIS and MaxKeepAliveRequests
September 21st, 2011using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Diagnostics;
using System.Collections.Specialized;
namespace We… more »
Switch off "Advanced Text Services" (ctfmon.exe)
August 10th, 2010http://analogduck.com/main/explorer_hangsSwitch off "Advanced Text Services" (ctfmon.exe)This can cause Windows Explorer to hang (particulary when used with IE7) [Serves you right for not using Firefox!]Open the control panel Control Panel (in "c… more »
Copying files to a remote share on windows
April 13th, 2010When you are writing batch scripts (programs that run in the background without user intervention) you often need to copy a file on to a remote machine. If you are not already connected to the machine more »
Simple way of sharing files on a home network
February 8th, 2010There are several ways of sharing files between 2 (or more) PCs. The simplest is some sort of removable media such as a memory stick or DVD. You might run into problems if your file is bigger than the size of the memory stick. The trouble with copying fi… more »
Java's File.renameTo fails on Windows
February 2nd, 2010I had a problem with renaming a properties file. Java's File.renameTo() always failed and returned false. There was no explanation as to why it failed, so it left me stuck with no idea what to do.
Windows has a different file locking policy to Unix (a… more »

