Bypass login script

  • Thread starter Thread starter Subhodini Fernandes
  • Start date Start date
S

Subhodini Fernandes

I work in a large Win2k setup with Win2k ADS servers and numerous
Win2k Pro clients. I need a way to prevent the login script from
executing for troubleshooting. Is there any way to do this - say by
pressing some sequence of keys ?

Subho.
 
You could, at the start of your login script, test for the existence of a
file (say c:\noscript.txt) and implement a "goto :end" mechanism so that the
login script does nothing.

if exist c:\noscript.txt goto :end

<do some stuff>

:end
 

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

Back
Top