Jump to content

Recommended Posts

Posted

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"))

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