0
votes
2answers
51 views
Rename PC To Serial Number
I'm trying to make a script to rename PC's to their serial number. I'm not great with VB, but I've been able to put together enough code to READ the serial number, but I'm not sure …
0
votes
1answer
17 views
Remote Named Pipes connection refused on XP
I've got a simple design I'm trying to implement.
A single C++ based server app creates a write-only named pipe. Multiple clients (C++ or C#) connect as read-only and listen for s …
0
votes
0answers
31 views
how to log process activity cpu usage [closed]
I see my machine freezing and struggling for cpu resouce very often and its so annoying every few mins when I am working. I see the process thats eating up CPU is always System Idl …
0
votes
4answers
38 views
setting the environment path permanently
I want to make a batch file for setting the %PATH% environment variable permanently - ie adding a value to the path permanently (in Windows XP).
1
vote
3answers
144 views
Which Is The Major Differences Between Windows XP, Vista And 7 At The Development Side
Hello,
Recently I installed Windows 7 in my development machine just to test, with it I installed Visual Studio 2010, but I was thinking in what are the major differences between …
0
votes
0answers
14 views
How to get a list of binaries located in particular folder with their versions (using command line in Win XP) ?
I would like to get a list like below:
a.dll 1.0.0
b.dll 1.0.1
c.dll 1.0.2
2
votes
1answer
74 views
UTF-8 output on Windows XP console
The following code shows unexpected behaviour on my machine (I'm using Visual
C++ 2008 SP1 on Windows XP here):
int main() {
SetConsoleOutputCP( CP_UTF8 );
std::cout & …
0
votes
1answer
16 views
How can I force a refresh of what ports have listeners
I'm trying to re-launch a WCF service that I killed earlier, but I'm getting an AddressAlreadyInUseException. The port it's attempting to use is 1819.
I ran netstat -nao from the …
0
votes
2answers
30 views
Passing a shortcut to a batch script
My bat script accepts a filepath as a parameter, which allows me to drag-and-drop a file onto it from Explorer. Unfortunately when I drop a shortcut onto it, I simply get the filep …
7
votes
4answers
201 views
Maximize CPU Usage
How do I maximize the CPU usage for my application? I tried setting it to "Real-time" in the Task Manager, but there was no noticeable improvement - it's stuck at 50%.
I'm working …
3
votes
6answers
84 views
Millions of small graphics files and how to overcome slow file system access on XP
Hi,
I'm rendering millions of tiles which will be displayed as an overlay on Google Maps. The files are created by GMapCreator from the Centre for Advanced Spatial Analysis at Uni …
0
votes
0answers
21 views
Free alternatives for Windows 7 Problem reporting tool on Windows XP [closed]
Hi all,
I've already asked this question in superuser.com - nobody answered it.
Maybe anybody knows a free alternative to the Windows 7 "Problem reporting tool" which would work …
0
votes
1answer
25 views
F-N Shortcuts in the Windows’ Command Prompt
Hi,
Where can I get some explanations on what F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11 and F12 do in the Windows' Command Prompt?
Are there some other useful shortcuts for Windows' Com …
2
votes
8answers
195 views
Mouse jiggling / message processing loop
I have written a multithreaded program which does some thinking and prints out some diagnostics along the way. I have noticed that if I jiggle the mouse while the program is runnin …
1
vote
1answer
57 views
Memory mapping physical disks and volumes
In Windows it's possible to open devices and volumes via CreateFile(). I've used this successfully before to ReadFile() from devices, but now I want to switch to memory-mapping. In …
