What framework allows me to develop applications that interact withthe Windows OS?

A

Author

I am trying to write a Windows service or console application that
will manage Windows user accounts. In other words, the application
will be interacting with the underlying Windows OS, for example
resetting user passwords, changing language settings, things we
normally do through the Control Panel GUI interface.

What framework should I look into? Windows Management Instrumentation
aka WMI or something else?

Thanks.
 
I

Ignacio Machin ( .NET/ C# MVP )

I am trying to write a Windows service or console application that
will manage Windows user accounts. In other words, the application
will be interacting with the underlying Windows OS, for example
resetting user passwords, changing language settings, things we
normally do through the Control Panel GUI interface.

What framework should I look into? Windows Management Instrumentation
aka WMI or something else?

Thanks.

WMI is your friend here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top