Windows 8 Set User Account Image

Posted by Nexion on Stack Overflow See other posts from Stack Overflow or by Nexion
Published on 2012-12-14T17:01:32Z Indexed on 2012/12/14 17:03 UTC
Read the original article Hit count: 128

I'm trying to write a small CONSOLE (not metro style) app to quickly change the user account image of the current user to a select image for a setup scrip that I'm running on a bunch of laptops.

They're all Windows 8 and (since it hasn't been out terribly long) I can't find a ton of info on it. I did manage to figure out that you need to use the Windows.System.UserProfile object to do so, but I can't find any documentation on how to do so in a console app.

Thoughts? Suggestions?

© Stack Overflow or respective owner

Related posts about windows-8

Related posts about console-application