Questions tagged [windows-xp]

Windows XP is a historical Microsoft operating system edition for use on personal computers. Support was discontinued in April 2014. Important note: This tag is exclusively for programming questions directly related to Windows XP; questions about general software issues should be directed to Super User. This tag is for all flavors of XP, including XP Home Edition, XP Professional, XP x64, Itanium-64, XP Embedded, and XP Tablet.

Important Notice: As of April 8, 2014 has stopped the support for Windows XP. See the official recommendations.

Microsoft Windows XP is the sixth release of the NT series of operating systems. The name "XP" is short for "eXPerience", highlighting the enhanced user experience. Its predecessors are NT 3.1 (released July 1993), NT 3.5 (September 1994), NT 3.51 (May 1995), NT 4.0 (July 1996), NT 5.0 (February 2000, marketed as Windows 2000 ). The next in the family is NT 5.1 (October 2001), which is marketed as Windows XP.

Releases before XP targeted enterprise, business, and server installations. XP was the first to be marketed in a variety of editions, and the first NT-derivative to target home and small business use, as well as professional, developer, data center, and a few more. Subsequent product releases do not use the XP title. They are (November 2006), (February 2008), (October 2009), (October 2012).

XP features a new task-based GUI. It is also the first version of Windows to use product activation to combat illegal software duplication. Windows XP was released worldwide for retail sale on October 25, 2001, and over 400 million copies were in use in January 2006. Microsoft released various service packs: SP1, SP2, SP2b, SP2c, and SP3. These added limited features, but mostly fixed bugs and increased system reliability.

XP was packaged in multiple flavors:

  • Windows XP Home Edition, designed for home users, and
  • Windows XP Professional, designed for business and power users. It contains advanced features that the average home user would not use. However, those features generally are disabled in Home Edition, but are there and can be activated.

Two different 64-bit editions were made available. One, designed specifically for Itanium-based workstations, was introduced in 2001 at around the same time as the Home and Professional editions, but was discontinued a few years later when vendors of Itanium hardware stopped selling workstation-class machines due to low sales. The other, called Windows XP Professional x64 Edition.

  • Windows XP Embedded: an edition for specific consumer electronics, set-top boxes, kiosks/ATMs, medical devices, arcade video games, point-of-sale terminals, and VoIP components.
  • Windows Fundamentals for Legacy PCs (July 2006): a thin client version of Windows XP Embedded which targets older machines (as early as the original Pentium).
  • Windows XP Tablet PC Edition was produced for a class of specially designed notebook/laptop computers called tablet PCs. It is compatible with a pen-sensitive screen, supporting handwritten notes and portrait-oriented screens.
  • released April 2003, internally versioned V5.2

References:

Useful Links:

3492 questions
1
vote
1 answer

Add custom 2FA on Windows XP (after login)

I would like to create a custom 2FA on Windows XP (and above) for personal computers. I know Windows XP is discontinued, but I'm using an old program relying on Windows XP, so for now I'm stuck on it. I can write C/C++ code, but I don't know C#. So…
Max13
  • 919
  • 2
  • 9
  • 27
1
vote
1 answer

Compatibility of SQL server native client 10.0 with Windows XP

Is the driver "SQL server native client 10.0" compatible with Windows XP? Thanks
1
vote
1 answer

Using cx_Freeze (Python 2.7) on a Windows box OOTB

I have been plagued with this problem ever since I started with Python, I want to write a Python script, and then export it as an EXE that I can run on any Windows XP (and up) machine. cx_Freeze covers all of this perfectly, the only problem is that…
Soviero
  • 1,774
  • 2
  • 13
  • 23
1
vote
0 answers

Six error while installing utils package on python 2.7 windows XP 32bit

When trying to install utils by pip get SIX error. BTW my virtual machine is not and cannot be connected to the internet. Collecting six (from python-utils==2.0.0) Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) …
1
vote
1 answer

How to fix VB6 APPCRASH ntdll.dll error on make

I am making an exe from an existing VB6 project. During Make, VB crashes with the following message Visual Basic has stopped working Problem Event Name: APPCRASH Application Name: vb6.exe Application Version: 6.0.97.82 Fault Module Name:…
najarajar
  • 21
  • 7
1
vote
0 answers

How to Uninstall The Client Services for NetWare (CSNW) in XP?

I tried to use the steps to uninstall The Client Services for NetWare (CSNW), but it didn't appear in the properties Network Connnection. The only place I can find it is in the Control Panel named (CSNW), but I can't delete it from there.I want to…
Asad Alamdar
  • 158
  • 8
1
vote
0 answers

Windows App using PeekNamedPipe() used to work in XP but does not in Win7

I used to have an application which launched an application using CreateProcess() and then piped data back and forth. The child process used printf() and getch(). The code had: PeekNamedPipe(pCmdIF->m_asynch_hReadPipeOut,NULL,NULL,NULL,…
MTailor
  • 39
  • 3
1
vote
2 answers

Git+SSH on Windows. Git pull dies with "Application Error."

My git setup on Windows was working fine till few days back. I use git with Cygwin. One morning, "git pull" on cygwin command line threw the following error. SSH works fine when I connect to other servers. Only when it is used in conjunction with…
Shashikant Kore
  • 4,952
  • 3
  • 31
  • 40
1
vote
1 answer

Hard links in windows xp

is there any way to create hard links in windows xp ? i came across this link but it says minimum vista is needed , any way to do it without using link magic software ?
GoodSp33d
  • 6,252
  • 4
  • 35
  • 67
1
vote
1 answer

c++ invisible app that launches an exe using native libraries

I'll begin with an apology since I am new to c++ and maybe my questions make no sense. I have a c# app, unfortunately it requires .Net framework to be installed on the machine. I'd like to make a c++ application that will copy a .Net installer from…
user535448
  • 37
  • 3
1
vote
1 answer

Tablet PC SDK (1.7) Merge Module + VS2008 + Windows Vista?

I have a VS2005 deployment & setup project, that makes use of the Tablet PC SDK 1.7 Merge Module, so users of Windows XP can make use of the managed Microsoft.Ink.DLL library. Now that we've moved over to Vista/VS2008, do I still need to install the…
Martin Marconcini
  • 26,875
  • 19
  • 106
  • 144
1
vote
1 answer

WinDBG debug after restart

The environment is Windows XP SP3 32 bit with WinDBG:6.12.0002.633 X86. The programs was compiled with Visual C++ 2008 Express Edition. I have a problem with WinDBG, I tried to fix it unsuccessfully for a long time. The initial…
alond22
  • 65
  • 6
1
vote
1 answer

How can I get output of NANT zip task to be unzipped on XP?

I wrote the following Nant script on my Vista dev machine and was pleased as punch with the output of the Nant zip task, as I can unzip it with any problems:
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
1
vote
1 answer

How to print to Windows USB printer from Java?

I have a kiosk application that runs under Windows. I would like to be able to print to a Windows printer connected via USB from a Java app. I can't use the JavaCOMM library as the printer is not serial or USB. I've read about the Java print API…
fred basset
  • 9,774
  • 28
  • 88
  • 138
1
vote
3 answers

Windows - VBScript - Determine IP address of computer on network

I have written some VBScripts to automate tasks that I perform on computers over the network. These work great for most tasks however within our network we have problems with the IP address in DNS being correct all the time. This mainly occurs…
tward
1 2 3
99
100