A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Office » Setup, Installing & Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"please wait while windows configures microsoft office professionaledition 2003" On roaming profiles



 
 
Thread Tools Display Modes
  #1  
Old September 4th, 2008, 08:52 PM posted to microsoft.public.office.setup
Wingnut
external usenet poster
 
Posts: 2
Default "please wait while windows configures microsoft office professionaledition 2003" On roaming profiles

Hi,

I have a couple of teaching labs with highly restricted student use
profiles. They can basically do nothing except use the shortcuts that
are displayed on the desktop. Group policy deletes the cached copy of
the roaming profile on logoff and prevents the profile changes from
propogating back to the server. These machines have office 2003
professional edition on them and whenever a user logs in and opens any
office application, word or excel for example, the setup box comes up
saying "please wait while windows configures microsoft office
professional edition 2003" and after thats done it asks for name and
initials and then works.

If the user logs off and logs back on it does the same thing again.
The users are local administrators on the computers in order for a
couple specialized applications to work so that should not be an
issue.

Any ideas on how I can stop this from coming up? It aparently
confuses the students.

Thanks!
  #2  
Old September 4th, 2008, 09:06 PM posted to microsoft.public.office.setup
Eric
external usenet poster
 
Posts: 1,956
Default "please wait while windows configures microsoft office professiona

This happens because of the profile. Each time Office starts with a new
user, it has to go through a "Branding Process" which is what you are seeing.
Try putting this text into a vbscript and putting into your login script.
This will brand it for you. I am not sure if this is exactly what you are
looking for, but give it a shot.

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 = objUser.SamAccountName
objWord.Quit

Eric

"Wingnut" wrote:

Hi,

I have a couple of teaching labs with highly restricted student use
profiles. They can basically do nothing except use the shortcuts that
are displayed on the desktop. Group policy deletes the cached copy of
the roaming profile on logoff and prevents the profile changes from
propogating back to the server. These machines have office 2003
professional edition on them and whenever a user logs in and opens any
office application, word or excel for example, the setup box comes up
saying "please wait while windows configures microsoft office
professional edition 2003" and after thats done it asks for name and
initials and then works.

If the user logs off and logs back on it does the same thing again.
The users are local administrators on the computers in order for a
couple specialized applications to work so that should not be an
issue.

Any ideas on how I can stop this from coming up? It aparently
confuses the students.

Thanks!

  #3  
Old September 5th, 2008, 09:19 PM posted to microsoft.public.office.setup
Wingnut
external usenet poster
 
Posts: 2
Default "please wait while windows configures microsoft officeprofessiona

On Sep 4, 4:06*pm, Eric wrote:
This happens because of the profile. *Each time Office starts with a new
user, it has to go through a "Branding Process" which is what you are seeing.
*Try putting this text into a vbscript and putting into your login script. *
This will brand it for you. *I am not sure if this is exactly what you are
looking for, but give it a shot.

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 = objUser.SamAccountName
objWord.Quit

Eric



"Wingnut" wrote:
Hi,


I have a couple of teaching labs with highly restricted student use
profiles. *They can basically do nothing except use the shortcuts that
are displayed on the desktop. *Group policy deletes the cached copy of
the roaming profile on logoff and prevents the profile changes from
propogating back to the server. *These machines have office 2003
professional edition on them and whenever a user logs in and opens any
office application, word or excel for example, the setup box comes up
saying "please wait while windows configures microsoft office
professional edition 2003" and after thats done it asks for name and
initials and then works.


If the user logs off and logs back on it does the same thing again.
The users are local administrators on the computers in order for a
couple specialized applications to work so that should not be an
issue.


Any ideas on how I can stop this from coming up? *It aparently
confuses the students.


Thanks!- Hide quoted text -


- Show quoted text -


Great I will try that, however I have not used vbscript before, what
extension would I give the text file I add this to or could I just add
it to my already existing login.bat?

thanks.
  #4  
Old September 5th, 2008, 10:59 PM posted to microsoft.public.office.setup
Peter Foldes
external usenet poster
 
Posts: 3,300
Default "please wait while windows configures microsoft office professional edition 2003" On roaming profiles

http://support.microsoft.com/kb/825941

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"Wingnut" wrote in message ...
Hi,

I have a couple of teaching labs with highly restricted student use
profiles. They can basically do nothing except use the shortcuts that
are displayed on the desktop. Group policy deletes the cached copy of
the roaming profile on logoff and prevents the profile changes from
propogating back to the server. These machines have office 2003
professional edition on them and whenever a user logs in and opens any
office application, word or excel for example, the setup box comes up
saying "please wait while windows configures microsoft office
professional edition 2003" and after thats done it asks for name and
initials and then works.

If the user logs off and logs back on it does the same thing again.
The users are local administrators on the computers in order for a
couple specialized applications to work so that should not be an
issue.

Any ideas on how I can stop this from coming up? It aparently
confuses the students.

Thanks!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.