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
0
votes
1 answer

Windows Script Host "cannot find file" exception in windows XP only

Code: var regs = {'E':/[e]/g};//in real code here are actual regular expressions var fso = new ActiveXObject("Scripting.FileSystemObject"); var objShell = new ActiveXObject("Shell.Application"); var lib, new_file; var cur_path =…
sander
  • 388
  • 1
  • 3
  • 10
0
votes
1 answer

Wpf application on .NET 4.5 to .NET 4.0

I'm in face on the following problem: An application developed on Microsoft Visual Studio 2013 in .NET 4.5, needs to work in Window XP Platforms. I'm rebuild the software using .NET 4.0 and make some modifications to add compatibility, but when i…
Juliano Oliveira
  • 868
  • 1
  • 9
  • 29
0
votes
1 answer

Connecto to SQL Server with c# and JDBC

I have this program in java to connect to a SQL Server server = "ZF-SQL-MTRAZDB.NIS.LOCAL" dbName = "MRAZ" nameBaseDatos = "CD_LO" table = "dbo.CD_LO_DATA" user = "user" password = "Pass" url = "jdbc:sqlserver//"+ server + "\\" + dbName +…
Igor
  • 63
  • 1
  • 4
  • 10
0
votes
0 answers

Application Hangs with 100% usage due to Mfc Main thread

Platform: Windows xp compiler: vs2008 After application started, when i click the ui, Application hangs with 100% usage: so i have tried to find which thread makes this hang and so i have freezed the main thread then application hangs stops. After…
Prasaathviki
  • 1,147
  • 2
  • 11
  • 22
0
votes
1 answer

One rule is not run on this Makefile

I'm running this makefile in WinXP: Package=killerapp Sources=main.c Resource=resource\resource.rc Objs=$(Sources:.c=.o) Res_obj=$(notdir $(Resource:.rc=.o)) CC_RES=windres CC=gcc CFLAGS= LDFLAGS=-mwindows %.o.c: $(CC) $(CFLAGS) -c…
Joel
  • 1,805
  • 1
  • 22
  • 22
0
votes
3 answers

Metasploit error, stops at attempting to trigget vulnerability for ms08_067_netapi exploit

I am trying to hack my own webcam. My host PC is Linux Mint 17. The target is VM instance of Windows XP SP3. Target IP - 192.168.1.6 My Host IP - 192.168.1.8 Problem is when i execute exploit, it says attempting to trigget the vulnerability and…
kishorer747
  • 810
  • 1
  • 10
  • 24
0
votes
0 answers

WCF service don't send a message request to a server in Windows XP SP3

I have a WCF client/server app. All services work perfectly in Windows 7, but one small service do not send a message request to the server in Windows XP SP3. I found a IEnumerable collection and a byte array of service's method are the reason of…
BitUser
  • 11
  • 2
0
votes
1 answer

visual studio.net has detected that web server is not running the asp.net 1.1 version , you will be unable to open or create web application

the program visual studio 2003 installed on my system showing me this message when try to open the web application. visual studio.net has detected that web server is not running the asp.net 1.1 version , you will be unable to open or create web…
Khushi Sharma
  • 51
  • 1
  • 8
0
votes
0 answers

Google Apis 3.0 OAuth Token on Windows XP

Using Google Apis 3.0 with .NET Framework 4.0 my application, that works fine under Windows 7 and 8 doesn't create Token file into the specified DataStore Folder Here is the Code line credential = GoogleWebAuthorizationBroker.AuthorizeAsync(sec,…
0
votes
1 answer

Getting information about the logical processors in windows XP SP0 (like GetLogicalProcessorInformation )

I want to collect information about the logical processors in the system. Preferably the exact same data as GetLogicalProcessorInformation function retrieves. I'm using Windows XP SP0, but the function is supported only on Windows XP SP3. I probably…
user972014
  • 3,296
  • 6
  • 49
  • 89
0
votes
1 answer

VS Setup Project - Sqlexpresschk.exe is not a valid win32 application when ran from Win XP KN Pro SP3

I need your help - I have a problem with getting a VS Setup to work on Windows XP KN SP3 because I encounter an error with Microsoft SQL Express Version Checker executable because "SqlExpressChk.exe is not a valid Win32 application" and I do not…
Sergey
  • 939
  • 1
  • 6
  • 13
0
votes
1 answer

How to run tesseract from command prompt in windows xp?

I have installed the tesseract OCR engine in my windows xp sp3 desktop.I am now trying to running the engine from command prompt as advised here https://code.google.com/p/tesseract-ocr/wiki/ReadMe The command they have given is tesseract imagename…
Tawfiq Chowdhury
  • 29
  • 1
  • 2
  • 8
0
votes
2 answers

System.Net.Dns.GetHostAddresses("")

I have an application I have been working on and it can be slow to start when my ISP is down because of DNS. My ISP was down for 3 hours yesterday, so I didn't think much about this piece of code I had added, until I found that it is always slow to…
dbasnett
  • 11,334
  • 2
  • 25
  • 33
0
votes
1 answer

Install a windows service on windows xp

I am trying to install a windows service I created in Visual Studio 2012 on Windows XP. How can I do this? I tried following this tutorial, but had little luck implementing it. http://www.ehow.com/how_6046576_install-service-windows-xp.html Is…
Steven Lynn
  • 103
  • 8
0
votes
2 answers

Build UHD with CMake for Windows XP(32-bit)

Good day. Please, explain in detail building process UHD with CMake for Windows XP. I follow the instructions from the developer, but they are very short, and I worked with CMake for the first time. I downloaded and installed all the necessary…
DJNZ
  • 121
  • 1
  • 13