Is RC4-128 bit secure than AES-128 bit??
I have a client-server system. The client and the server application are programmed in windows. I use Windows Crypto...
What is the COMDAT section used for??
I see the /Gy option and am wondering why I would use it? http://msdn.microsoft.com/en-us/library/xsa71f43.aspx ...
Specifying Font and Size in HTML table?
I am trying to specify the Font Face and Size for text in a table. It seems to respect the FACE= but ignores the SI...
How to extract, modify and rebuild a Cabinet File??
I can successfully extract Cabinet files (.cab) using the Windows tool Expand.exe. Expand.exe foo.cab -F:* I now ...
How to use random in BATCH script??
How to use random in BATCH script? ...
New Windows Service installed, fails to start: “System error 2 … system cannot find the file specified”?
I have installed several other custom .Net windows services successfully. A new one I had recently written was very...
FFmpeg not copying all audio streams?
I'm having trouble getting ffmpeg to copy all audio streams from a .mp4 file. After hours of searching online, it ap...
What's the best way to determine which version of Oracle client I'm running??
The subject says it all: What is the best way to determine the exact version of the oracle client I'm running? Our...
How can you find and replace text in a file using the Windows command-line environment??
I am writing a batch file script using Windows command-line environment and want to change each occurrence of some t...
Executing a batch file in a remote machine through PsExec?
I am trying to run a batch file (in the batch file I have just written 'notepad') on a remote PC through PSExec. The...
Xampp MySQL not starting - “Attempting to start MySQL service…”?
I've just installed XAMPP for Windows - should be the newest version (XAMPP Control Panel v3.2.1). Apache is runni...
How to uninstall Jenkins on Windows??
A similar question was asked for Macs: How to uninstall Jenkins? How do I do the same on Windows (specifically if I...
CSV in Python adding an extra carriage return, on Windows?
import csv outfile = file('test.csv', 'w') writer = csv.writer(outfile, delimiter=',', quoting=csv.QUOTE_MINIMAL) wr...
How to tell which disk Windows Used to Boot?
I'm need to find a method to programmatically determine which disk drive Windows is using to boot. In other words, I...