Jump to content

How can i create a path of a control panel function?


 Share

Recommended Posts

How can i create a path of a control panel function?

Some function of control panel has not any command to run directly.Therefor i think to create a path of them and then run it from path.

$dir = _PathFull(?????????)
Run($dir)

Is it possible? I have no idea..........

Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."

Link to comment
Share on other sites

http://msdn.microsoft.com/en-us/library/windows/desktop/cc144191%28v=vs.85%29.aspx maybe this? Define what "control panel" is for you..

How can i create a path of a control panel function?

Some function of control panel has not any command to run directly.Therefor i think to create a path of them and then run it from path.

$dir = _PathFull(?????????)
Run($dir)

Is it possible? I have no idea..........

Link to comment
Share on other sites

I want to open ("Set up a new connection or network")from control panel.

Edited by adnanbaloch

Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."

Link to comment
Share on other sites

I don't think it's possible - unless if you try MouseClick() or ControlClick() function.

You might want to setup your lan card using this:

http://technet.microsoft.com/en-us/library/cc732869%28v=ws.10%29.aspx

same goes for wlan..

 

i also think like that perhaps it is impossible.

Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once."

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