Questions tagged [windows-nt]

Windows NT is a family of modern, commercial, portable, shared-source, hybrid-kernel operating systems developed by Microsoft.

Windows NT is a family of commercial operating systems developed by Microsoft based on the Windows NT kernel.

The NT kernel is used in both client products, such as Windows 2000 Professional, Windows XP, Windows 7, and Windows 8, as well as server products, such as Windows Server 2003, Windows Server 2008 R2, and Windows Server 2012. The NT kernel is also occasionally found in embedded products as Windows Embedded, or more recently, Windows Phone 8. The initial public release of Windows NT was on Windows NT 3.1 in 1993.

Current Microsoft Windows operating system families based on Windows NT include Windows 8, Windows Phone 8, and Windows Server 2012.

The Windows NT kernel is most often associated with the x86 and x86_64 architectures but has also historically run on architectures such as MIPS, PowerPC, Itanium (last supported on Windows Server 2008), and Alpha. Modern-day versions Windows NT exist for the x86, x86_64, and ARM architectures.

While much of the Windows NT operating system family is closed-source, some of it (including much of the kernel) is available under shared-source licensing (including academic/research use, as well as technical troubleshooting use).

Windows NT is structured differently than most Unix operating systems; some of it is inspired by the architecture of OpenVMS, while many other aspects of Windows NT are inspired by the requirements of backward compatibility.

The Windows Internals series, published by Microsoft Press, is an excellent reference to the architecture of modern Windows NT.

While the most visible aspect of Windows NT is the Win32 subsystem, which exposes the Windows API, other subsystems can be deployed on the Windows NT kernel as well, including a POSIX subsystem, commonly referred to as Subsystem for Unix Applications or Services for Unix. Historically, console-based OS/2 applications were also supported as another subsystem running on the Windows NT kernel.

See also:

70 questions
0
votes
1 answer

How to check if windows NT user is valid?

I am creating db users via a web application like so: try { SetConnection(server); string sql = "USE [master]" + " CREATE LOGIN" + " [TP1\\" + user + "] FROM WINDOWS WITH…
ThunD3eR
  • 3,216
  • 5
  • 50
  • 94
0
votes
0 answers

How can I install ssh2 in Windows_NT (Azure web service) to connect VM from web service?

To make my question more clear, I'm breaking them into parts. I have created webpage in Microsoft azure using app service {http://####.azurewebsites.net} I have created virtual machine linux (Ubuntu) platform Both the service (web and vm) are in…
user2110417
0
votes
0 answers

no system table found in data database

I have an Accounting package that uses a SQL Server database. To connect to this database I have two options: Windows NT authentication SQL Server authentication When I use option 2 (SQL Server authentication) with SA user account, the application…
0
votes
2 answers

Get last character of a string from a variable Windows NT batch CMD

Trying to make my batch compatible across various windows versions including Windows NT. I need to return the last character of a variable. Normally I would use %foo:~-1% to return although this does not work on Windows NT. I have read WinNT…
ryan
  • 51
  • 2
  • 10
0
votes
0 answers

Error while installing Angular?

I'm trying to install Angular but some errors occurred. Please, refer to this image npm ERR! Windows_NT 10.0.14393 Any suggestion is welcome.
Smaillns
  • 2,540
  • 1
  • 28
  • 40
0
votes
0 answers

VB 6.0 windows service on Windows Server 2012

I have couple of windows service written in VB 6.0... FOr many years these services are successfully running on windows server 2003, Now its time for windows server 2012 in my organisation.. I am able to install the VB 6.0 windows service…
SaiChandan
  • 11
  • 2
0
votes
1 answer

Regular Expressions in Windows (NT) Kernel

What are my options if I want to use regular expression matching in a Windows NT kernel driver that is written in C? I don't think Microsoft Windows has a ready made API for this, but correct me if I'm wrong. I'm assuming that I'll need to use an…
AlexPi
  • 539
  • 5
  • 16
0
votes
1 answer

Receiving DMLERR_POSTMSG_FAILED when calling DdeClientTransaction() with XTYP_POKE

Put on your wayback hats... I have to use DDE (sorry, absolutely no choice in this) to communicate with an industrial control system. The control system is the DDE server and runs on the same Windows 7 PC as my DDE client. The client uses MfcDDE…
0
votes
1 answer

Forbidden file/dir names in Linux Darwin and Windows_NT oses

I'm trying to come up with a conclusive list of rules of what is illegal in naming conventions for OSes that can run node.js. So far from reading many resources and similar questions on the internet this is what I found: illegal characters anywhere…
Jorayen
  • 1,737
  • 2
  • 21
  • 52
0
votes
1 answer

abd is not recognized as an internal or external command

I am trying to install appium in windows OS. I added tools and platform-tools folder path into the system path. But still adb is not recognizable by the system!!!! CMD Output Image : Folder View :
0
votes
0 answers

Unique ID of PE file

I am trying to develop unique ID (or some magic attribute) of PE file. By the help of which we can calculate (or track) any information of that file(without disturbing that file) like file size or address of entry point or machine code or is file…
user5377926
0
votes
1 answer

How to get the preprocessed line which trigger an internal compiler error?

cl options /nologo /ML /Gt0 /QMOb2000 /W3 /GX /Od /Gf /X /I "D:\Xorgfr\include" /D "NDEBUG" /D "NOGDICAPMASKS" /D "NOWINMESSAGES" /D "NOWINSTYLES" /D "NOSYSMETRICS" /D "NOMENUS" /D "NOICONS" /D "NOSYSCOMMANDS" /D "NORASTEROPS" /D "NOSHOWWINDOW" /D…
user2284570
  • 2,891
  • 3
  • 26
  • 74
0
votes
1 answer

Windows NT vs Win Server 2003/2008 for web hosting

my web hoster uses windows nt as server + IIS 6 I'm hosting an asp.net 3.5 web site and it... works great ! So my question is : why buying a win server 2003/2008 hosting instead an "old" NT if NT works great ?
stighy
  • 7,260
  • 25
  • 97
  • 157
0
votes
0 answers

Compiling for Windows NT using Visual Studio 2005

I need to create an executable for Windows NT ( yes, Windows NT still exists ). The problem that I have is that VS2005 uses CRT/MFC 8.0, therefore after running the application using the CRT 8.0 libraries I will get an error complaining that…
Skynight
  • 507
  • 2
  • 7
  • 24
0
votes
1 answer

Install error on installing Developer 2k 1.2.1on Virtualized Windows NT

I am trying to install Developer 2k 1.3.2 on a virtualized windows nt system. I am facing the following access exception. An application error has occurred log has been generated ORAINST.exe Exception: Access violation (0xc0000005) ,…
AlgoMan
  • 2,785
  • 6
  • 34
  • 40