Originally Posted By: BradV
Why are you running regedit after you just used kixtart to write to the registry? What is it doing?


Good question, I'm sure I could plant these with WriteValue. Would this speed things up?

 Originally Posted By: Allen
Are you adding printers in your script?


Yes

 Originally Posted By: Lonkero
if your script is getting larger, you would do good if you considered adding some logging in to it, just a simple:
 Code:
 run "%comspec% /c echo doing office registry mod %time% >> %temp%\logon.log"


would suffice.
add those lines after the parts and examine the log to see where it is taking the long time to execute.
do remember to start your script with something like "echo logon start >" (instead of >>) so the log won't keep on accumulating in size.


One of the main pauses is where it's running a vBscript for our Outlook Signature (something I guess we're going to have to live with).