Jump to content

Recommended Posts

Posted

I notice ProcessExists doesn't detect Win3.1 (16 bits) programs. Is there anyway to detect these programs as well as using the other process functions on them?

Posted

Probably because it's running in a sandbox, aka "Dos Virtual Machine": The actual process is "ntvdm.exe". There may be a way to read the 16bit process handle from ntvdm.exe, dunno.

Try WinExists.

-mu

Posted

Probably because it's running in a sandbox, aka "Dos Virtual Machine": The actual process is "ntvdm.exe". There may be a way to read the 16bit process handle from ntvdm.exe, dunno.

Try WinExists.

-mu

At the Windows Task Manager, these programs will be listed under 16 bit tasks. I will try to see if winexists helps. Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...