Top "Windows-xp" questions

Windows XP is a Microsoft graphical operating system edition for use on personal computers.

CUDA linking error - Visual Express 2008 - nvcc fatal due to (null) configuration file

I've been searching extensively for a possible solution to my error for the past 2 weeks. I have successfully installed the …

c++ visual-c++ cuda windows-xp linker-errors
Using SAS and mkdir to create a directory structure in windows

I want to create a directory structure in Windows from within SAS. Preferably using a method that will allow me …

windows-xp cmd sas mkdir
How to execute a scheduled task with "schtasks" without opening a new command line window?

I have a batch file that creates a scheduled task using schtasks like this: schtasks /create /tn my_task_name /…

windows-xp batch-file scheduled-tasks windows-task-scheduler
How to run my program on before logout on windows XP?

I am looking for an inverse version of "RunOnceEx". RunOnceEx does run some program, before the user's shell(desktop&…

windows-xp registry logout runonce
Does changing the process priority in Windows Task Manager cause problems?

When changing the priority of a process, there is a warning about system instability. I am running a Machine Learning …

windows process windows-xp taskmanager
How do I target .NET 4.0.3 on XP using Visual Studio 2012? Application fails to run with "not a valid Win32 application"

I have a large application targeting .NET 4.0.3 that needs to run on XP. It builds fine using Visual Studio 2010 SP1 …

.net visual-studio-2010 windows-7 windows-xp visual-studio-2012
Flush disk write cache

When the policy for a disk in Windows XP and Vista is set to enable write caching on the hard …

windows windows-xp disk
How to wrap words/lines in NetBeans IDE 6.9.1?

I searched for "wrap" in keyboard mappings without success. I don't see this option in menu neither. EDIT: I was …

netbeans windows-xp netbeans-6.9
"Mem Usage" higher than "VM Size" in WinXP Task Manager

In my Windows XP Task Manager, some processes display a higher value in the Mem Usage column than the VMSize. …

memory windows-xp taskmanager
How to tell if the OS is Windows XP or higher?

I am trying to play with the Environment.OSVersion.Version object and can't really tell what version would indicate that …

c# windows .net-2.0 windows-xp version