[THIN] Re: Office 2003 Suppress User name popup
- From: "Braebaum, Neil" <Neil.Braebaum@xxxxxxxxxxxxxx>
- To: <thin@xxxxxxxxxxxxx>
- Date: Tue, 31 Mar 2009 09:32:24 +0100
I reposted it to the list in 2003, see:-
http://www.freelists.org/post/thin/Outlook-Initials-Capture-using-Modifi
ed-Mandatory-Profile,4
and:
http://www.freelists.org/post/thin/Outlook-Initials-Capture-using-Modifi
ed-Mandatory-Profile,5
Neil
________________________________
From: thin-bounce@xxxxxxxxxxxxx
[mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf Of Braebaum, Neil
Sent: 31 March 2009 09:11
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Office 2003 Suppress User name popup
I did this years ago (Office 97 first, then Office 2k, the
Office 2k3) with a Kix script, if you search the archives you'll find
it.
The reg value will depend on the version of office.
Neil
________________________________
From: thin-bounce@xxxxxxxxxxxxx
[mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf Of Angela Smith
Sent: 31 March 2009 08:25
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Office 2003 Suppress User name popup
Hi
Very good point. I neglected the username setting. Im
assuming you cannot set %username% in the ADM file..
Im willing to try a VB file. I found this on the
Internet but it doesn't work as I get error "Registry Editing has been
disabled by your administrator". We do disable registry editing via a
GPO so I need code that will not interfere with this..
Regards
Angela
________________________________
Subject: [THIN] Re: Office 2003 Suppress User name popup
Date: Tue, 31 Mar 2009 17:38:54 +1100
From: Jeremy.Saunders@xxxxxxxxxxxxxx
To: thin@xxxxxxxxxxxxx
Hi Angela,
I would only ever do this via a cmd, VBScript, or Kix
script. Taking care of the Company value is not a problem, but you want
to individually set the UserName to the actual user of that session. If
you do it through an ADM template, all users will have the same name, or
you need to change the REG_SZ value to a REG_EXPAND_SZ and use
%USERNAME%. Then you need to deal with the UserInitials. So how would
you derive that? Typically it's the first letter of the username. You
may also be able to change that to a REG_EXPAND_SZ and use
%USERNAME:~0,+1%, which will return the first letter of the username.
All this is very simple to achieve with a script to
ensure that all users have personalised settings. You could also use the
new GP Preferences too.
Not a lot of help because I don't have a script you are
looking for, but hope that helps you down the right path.
Cheers,
Jeremy.
From: thin-bounce@xxxxxxxxxxxxx
[mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf Of Angela Smith
Sent: Tuesday, March 31, 2009 2:13 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Office 2003 Suppress User name popup
*****************************************************************************
This email and its attachments are confidential to the intended recipient. If
this has come to you in error, please notify the sender immediately and delete
this email from your system. You must take no action based on this email, nor
must you copy or disclose it or any part of its contents to any person or
organisation. Please note that email communications may be monitored. The
registered office of Shop Direct Limited is First Floor, Skyways House, Speke
Road, Speke, Liverpool, L70 1AB, registered number 04730752.
Subsidiary companies of Shop Direct Limited include:
Shop Direct Group Financial Services Limited (SDGFS), Shop Direct Financial
Services Limited (SDFS) and Shop Direct Finance Company Limited (SDFC). The
registered office of SDGFS, SDFS and SDFC is Aintree Innovation Centre, Park
Lane, Netherton, Bootle, L30 1SL, registered numbers 05200103 (SDGFS), 04730706
(SDFS) and 04660974 (SDFC). SDFS and SDFC are authorised and regulated by the
Financial Services Authority in respect of arranging insurance products.
Shop Direct Contact Centres Limited (SDCC) and Shop Direct Home Shopping
Limited (SDHS). The registered office of SDCC and SDHS is First Floor, Skyways
House, Speke Road, Speke, Liverpool, L70 1AB, registered numbers 05330323
(SDCC), 04663281 (SDHS).
All companies registered in England.
*****************************************************************************
Other related posts: