Jump to content

Working with windows menu


twinend
 Share

Recommended Posts

Hi,

you can call the required applets/systemtools directly so it is more reliable than working with mousemove, send etc.

Run("rundll32.exe " & "shell32.dll,Control_RunDLL " & @SystemDir & "\appwiz.cpl"))
Run("rundll32.exe " & "shell32.dll,Control_RunDLL " & @SystemDir & "\odbccp32.cpl"))
Run(@SystemDir & "\mmc.exe " & @SystemDir & "\compmgmt.msc /s"))
Run(@SystemDir & "\mmc.exe " & @SystemDir & "\devmgmt.msc /s "))
Run(@SystemDir & "\mmc.exe " & @SystemDir & "\services.msc /s "))
Run(@SystemDir & "\cmd.exe"))
Run(@WindowsDir & "\regedit.exe"))
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...