#40348 - 2003-05-18 07:25 PM
windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
Can someone help me please, I have a 2003 domain and put all the files in the netlogon share and the kixtart.kix file in there created a bat file and put in it
@ECHO OFF %0\..\Kix32.exe kixtart.kix
but when the user logs on the domain controler erros and mentions the file Lsass.exe and reboots.
can anyone help with this.
thanks
Blackduke [ 18. May 2003, 19:26: Message edited by: blackduke ]
|
Top
|
|
|
|
#40351 - 2003-05-18 08:05 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
when i get the error the user is logging onto a windows 2000 client. The error is reported on the DC and a box comes up and says shutting down in 45 seconds or whatever it is.
I have edited the logon.bat file to read
@ECHO OFF WKiX32.exe kixtart.kix and it still fails. I have only 2k clients on the network but all servers are 2003 enterprise servers
|
Top
|
|
|
|
#40353 - 2003-05-18 08:14 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
i have not installed anything on the clients i am using the sample script see below
; KIXTART.SCR ; ; KiXtart sample default logon script ; ; Note : This code sample is provided for demonstration purposes only. ; Microsoft makes no warranty, either express or implied, ; as to its usability in any given situation. ; ; Copyright (C) 2001 Ruud van Velsen. ; All rights reserved. ; CLS
Color r+/n big ; Display in BIG character mode at (2,8) "Hello," at (12,10) @userid sleep 3 ; Wait for 3 secs (or key)
small Color b+/n BOX (0,0,24,79,GRID) ; 'background grid' Color b/n BOX (8,21,18,61,Å) ; 'shadow' of the box Color g+/n BOX (7,20,17,60,FULL)
Color w+/n AT ( 9,25) "Userid : " ; display some text strings AT (10,25) "Full name : " AT (11,25) "Privilege : " AT (12,25) "Workstation : " AT (13,25) "Domain : " AT (14,25) "Logon Server : "
Color y+/n AT ( 9,40) @userid ; ...and some macro's AT (10,40) @fullname AT (11,40) @priv AT (12,40) @wksta AT (13,40) @domain AT (14,40) @lserver
Color w/n AT (16,25) "Press anykey to continue." if exist( @ldrive+"\jbond.spk") play file @ldrive+"\jbond.spk" else get $x endif exit
will try a hello script now
thanks
|
Top
|
|
|
|
#40354 - 2003-05-18 08:17 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
I tried the hello script but as i am new to this I got a error reference the coding the server did not restart but it did give some LSA shell errors?
thanks for you help
Blackduke
|
Top
|
|
|
|
#40356 - 2003-05-18 08:31 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
I am using v4.20 not tried anyother except the 16 bit version nowi am using the 32bit
error in log reads
A critical system process, C:\windows\system32\lsass.exe failed with status code c0000354 the machine will now be restarted
|
Top
|
|
|
|
#40358 - 2003-05-18 08:49 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
ok changed the logon.bat file to call kix32.exe same thing happened did't get chance to read the permissions just booting up now and i will check if i can find it. what permissions should be on the just read ?
Blackduke
|
Top
|
|
|
|
#40360 - 2003-05-18 09:00 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
ok done that and it worked. it showed the hello world so permissions are ok
|
Top
|
|
|
|
#40361 - 2003-05-18 09:14 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
how do i code mapping drives against groups I could make a script saying if in admin group use \\servername\share and see if that works
|
Top
|
|
|
|
#40363 - 2003-05-18 09:18 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
okay
thanks
|
Top
|
|
|
|
#40364 - 2003-05-18 09:20 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
okay that is done what should i put in the logon.bat file.
I deleted the contents of the netlogon share and put the downloaded files in it.
|
Top
|
|
|
|
#40367 - 2003-05-18 09:39 PM
Re: windows 2003
|
blackduke
Fresh Scripter
Registered: 2003-05-18
Posts: 31
|
excellant that worked like a treat what next,
thanks god for that!!!
Blackduke
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 468 anonymous users online.
|
|
|