nt4

Get a list of available domains (NT4 and Active Directory)

Does anyone know (in c#) a way of getting the available NT4 domains (a bit like the WinXP login box dropdown)? I know that this is fairly easy for Active Directory using the DirectoryServices namespace, but I can't find anything for the old NT4 domains. I'd rather not use API calls if at all possible (that might be asking a bit much ho...

Get mac address for remote computer under NT4 in C

Is it possible to get the mac address for a remote connection under NT4. The remote pc opens a socket connection into the program and I can get the ip address but need the mac. I have tried using SendARP but this doesn't seem to be supported in NT4. ...

How can I create and start a parameterized thread in .NET 1.1?

.NET 1.1 lacks ParameterizedThreadStart (I have to use 1.1 because it's the last one supporting NT 4.0) In .NET 2.0, I would simply write: Thread clientThread = new Thread(new ParameterizedThreadStart(SomeThreadProc)); clientThread.Start(someThreadParams); How can I create equivalent .NET 1.1 code? ...

How to run VBScript in Windows NT 4?

I have a VBScript which I am scheduling to run daily on many Windows servers. In Windows 2000 and 2003, the script worked fine as the two OS have csript.exe. However, in Windows NT 4, it does not seem to have this executable. Is there an alternative/option to run the VBScript in Windows NT 4? ...

Was there a book about the creation of NT4?

Someone told me once there was a good novel around the story of the development of NT4. Does anyone know about this novel, what was its name? ...

Enable RFC 1323 opts in WinNT?

RFC1323 is not supported on winnt 4. However I have heard there is a patch that enables it (some say SP3). I have SP6 and its not enabled and there are no Tcp1323Opts parameters in tcpip service registry. Apparently it was a 3rd party hack/patch. Does anyone know if it exists? ...