Questions tagged [windows-xp-sp3]

Windows XP Service Pack 3 (SP3) was released to manufacturing on April 21, 2008, and to the public via both the Microsoft Download Center and Windows Update on May 6, 2008.

A total of 1,174 fixes have been included in SP3. Service Pack 3 can be installed on systems with Internet Explorer versions 6, 7, or 8. Internet Explorer 7 and 8 are not included as part of SP3. Service Pack 3 is not available for the 64 bit version of Windows XP, which is based on Windows Server 2003 kernel.

New features in Service Pack 3

  • NX APIs for application developers to enable Data Execution Prevention for their code, independent of system-wide compatibility enforcement settings
  • Turns black hole router detection on by default
  • Support for SHA-2 signatures in X.509 certificates
  • Network Access Protection client
  • Group Policy support for IEEE 802.1X authentication for wired network adapters.
  • Credential Security Support Provider
  • Descriptive Security options in Group Policy/Local Security Policy user interface
  • An updated version of the Microsoft Enhanced Cryptographic Provider Module (RSAENH) that is FIPS 140-2 certified (SHA-256, SHA-384 and SHA-512 algorithms)
  • Installing without requiring a product key during setup for retail and OEM versions
137 questions
1
vote
2 answers

C# XmlSerialization failing on Windows XP

I have a program that serializes its settings to XML using the XmlSerializer class. It works fine on all Windows 7 machines, but fails on Windows XP SP3 machines with the following error message: System.InvalidOperationException: Unable to generate…
Robot Mess
  • 949
  • 1
  • 7
  • 31
1
vote
1 answer

Getting error in command line in Tesseract in Windows

I am following this documentation-https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 I am trying to make a font for my language using this command- training/ text2image --text=training_text.txt --outputbase=bn.Boishakhi.exp1…
1
vote
1 answer

Autohotkey cannot Undo a Capslock

For some reason, Capslock cannot be undone in AHK. E.G: This will not turn On and Off Capslock. loop: Send {CapsLock} Sleep 500 goto loop It will be stuck on. Can someone help me out here? Thx, FXAM. Here is what I did: SetStoreCapslockMode,…
zulc22
  • 337
  • 2
  • 7
  • 17
1
vote
0 answers

Framework installation got frozen

I wanted to install the sp1 of microsoft framework 3.0 and at 100% it stucked. I decided let it go for a while. However, it didnt help. By the info icon is written: Downloading ended. You may disconnect from the internet. Then hopeless i clicked on…
Vova
  • 37
  • 1
  • 5
1
vote
1 answer

wamp windows xp httpd.exe aestan tray menu

I'm having problems getting WAMPSERVER to run. Let's start with what I do know: 1) I have 32bit windows xp running with a athalon X2 340 Dual. The property menu of my computer says: (the lack of x64 means I'm running 32bits.) System: Microsoft XP …
user3068010
  • 59
  • 1
  • 2
  • 4
1
vote
3 answers

Can't access web service when connected to the network :: HTTP 407

I have a console application that communicates with a web service. Both of them are on the same machine. When I am accessing the web service with the LAN disabled, it connects without a problem. But if the LAN is enabled and connected to our office…
Ian
  • 5,625
  • 11
  • 57
  • 93
1
vote
0 answers

Renaming of a loaded browser plugin dll fails in XP (ie 8)

I have searched the site already and didn't find any mexact matching question. Sorry if I am repeating it. We have a browser plugin which needs to update itself. That means, the dll itself will rename the currently loaded dll (in the same directory)…
Hari
  • 97
  • 1
  • 8
1
vote
1 answer

PostgreSQL: Procedure or documentation for a strictly local installation

I am trying to do a local installation of a large but simple installation PostgreSQL 9.3.2 to hold about 14 GB of data, currently in a CSV file. This is my first attempt to install any database other than SQLite. The installer is asking me…
andrewH
  • 2,281
  • 2
  • 22
  • 32
1
vote
1 answer

Notepad++ sets incorrect path when running script

I have a simple script that I want to import into another with require, but when I run it from Notepad++ I get the usual error that require produces. The funny thing is that it worked an hour ago and I did not restart the computer since then. The…
1
vote
1 answer

TortoiseSvn 1.8 does nothing

I have Windows XP 32bit SP3 with Slick-subversion-1.8.3.1-win32.msi. I installed TortoiseSvn 1.8.2-24708-win32-svn-1.8.3.msi without errors. I updated previous repository with success (I checked with "svnadmin verify" and reported no errors.…
Fil
  • 1,032
  • 13
  • 29
1
vote
1 answer

Targetting Windows XP from Visual Studio 2012 when using C++ DLL

I am trying to execute a C# program on Windows XP (SP3) which references a managed C++ DLL compiled with VS2012. When compiling the C++ DLL, I have set the Platform Toolset to build to Windows XP (using the v110_xp option) and set minimum required…
Nick Sun
  • 141
  • 3
  • 10
1
vote
1 answer

How to delete an entry from DCOM config?

Need to understand what specific registry entries corresponds to an entry showing up in DCOM config(DCOMCNFG). If want to delete an object's entry from DCOM config, how it can be achieved?
user2261471
  • 41
  • 2
  • 3
1
vote
1 answer

Jenkins slave on Windows XP not starting

I had this all working, what changed I am baffled. I have a Jenkins slave running on XP and when I go to start launch the slave, I get Checking if Java exists No Java found. Downloading JDK Installing JDK ERROR: Failed to prepare Java …
reza
  • 5,972
  • 15
  • 84
  • 126
1
vote
1 answer

How to use CompareString function so it works on both Windows XP and Windows 7

I have an application built on Windows 7 SP1 Visual Studio 2010 SP1. It seems CompareString doesn't work the same way on Windows 7 and Windows XP. I am creating an EndsWith/StartsWith-like (See C# String.EndsWith) methods, but where it works on…
CS.
  • 1,845
  • 1
  • 19
  • 38
1
vote
1 answer

windows XP can't terminate javaw.exe on shutdown

I configured a computer with windows xp to work as a kiosk, at start-up the system runs my java application at full screen. The computer has not a keyboard neither a mouse. To shutdown the system the user have to push the power button. On shutdown…
mauretto
  • 3,183
  • 3
  • 27
  • 28