Windows is a family of client, server, and mobile operating systems, developed by Microsoft.
0
votes
1answer
4 views
pySerial program doesn´t read serial correctly
I have a problem using pySerial, and I don“t know from where to start looking for.
I have a 64 bits Windows Seven OS, with Python 2.7.5 (32 bits), and pySerial and Arduino (Arduino working correctly) ...
0
votes
4answers
10 views
Command line output not redirecting to file.
Very simple:
Open a console, and type
mkdir abc > output.txt
it creates a file called output.txt which is empty.
now repeat
mkdir abc > output.txt
This displays on the command window:
A ...
10
votes
1answer
2k views
Socket options SO_REUSEADDR and SO_REUSEPORT, how do they differ? Do they mean the same across all major operating systems?
The man pages and programmer documentations for the socket options SO_REUSEADDR and SO_REUSEPORT are different for different operating systems and often highly confusing. Some operating systems don't ...
-4
votes
1answer
36 views
How to Change Desktop on windows OS
I'm tired of using static pictures as my desktop.
so I 'm tring to make a dynamic desktop by coding.
I'm not making a video.
My plan was to make the program draw pictures and update these pictures to ...
0
votes
0answers
8 views
Compare-Object Powershell performance and Operation VS Loop
I was looking at this question where the OP wanted to know how to compare items in two arrays without looping through each array.
The command given was:
$array3 = @(Compare-Object $array1 $array2 | ...
-1
votes
0answers
4 views
In Microsoft Network Monitor, how can I capture a single payload?
In Microsoft Network Monitor, I have a HTTP payload I want to capture that is not chunked, the data received is only 21K. How can I capture this data and save it to a file?
EDIT: Also is it possible ...
0
votes
1answer
52 views
AsyncCallback not being called second time
I`m implementing ping-pong over tcp. I have Pinger written in C#. And two pongers. One written in C# and another written in C++. Pinger just sends message to pongers and pongers reply to him. The ...
-1
votes
0answers
15 views
Will traffic control software cause tcp packets to be dropped and how to prevent it? [closed]
I am testing client-server applications using NetLimiter which is a traffic control software. I found that, when client is receiving files from server and I use NetLimiter to set the download rate to ...
1
vote
2answers
23 views
Output all files inside Sub Folder: Absolute File Path
I am attempting to list the absolute path of all files inside a sub directory. I am able to find and output all files in that sub directory but the file path that I output is incorrect, ie one folder ...
0
votes
0answers
14 views
Openfire Cluster Hazelcast Plugin Issues
Windows Server 2003R2/2008R2/2012, Openfire 3.8.1, Hazelcast 1.0.4, MySQL 5.5.30-ndb-7.2.12-cluster-gpl-log
We've set up 5 servers in Openfire Cluster. Each of them in a different subnet, subnets are ...
0
votes
0answers
16 views
How to link Visual C code into mingw?
I have a large code base written to compile in MinGW. I need a function that is currently not available there, so I need to write it in Visual C++.
I don't want to rewrite my build-script to compile ...
2
votes
3answers
27 views
How does Winsock2 listen() blocks?
MSDN says that : Listen() is a blocking call. Code snippet from a function in which i have used listen() is shown below:
sockaddr_in addr = {0};
int addrlen = sizeof(addr);
SOCKET ...
-5
votes
1answer
30 views
python 3.3.0 suddenly not executing a file [closed]
I have some scripts in python that have run with no issues up until yesterday. now suddenly I'm getting a syntax error on my print statements
print(variableName)
throws an invalid syntax error at ...
1
vote
1answer
45 views
Qt creator: This application has failed to start because MSVCP110.dll was not found
Given that I downloaded the "Qt 64bit version" for my "Windows Vista", after the installation, the "Qt Creator 2.7.0" shows that it is based on "Qt 5.0.2 (32bit)". However, when creating a new project ...
-2
votes
2answers
38 views
WinApi - How To Prevent A Window From Opening
Can I forbid new windows to open on Windows ? I just want to prevent that another window steals my focus not even for a split second.
Is that possible ? And if yes how ?
// not sure if I can correct ...
9
votes
2answers
17k views
How to run a PowerShell script without displaying a window?
How is it possible to run a PowerShell script without displaying a window or any other sign to the user?
In other words, the script should run quietly in the background without any sign to the user.
...
1
vote
2answers
2k views
Setting Windows PATH for Postgres tools
I cannot access PostgreSQL through the command line in Windows. Although I am able to create and update the databases, access them through PGAdminIII, and push to Heroku, I am unable to access them ...
0
votes
1answer
18 views
How do I read data posted to the System Clipboard from Windows Math Input Panel in Java. What is the data flavor?
I'm trying to read the mathML clipboard content from the windows Math Input Panel, but when I check getAvailableFlavors from the FlavorEvent from a FlavorListner on the results of getSystemClipboard, ...
0
votes
0answers
16 views
ERROR launching vbs inside a flash drive USB
I have a question because I don't understand why this is happening.
I am executing this VBS code:
Set UpdateSession = CreateObject("Microsoft.Update.Session")
Set UpdateServiceManager = ...
0
votes
1answer
22 views
How to find/restart IIS on windows server 2003? (reload php.ini)
I need to restart my web server because I've changed some php.ini settings, however this installation of PHP appears to be non-standard. How can I find the web server that is serving my PHP and ...
-2
votes
0answers
38 views
Why does uninitialised return value cause Invalid Window Handle err in CreateWindowEx?
After the following is run
HWND m_hWndFrame;
...
m_hWndFrame = CreateWindowEx(...)
m_hWndFrame is NULL and GetLastError gives "Error 1400 - Invalid Window Handle" but this works fine:
HWND ...
0
votes
0answers
42 views
Storing methods/members from different class in a variable to access them later?
I want to make a keybinding configuration menu for my application to enable users to map specific buttons/axes/keys/etc to actions in my application.
I have, for example a joystick class and a ...
1
vote
1answer
69 views
Windows Azure REST API MediaLink
I'm trying to use the API REST of Windows Azure for creating a virtual machine deployment. However, I've got a problem when trying to specify an OS image in the following XML file:
<Deployment ...
0
votes
0answers
29 views
Closing windows explorer from python?
I have a script that opens the containing folder of a specified file, but I'd eventually want to do this in sequence, something like:
<generate list of folders to open>
for path in folderlist:
...
2
votes
4answers
99 views
Is relying on the type of a Windows handle being a pointer ok?
Windows handles are sometimes annoying to remember to clean up after (doing GDI with created pens and brushes is a great example). An RAII solution is great, but is it really that great making one ...
0
votes
0answers
9 views
Notifying internet explorer of registry change using vbscript
i are making a change in accept language of ie9 via vbscript while ie is running.
but the webpage does not change its language on refresh or next request. browser has to be restarted. if i change the ...
1
vote
1answer
23 views
VS2010 how to make output to show counter of projects built
I have solution with very big number of projects in it and would like to see somehow progress of compilation.
As you probably know when compiling we see only those strings in Output Window (even if ...
0
votes
0answers
13 views
Can't open files generated by PHP app on windows
I'm having a problem when I try to open files that were generated by my CMS on my windows machine. It has an upload function that saves the file on a given location (it is on my user folder, where I'm ...
1
vote
1answer
31 views
Differences in base64_encode()
I am trying to write a PHP script that takes in a csv file and then creates an LDIFDE file for importing students into AD.
I have everything working BUT the password.
The problem seems to be with ...
5
votes
3answers
790 views
How to read password with echo “*” in Python console program?
I'm writing a console program with Python under Windows.
The user need to login to use the program, when he input his password, I'd like they to be echoed as "*", while I can get what the user input.
...
11
votes
5answers
16k views
Getting the Username from the HKEY_USERS values
Is there a way to connect between the values under HKEY_USERS to the actual username?
I saw some similar questions, but most (if not all) talks about C# code, and my need is in VBScript.
0
votes
0answers
10 views
SetLayeredWindowAttributes to make CEF transparent not working on Windows XP
I use SetLayeredWindowAttributes with LWA_COLORKEY to replace a color (#ff00ff) with transparency, in order to achieve transparent background in the CEF1 example.
It works well on 7/Vista.
On Windows ...
0
votes
1answer
16 views
Windows, Emacs, Git Bash, and shell-command
Windows 7. Emacs 24.3.1. Git 1.8.1.msysgit.1. I have the following in my equivalent .emacs file:
(if (equal system-type 'windows-nt)
(progn (setq explicit-shell-file-name
...
0
votes
1answer
397 views
How can I screen capture a Windows 7 desktop and login screen? (i.e. remote monitoring)
My company has about 50 - 60 machines that we need to manage remotely.
They are set to automatically login but I'd like to perform the following activities:
Capture screenshot (for diagnostic ...
0
votes
0answers
9 views
Windows: Is the Serial number under Win32_OperatingSystem class unique?
I would like to know if the serial number as can be found using Win32_OperatingSystem class.serialNumber is unique or if companies (like notebook manufacturers) may use one of them for thousands of ...
0
votes
1answer
11 views
React to failed login in Windows, and launch an interactive window
I need to place a link on the Windows home screen (before a user is logged in)
When this link is clicked, I want to launch a browser pointed at a specific web app.
This would be used to enable ...
0
votes
1answer
11 views
plug in .net 4.0 into .net 2.0 testing
I have a plug in developed with .net 4.0, using WPF. I now have to plug this into to my customers app which is running .net 2.0. I believe I can do this using COM.
Is there another way to plug this ...
-3
votes
0answers
18 views
Windows 7 BIOS Lock [closed]
My school had a computer that was locked today, and from the graphics of it, it was obviously part of the bios. But if you lock the computer, it usually starts up and just says "Enter Password:" and a ...
0
votes
0answers
12 views
Windows App Certification : Class not registered exception
When I run the Windows Application Certification Kit I get an exception thats looking like this:
Well, I got the most recent SDK and installed WACK package (2.2). I cant really tell what could ...
0
votes
3answers
97 views
Determine Intel or AMD through Windows batch file
Is there a way to determine if the machine is running an Intel or AMD processor through the Windows command line (so it can be placed in a Batch file)? I am trying to make an installation script for ...
2
votes
1answer
19 views
Detecting Calling Python Script from Windows DLL When Using CTypes
I am seeking to add functionality within a windows dll to detect the name of a calling Python script.
I am calling the dll via Python using ctypes as described in the answers to How can I call a DLL ...
15
votes
9answers
15k views
What's a good way to uniquely identify a computer?
I'm developing some desktop software for a client to resell. The client wants to restrict the software so that the registration code will be specific to one and only one computer.
Besides using the ...
0
votes
0answers
6 views
Creating Transparent background logo using MS paint [closed]
I currently have a logo with white background.
I am trying to make the white background of the logo to transparent so it fits nicely with my page color.
How would i do with MS paint on windows 7.
0
votes
1answer
20 views
Perl select returning undef on sysread when using Windows, IPC::Open3, and IO::Socket->socketpair()
I found this example (posted by @ikegami) of a way to use IPC::Open3 on windows using sockets. The problem is that, when I run it, I get an error An existing connection was forcibly closed by the ...
0
votes
0answers
14 views
Selecting a Capture Device Using the System Device Enumerator
I was tring to use this link: http://msdn.microsoft.com/en-us/library/dd377566%28v=VS.85%29.aspx, to select a capturing device.
Works perfectly on Visual Studio, but throws the following error QT:
...
0
votes
0answers
16 views
Best python GUI, IDE kit for windows for a file-organization app? [closed]
I'm aware of the similar threads, but I'm hoping for more specific advice. I've been reading into this for the past month and I'm still at a complete loss at where to start.
I'm writing a program ...
0
votes
2answers
43 views
Command to find default program related to file(.pdf) using command line in windows OS
Is there any command through which I can find that user has selected a particular program (e.g. Adobe reader/Adobe acrobat) as default program for a particular file extension (e.g. .pdf) in Windows?
...
0
votes
1answer
24 views
Application.StartupPath is changed after app is added to msconfig startup
and thank you for taking your time to help me.
I have an app that I'm adding to startup in registry with the code:
RegistryKey setRunAtStartup = Registry.LocalMachine.OpenSubKey ...
-2
votes
0answers
17 views
Windows binary files corrupted when copied from Linux [closed]
As my Windows 7 was not working properly, I booted from Ubuntu live CD and backed up the binary executables, RAR, ZIP etc from my Hard Disk to an external USB( wiht NTFS).
But later on when I try to ...
0
votes
0answers
7 views
How do you make a multi-line registry entry?
I am trying to create my first shell extension. The instructions say:
"ecause Shell extension handlers are in-process servers, you also must create an
InprocServer32 subkey under that GUID subkey ...


