Questions tagged [windows-xp]

**Windows XP is EOL it is past time to move on**. Windows XP is an operating system produced by Microsoft for use on personal computers, including home and business desktops, laptops, and media centers. It was first released in August 2001, and is currently one of the most popular versions of Windows. The name "XP" is short for "eXPerience."

Windows XP is EOL it is past time to move on. On the 8th April 2014 Windows XP went EOL. As a result, technical assistance for Windows XP is no longer available.

Windows XP is the successor to both Windows 2000 and Windows Me, and is the first consumer-oriented operating system produced by Microsoft to be built on the Windows NT kernel and architecture. Windows XP was released for retail sale on October 25, 2001, and over 400 million copies were in use in January 2006, according to an estimate in that month by an IDC analyst. It was succeeded by Windows Vista, which was released to volume license customers on November 8, 2006, and worldwide to the general public on January 30, 2007. Direct OEM and retail sales of Windows XP ceased on June 30, 2008. Microsoft continued to sell XP through their System Builders (smaller OEMs who sell assembled computers) program until January 31, 2009. XP may continue to be available as these sources run through their inventory or by purchasing Windows 7 Ultimate, Windows 7 Pro, Windows Vista Ultimate or Windows Vista Business, and then downgrading to Windows XP.

The most common editions of the operating system are Windows XP Home Edition, which is targeted at home users, and Windows XP Professional, which offers additional features such as support for Windows Server domains and two physical processors, and is targeted at power users, business and enterprise clients. Windows XP Media Center Edition has additional multimedia features enhancing the ability to record and watch TV shows, view DVD movies, and listen to music. Windows XP Tablet PC Edition is designed to run stylus applications built using the Tablet PC platform.

Windows XP was eventually released for two additional architectures, Windows XP 64-bit Edition for IA-64 (Itanium) processors and Windows XP Professional x64 Edition for x86-64. There is also Windows XP Embedded, a component version of the Windows XP Professional, and editions for specific markets such as Windows XP Starter Edition. By mid 2009, a manufacturer revealed the first Windows XP powered cellular telephone.

The NT-based versions of Windows, which are programmed in C, C++, and assembly, are known for their improved stability and efficiency over the 9x versions of Microsoft Windows. Windows XP presents a significantly redesigned graphical user interface, a change Microsoft promoted as more user-friendly than previous versions of Windows. A new software management facility called Side-by-Side Assembly was introduced to ameliorate the "DLL hell" that plagues 9x versions of Windows. It is also the first version of Windows to use product activation to combat illegal copying, a restriction that did not sit well with some users and privacy advocates. Windows XP has also been criticized by some users for security vulnerabilities, tight integration of applications such as Internet Explorer 6 and Windows Media Player, and for aspects of its default user interface. Later versions with Service Pack 2, Service Pack 3, and Internet Explorer 8 addressed some of these concerns.

During development, the project was codenamed "Whistler", after Whistler, British Columbia, as many Microsoft employees skied at the Whistler-Blackcomb ski resort.

As of the end of August 2010, Windows XP is the most widely used operating system in the world with a 53.1% market share, having peaked at 76.1% in January 2007.

1622 questions
5
votes
1 answer

IRPStackSize and Accessing Windows 7 Shares from Windows XP clients

I received a new Windows 7 workstation (replacing an older Windows 7 workstation) and started running into errors accessing my file shares from Windows XP machines. I get various errors that seem to come and go (at some points it will work fine for…
djs
  • 200
  • 1
  • 6
5
votes
7 answers

How can I message intranet users to refrain from using client apps?

Our institution has hundreds of Win-XP terminals. The users do their daily job using client-server type apps. (Desk-top apps, not web apps.) In rare occasions, our database server starts behaving erratically, and in order to diminish server…
ulm
5
votes
5 answers

Can you remap "C:\Program Files" like you can with "My Documents"?

I'm not sure if this is possible, but I'm hoping you guys will know one way or the other! I'm going to be reinstalling windows xp, and the primary master IDE is a smaller 10 gig drive. I'm pretty sure that if I tried to install all my programs…
5
votes
5 answers

Build a software raid 1 on windows XP

I have nothing but bad experiences in using built in raid controller. Is there a possibility to use the software raid features of windows 2003 in Windows XP?
elgrego
  • 153
  • 1
  • 1
  • 4
5
votes
4 answers

Copy XP local profile to new domain user profile

I just rolled out a new domain controller. I want to join all the PCS to this new domein (the PCs were never on a domain just a regular workgroup). When I join a PC to the new domain it creates a new profile. How can I migrate (or whats an easy way)…
Saif Khan
  • 1,945
  • 2
  • 20
  • 25
5
votes
3 answers

Problem with slow hard disk

We bought some new PCs in my company with the new iCore 7 and 8GB memory and the following hard disk: WESTERN DIGITAL WD8000AARS 800GB CAVIAR GREEN SATA2 The problem we have is that after installing windows XP64 SP2 the write speed of the hard disk…
Makis Arvin
  • 153
  • 3
5
votes
7 answers

how to change port number of Apache server in windows OS

I have installed xampp control panel and Apache 2.2 on windows XP when I type http://localhost/ gives me page which says It Works! Now, I want to change the port number 80 to some other number How to change it ? in how many files does it needs to…
jesop
5
votes
4 answers

UNC Shortcut vs Mapped Network Drive

Is there any fundamental difference between mapping a network share and using a UNC shortcut in Windows (aside from the obvious loss of a drive letter)?
smoak
  • 646
  • 2
  • 7
  • 13
5
votes
1 answer

How to revert the compressed attribute on files in Windows for a whole drive

Someone at my job (a sysadmin) actually performed a "cleanup" task on WinXP which at the same time compressed all the files on my HDD with the Windows compressed file attribute (Filenames get blue in Windows Explorer) I don't actually need my files…
MaxiWheat
  • 237
  • 5
  • 12
5
votes
5 answers

Computer cannot obtain the domain controller name

We installed a few new computers to the network, and all of them appear to be having the same issue in Application Event Log: Windows cannot obtain the domain controller name for your computer network. (The network path was not found. ). Group…
5
votes
3 answers

Allowing non-admins to run programs as admins (like the setuid bit)

How can I enable non-admin users to run a certain application (in my case, a script) with admin permissions on Windows XP? This would be similar to the setuid bit on *nix.
Lev
  • 205
  • 3
  • 6
5
votes
1 answer

Are there any issues switching a user from a roaming profile to a local profile?

We have a Windows Server 2003 environment with XP Professional laptops. If I switch a user from a roaming profile to a local profile in active directory, by clearing the profile path, will this cause any problems on the laptop the user always uses? …
5
votes
10 answers

finding user's documents folder in .bat script

What is the best way to find a user's Documents folder on XP and Vista from a batch script? Is it safe to assume that it's %USERPROFILE%\Documents?
lajos
  • 1,345
  • 4
  • 14
  • 8
5
votes
6 answers

Persistent static ARP entries on Windows, is it possible?

I am currently running coLinux configured in "ndis-bridged" networking mode, on a machine whose wireless networking card or driver seems incapable or unwilling to accept non-broadcast layer 2 traffic, or traffic not destined for the wireless card's…
dmw
  • 153
  • 1
  • 1
  • 5
4
votes
3 answers

Are "unexportable" certificates a real security measure or just security theater?

Recently I was working on recovering data from dead (bricked PSU) Windows XP machine, which included some client certificates installed into IE 6. I plugged in a temporary PSU and tried to export the certificate, only to be told that "these…