Re: [python-win32] Setting UserInitials in Office

2010-04-27 Thread Tim Golden
On 26/04/2010 23:56, Tim Roberts wrote: Mike Driscoll wrote: I am looking for a way to set the UserInitials and Username in Microsoft Office applications. The reason is that we have had some users who have managed to put their initials into some Office programs when a different user was logged

Re: [python-win32] Using win32com.mapi to automate mail dispatch...

2010-04-27 Thread Varun Avashia
Understood, since I did not need very sophisticated code to do the bidding... (Just something little to keep exchange busy), I've started using following snippet which seems to be working great. Posting here for reference. Thank you all for your time... from win32com.client import Dispatch

Re: [python-win32] get installed software remote machine

2010-04-27 Thread pacopyc
Ok, thank you very much. Very good with set administrator password (it works), but I've problem with installed software. The list is not complete (I don't understand). For example key Adobe Flash Player ActiveX return this error: Traceback (most recent call last): File pyshell#49, line 1, in

Re: [python-win32] get installed software remote machine

2010-04-27 Thread Tim Golden
On 27/04/2010 09:36, pacopyc wrote: I've problem with installed software. The list is not complete (I don't understand). For example key Adobe Flash Player ActiveX return this error: Traceback (most recent call last): File pyshell#49, line 1, inmodule key = OpenKey(HKEY_LOCAL_MACHINE,

Re: [python-win32] Using win32com.mapi to automate mail dispatch...

2010-04-27 Thread Tim Roberts
Varun Avashia wrote: Yes Tim, the user has Admin privileges, And has this user already configured Outlook so that all of his mailboxes really exist? and eid has a -ve value of -2147221233. Duh, you did say that in the original message, didn't you... -- Tim Roberts, t...@probo.com

Re: [python-win32] get installed software remote machine

2010-04-27 Thread Tim Roberts
pacopyc wrote: Ok, thank you very much. Very good with set administrator password (it works), but I've problem with installed software. The list is not complete (I don't understand). For example key Adobe Flash Player ActiveX return this error: Traceback (most recent call last): File

Re: [python-win32] Setting UserInitials in Office

2010-04-27 Thread Tim Roberts
Tim Golden wrote: On 26/04/2010 23:56, Tim Roberts wrote: Mike Driscoll wrote: ... HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\UserInfo I tried to use the base64 module to decode it, but I must be doing something wrong. Does anyone know of a good way to get and set this