Jump to content

Recommended Posts

Posted

On a 2k3 DC, AutoIt 3.3.0.0, the following line launches mmc.exe hidden, as expected:

ShellExecute("mmc.exe", "", "", "", @SW_HIDE)

The following always brings mmc/gpedit into focus and doesn't hide it:

ShellExecute("gpedit.msc", "", "", "", @SW_HIDE)

ShellExecute("mmc.exe", "gpedit.msc", "", "", @SW_HIDE)

I've tried using 'Run' as well, no cigar.

Ideas or suggestions? TIA

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...