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
2 answers

Choosing folders with numbers in batch

ok so from the title you might have an idea as to what im trying to accomplish. What I want to do is [ tree ] and show a list of folders ( hence the tree command ) and then allow me to select a folder by using numbers, the catch is that I need to be…
cmd
  • 563
  • 3
  • 10
  • 26
0
votes
2 answers

How to get accurate file count using batch (windows xp)?

Trolled through similar questions and am stuck on my script. Basically, I need this .bat to check the directory for the number of files with the Lockbox prefix, store the count to a variable, and eventually call an .exe to import each of the…
dangoody27
  • 13
  • 1
  • 4
0
votes
1 answer

Lightswitch Desktop Application Wont Run in XP SP3

I have developed an application in Lightswitch 2012, and now need to deploy it to a desktop PC running XP SP3. I have already looked at two previous posts Can't run Lightswitch 2012 Programm under Windows XP and Lightswitch Desktop Application Wont…
maurocam
  • 411
  • 6
  • 15
0
votes
1 answer

Visual Studio 2010 toolbox empty when run in XPSP3 Compatibility Mode in Win 7?

I have found that the only way to get a non-empty toolbox in the Visual Studio 2010 designer in Win 7 is to not run the IDE in XPSP3 Compatibility Mode. Why is this the case?
CJ7
  • 22,579
  • 65
  • 193
  • 321
0
votes
1 answer

Merge registry key by .vbs using GPO /computer configuration

We have bought Team Viewer corporate, and need to deploy to our infrastructure, it includes Windows XP SP3, and Windows 7, our domain controller is Windows 2003 SP2, the setting of Team Viewer was exported to .reg file including the passwords and…
SDM78
  • 29
  • 1
  • 2
  • 7
0
votes
2 answers

what will effected if vs2010 install on already contain vs2005 in a system?

I have an issue that I am using Visual Studio 2005 on my system with Windows XP SP1 as an operating system. Now I want to install Visual Studio 2010 with SP3 without uninstalling VS2005. My question is, will my project in VS2005 still work properly?…
0
votes
1 answer

How to check that the OS is at least Windows XP SP3?

Possible Duplicate: How do I determine if a computer is running XP Service pack 3 There's a ton of C++ code illustrating how to check that OS is Windows XP, but I need to know if it's at least Windows XP SP3. Is there any way to do that?
ahmd0
  • 16,633
  • 33
  • 137
  • 233
0
votes
2 answers

Remote connection between Linux and window

Is there any way I can take control of Linux machine, if I am using window xp. Is there any software equivalent to windows netmeeting.
Ashish
  • 14,295
  • 21
  • 82
  • 127
0
votes
1 answer

Download link for SQL Server 2008 Developer edition and SQL Server 2008 Standard edition?

I want to download SQL Server 2008 Developer edition and SQL Server 2008 Standard edition in Microsoft's web site but I can't find the link to download the iso image. Can you help me to find the link?
user1652624
  • 31
  • 1
  • 2
  • 6
0
votes
3 answers

Create a computer login screen VB.net

I would like to create a VB.net program that will prompt a user before it shows them their desktop for a password. If the password is correct it will log in. If incorrect, after a couple of tries the compuer will shut down. The only problem is…
0
votes
1 answer

Autolaunch exe on USB in windows XP SP3

I want to autolaunch my application on USB as soon as I plug it into a PC running on windows XP SP3. I have made an autorun.inf (having below written code) and also tried to lauch setup using a batch file(autorun.bat) but none of these seem to be…
Vaibhav Singla
  • 832
  • 1
  • 10
  • 14
0
votes
1 answer

VS2010 Connection Dialog GAC Error in Windows XP

All, I am using the VS2010 database connection dialog that Microsoft have released (download from here). I am using this without any problems on Windows 7. However, when I install the application on Windows XP (using the 'Publish' option in VS2010)…
MoonKnight
  • 23,214
  • 40
  • 145
  • 277
-1
votes
1 answer

Question on C# App MessageBox.Show() that called by Cpp App CreateProcess()

I have done 2 tests. I got two applications that ran on the same computer. 1st time, when I click my CsAPP.exe. the MessageBox.Show() works quite well and a new window pop-up the way I wished. 2nd time, when I run CppAPP.exe there is a…
Nano HE
  • 1,879
  • 7
  • 28
  • 39
-1
votes
1 answer

FoxPro and old softwares

I have an old software running on XP. When I run it on another pc the following error arises odbc driver manager, data source name not found and no default driver specified. How do I get around this problem? Note: on the old system I checked in…
-1
votes
2 answers

Show a picture without borders and exit pure c

How can this be done using Visual C++ 2008 Express? Picture must be into executable. I found i can modify background of borderless window using these lines: WNDCLASSEX wcx; /*fill up other wcx members*/ wcx.hbrBackground=CreatePatternBrush((HBITMAP)…
BalticMusicFan
  • 653
  • 1
  • 8
  • 21
1 2 3
9
10