Can I disable the user logon Script on one server

  • Thread starter Thread starter Guest
  • Start date Start date
Virtual World said:
Can u hightlight me how to do it?

Thanks.

I will, if you can take the time to explain exactly what
you're trying to achive. Please be precise!
 
I want to allow some domain user use Terminal Server while afraid the logon
script impact the TS.
 
Virtual World said:
I want to allow some domain user use Terminal Server while afraid the logon
script impact the TS.

Experiment by inserting this line as the second line in your
logon script:

@echo off
if not "%SessionName%"=="" goto :eof
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top