Questions tagged [nt4]

The `nt4` tag is used for the no longer supported Windows NT 4.0 version of the Microsoft Windows 32 bit operating system. Windows NT 4.0 is an older version of the Windows 32 bit line of operating systems (Windows NT 4.0, Windows 2000, Windows XP in chronological order) and is no longer supported by Microsoft. This tag is specifically for a question concerning Windows NT 4.0 operating system. It should not be used for any recent, supported Microsoft OS.

Windows NT 4.0 was a release of the Windows NT 32 bit operating system to replace Windows NT 3.51 in 1996. At the time, Microsoft was supporting two major versions of the Windows operating system: 16 bit Windows for consumer PCs (Windows 3.1, Windows 95, etc.) and 32 bit Windows for business server and work station applications (Windows NT 3.51, Windows NT 4.0).

Windows NT 4.0 was released in 1996 with user interface improvements from Windows 95 along with improvements to the Windows NE 3.51 operating system.

Windows NT 4.0 was followed by Windows 2000 which contained further improvements leading to Windows XP with the goal of eliminating the 16 bit versions of Windows and moving forward with only the 32 bit version of Windows for both consumer PCs and business workstations.

7 questions
4
votes
2 answers

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…
titanium
  • 347
  • 2
  • 11
  • 21
2
votes
2 answers

Get mac address for remote computer under NT4 in C

Is it possible to determine the MAC address of the originator of a remote connection under Windows NT 4? The remote PC opens a socket connection into my application and I can get the IP address. However I need to determine the MAC address from the…
Merkin
  • 23
  • 4
2
votes
4 answers

Is it not possible to run compiled C++ applications in Windows 95 and Windows NT 4.0?

Whenever I use MinGW to compile C++ applications, they work correctly in modern versions of Microsoft Windows including Windows 2000 and Windows XP. However, when I attempt to run them on Windows 95 and Windows NT 4.0, I get these errors: Does that…
user5483294
1
vote
1 answer

Unable to create .NET Framework 1.1 Component from a VB6 app on an NT4 machine

Having a lot of problems trying to get a .NET component running on an NT4 machine. Framework 1.1 is installed and the component is compiled under the same framework. The component is a proxy for a web service which is called by a VB6 application.…
Andrew
  • 885
  • 1
  • 12
  • 22
1
vote
1 answer

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…
skolima
  • 31,963
  • 27
  • 115
  • 151
1
vote
1 answer

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…
Calanus
  • 25,619
  • 25
  • 85
  • 120
-5
votes
1 answer

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?
Greg
  • 34,042
  • 79
  • 253
  • 454