I have added some new routines to my logon script and discovered that it is
not working all. Could anyone suggest why my logon script is not being
picked up by the profiles. The script is correct in the user profile and is
referenced correctly to the batch file in the netlogon share with proper
permissions.
I am trying to run a regedit, vbs file and a separate batch file called from
the logon script.
Nothing is running. I don't get the command file dialog box appearing and
the script isn't executing the elements in the script.
Where do I need to look to see if the scripting is disabled:
Clients are XP
Any help appreciated
Chris
John Oliver, Jr. [MVP] - 29 Feb 2008 21:48 GMT
If you open the command prompt where does is it stop at?

Signature
John Oliver, Jr
MCSE, MCT, CCNA
Exchange MVP 2008
Microsoft Certified Partner
>I have added some new routines to my logon script and discovered that it is
>not working all. Could anyone suggest why my logon script is not being
[quoted text clipped - 15 lines]
>
> Chris
Larry Struckmeyer - 01 Mar 2008 00:05 GMT
What if you populate it with pause statements, as in:
echo on
pause
echo: hello %username%
pause
echo off
pause
exit
of course that is overkill, but it is meant to show you where it breaks.

Signature
Larry
> If you open the command prompt where does is it stop at?
>
[quoted text clipped - 17 lines]
>>
>> Chris
Chris - 01 Mar 2008 18:21 GMT
In have tried already the pause but no results. I don't get to see the
command dialog displaying at all which makes me think that the clients
aren't even running the script (even though it is in the profile to run)
I was wondering if there was a reg key which might disable the script at
logon?? and that it why the script isn't even trying to run.
Chris
> What if you populate it with pause statements, as in:
>
[quoted text clipped - 29 lines]
>>>
>>> Chris
bmepcc@gmail.com - 03 Mar 2008 16:24 GMT
Chris,
I'm having issues with this now. Mine only seem to run on logon/
logoff, not at startup. If you haven't, you may want to see what
happens with a logoff.
Pat
> I have added some new routines to my logon script and discovered that it is
> not working all. Could anyone suggest why my logon script is not being
> picked up by the profiles. The script is correct in the user profile and is
> referenced correctly to the batch file in the netlogon share with proper
> permissions.