Questions tagged [win32]

24 questions
21
votes
3 answers

How do I remove unsupported characters from a filename on Windows

I've used a live boot CD of Linux couple weeks ago and have redirected screenshots to my NTFS drive.The filenames contain a colon symbol : which is one of the unsupported characters for a filename on the NTFS file system. Unsupported characters are:…
oxou
  • 341
  • 11
10
votes
5 answers

How to safely delete stuff from %SystemDrive%\Windows\Installer?

Possible Duplicate: Is it safe to delete from C:\Windows\Installer? Not Duplicate: The link mentioned above talks about Windows XP. I am talking about Windows 7. The behavior of the folder might have changed between the 2 windows and I would…
Randall Flagg
  • 311
  • 2
  • 3
  • 13
8
votes
3 answers

Using Win32 in DOS

Is there a way that I can start the Win32 environment or run Win32 programs from DOS without starting the Windows GUI? I'm using a Windows 98 PC that is booted into DOS mode from a floppy disk. EDIT: I want to run command line programs. Some of…
StackUnderflow
  • 283
  • 1
  • 4
  • 9
4
votes
2 answers

Is there a workaround to enable classic Win32 Desktop apps to run on Windows RT (ARM)

According to this arstechnica article and this mozilla blog post the Win32 API is present on Windows RT, but Microsoft chooses to not make it available for third party applications. Office and Internet Explorer on WinRT ARM use the standard Win32…
dodgy_coder
  • 199
  • 7
3
votes
2 answers

What is the Valid Range for Print Job IDs on Windows?

I've tried searching for this for a while now, but I can't find any MS documentation which details what the maximum and minimum valid print job IDs are for windows. Does anyone know of documentation anywhere that might provide this information? The…
Andy
  • 151
  • 1
  • 11
3
votes
1 answer

How can I bundle a bunch of installations binaries together into one executable that calls a bunch of sub-executables?

I have a script which I want to deploy to some people in my group, but there are three dependencies ( python2.7, ExchangeCDO, pywin32). Is there a way that I can create one installation file that has these three installation dependencies bundled…
Ross Rogers
  • 4,427
  • 8
  • 32
  • 43
2
votes
1 answer

Why does a Win32 application show Korean Characters correctly on one Windows 10 computer but not another with the same version and language packs?

Our company supports a Win32 App. One of our customers uses both English and Korean (Hangul) characters. One of the two computers displays Korean characters correctly in a particular set of fields, and one displays Korean characters incorrectly…
JohanTux
  • 143
  • 7
1
vote
1 answer

WmiEvent for any usb device

I am following this answer, which contains Register-WmiEvent -Class win32_VolumeChangeEvent -SourceIdentifier volumeChange and $newEvent = Wait-Event -SourceIdentifier volumeChange This works when I insert or remove a USB flash drive. (I'm…
GiantDuck
  • 447
  • 2
  • 6
  • 19
1
vote
0 answers

How is a batch file (`.cmd` / `.bat`) file executed on Windows?

Context On Windows, the application responsible for opening a given file type (identified by its extension) is resolved using file associations defined (among a few other places) in HKEY_CLASSES_ROOT. Usually, if I wanted to make a file with a given…
a-n
  • 29
  • 1
  • 5
1
vote
0 answers

Disabling the auto move of windows to the primary screen when changing screen configuration?

Using a single screen machine when I log in via Remote Desktop to a machine with three screens, all my open windows automatically get moved to the primary screen. Is there a way to disable this functionality, either through the registry or…
NabilS
  • 111
  • 1
1
vote
0 answers

ERROR: "*.exe is not a valid Win32 application." 64-bit executable on Windows XP SP2 x64 on 64-bit machine

I'm using Windows XP SP2 Pro x64 on a 64-bit machine. Default windows services and applications (including IE8) run in 64-bit mode as seen in Task Manager. Yet 3rd party 64-bit executable applications won't start. Applications were executed from…
0
votes
0 answers

How to kill all obtrusive messagebox recursion manually when they are opened very quickly and very many in Windows

Firstly, I do not asking for programming solutions, I just publish this code to show how this program work. I tried this program below (in Virtual Box): #include #include #include using namespace std; int main(int…
DMaster
  • 243
  • 1
  • 2
  • 8
0
votes
1 answer

Is there a way to install the windows 64 bit drivers on my windows 32 bit

So, I know that I am asking an impossible thing but I think that there should be a way for that. Can I install 64bit windows7 drivers to a 32 bit windows 7 computer. Is there any way that can convert the drivers to a 32bit supported OS. Note that…
Aditya Sinha
  • 43
  • 2
  • 9
0
votes
1 answer

Proxy settings for HTTP request using libcurl

I am fairly new to HTTP Protocols involving proxies and authentication. I am working on an application that runs on Windows and uses the host network to send/receive HTTP/S requests. It also uses Libcurl to help the transfer. However, I have a few…
linux developer
  • 101
  • 1
  • 4
0
votes
1 answer

Windows Generic Software Updater API (Example: Steam, Origin)

i just noticed that the updaters of steam and origin look very similar. Is this just some "coincidence" or is there some generic updater api available in Windows that i never noticed?
Nick Russler
  • 153
  • 1
  • 7
1
2