The actual api call is NetUserSetInfo, and yes you can use it to change virtually anything in the users setup. There are different Types that can be used with the function to change different parameters of the users setup.

If this is called in a domain environment then you will need to retrieve the name of the PDC before you call this api.

I strongly recommend that you look up NetUserSetInfo, the MSDN page for this call is: http://msdn.microsoft.com/library/ps...mapi2_0zfz.htm

If you need any further advice please dont hesitate to email me.

Hope this helps

Grant French
[email protected]