Process check off step
Macronize, a precise macro builder to automate your apps on Windows
Brought to you by:
peverbeek
Hello, just a quick question, when starting the macro on an application I get an error code which crashes the macro which reads:
A different process than the macro process was being activated: dwm.exe(7716)
You can disable this checking by setting a Process check off step however that's dangerous.
How would I create a process check off step and would this stop it from crashing? thank you
A "Process check off" step is creating by adding a "Program/Process control" step with process acrtion "Process checking off".
Be carefull as the macro might be done on another process than you want it done on. Usually a process selection step is needed to ensure the macro is going to be done on this selected process.