Tuesday, September 2, 2008

[THIN] Re: Suppress MS Word User Name dialog

We have had issues with this before as well...

 

Our workaround was to use a small VBS script in the NETLOGON share...

 

Script was this:-

 

Set objSysInfo = CreateObject("ADSystemInfo")

strUser = objSysInfo.UserName

Set objUser = GetObject("LDAP://" & strUser)

Set objWord = CreateObject("Word.Application")

objWord.UserName = objUser.givenName & " " & objUser.SN

objWord.UserInitials = Left(objUser.givenName, 1) & Left(objUser.SN, 1)

objWord.Quit

 

(simply copy and paste the above into a text file, rename it to have a vbs extension)

 

Any other method suggested would work though =)

 

Kind Regards,

Jaime

From: thin-bounce@freelists.org [mailto:thin-bounce@freelists.org] On Behalf Of Andy Friar
Sent: 02 September 2008 09:20
To: thin@freelists.org
Subject: [THIN] Re: Suppress MS Word User Name dialog

 

If your removing Roaming profiles then you should really have a look into Hybrids, be it flex, appsense or others..

 

Rgds

 

A

 


From: thin-bounce@freelists.org on behalf of Angela Smith
Sent: Tue 02/09/2008 05:26
To: thin@freelists.org
Subject: [THIN] Suppress MS Word User Name dialog

Hi

Is there a way to suppress the MS Word User Name dialog that pops up on first use.  Since I am removing MS roaming profiles, Im implementing folder redirection.  Unfortunately, this Word setting is stored in the registry so its created in the local Profile on the Citrix server.  These local profiles are removed on logout so users will always be prompted for this info.

Is there a way to either populate these Word settings on first use automatically or a way to suppress it all together?

How do people manage this if roaming profiles are not used?

Thanks


Find great deals on eBay Net yourself a bargain



BM Polyco Ltd Disclaimer
This e-mail and the information it contains are confidential. If you have received this message in error please notify us immediately. You should not use or copy it for any purpose nor disclose its contents to any other party. The contents of this communication are advisory and are not binding on the Company unless supported by authorised documentation.
It has also passed through the MailControl Anti-Virus service powered by BlackSpider for total peace of mind. 

No comments: