A Windows 98 & ME forum. Win98banter

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 » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

login script error



 
 
Thread Tools Display Modes
  #1  
Old September 22nd 04, 03:22 PM
msadexchman
external usenet poster
 
Posts: n/a
Default login script error

Scenario: We're migrating our users from NT to AD however
we still have alot of Win98 machines. In order to update
the client for MS networks registry setting on the users
desktops, I've put together a kixtart script which makes
the neccessary change to the registry. I've tested the
script by putting into the NT user accounts profile and
watch a test user authenticate, call the script, then the
window that says "Your windows logon script is running"
appears in the upper left hand corner. From there, the
DOS window comes up and runs the kix script which is part
of the .bat login script.

My problem is, that "Your Windows logon script is running"
message will not go away. After I wait a substantial
amount of time, I hit "Cancel", it goes away then I check
the registry and confirm everything worked great. The
domain is updated to point to the new AD domain. But I
HAVE TO GET THAT WINDOWS MESSAGE TO DISAPPEAR. My goal
would be for it to not even pop up because I'm afraid a
user might see it and hit "cancel" which would in turn
jeopardize the kixtart script from running.

Here is the output of the kixtest.bat file which is going
to be placed into the user NT account profile. From
there, I'll paste the Changereg.kix test script. What am
I doing wrong?

kixtest.bat

net use K: \\pdcservername\netlogon
K:
copy K*.dll c:\windows
kix32.exe Regchange.kix
net use /d /yes K:
exit

output of regchange.kix

if @producttype "windows 98"

writevalue
("hkey_local_machine\system\currentcontrolset\serv ices\msnp
32
\networkprovider", "authenticatingagent", "addomainname", "
reg_sz")

writevalue
("hkey_local_machine\system\currentcontrolset\serv ices\vxd\
vnetsup", "workgroup", "addomainname", "reg_sz")
endif
exit

Again, my whole issue is getting that Window to dissappear.

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 On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer Script Error!! Rhonda Internet 0 September 8th 04 01:36 AM
script error Bonnie Jean General 1 August 23rd 04 11:02 AM
Internet Script Error Victor General 12 July 12th 04 06:52 AM
Internet Script Error Victor General 1 July 3rd 04 11:47 PM
Script Error with ME Sree Software & Applications 0 May 7th 04 07:29 AM


All times are GMT +1. The time now is 04:20 PM.


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