If you are using AD I think you can use a domain policy to do this. Check in your Domain Policy, Windows Settings, Security Settings, Local Policies, Security Options, Disable CTRL+ALT+DEL requirement for logon.
That might only work for the local computer though, haven't tried.
Hope this helps.
Check your SMTP Server in your management console for Exchange. Right click the SMTP server your interested in and check the access tab. I don't know what exchange 5.5 had, never used it. But Exchange 2000 allows you to control relaying for your SMTP server. You can allow relaying for...
i think it is how ping sets the errorlevel. what i have seen done is to pipe that output to FIND and check errorlevel off that. something like this maybe:
ping 192.168.0.1 | find "TTL=" > NUL
if %errorlevel% == 0 echo "error 0"
if %errorlevel% == 1 echo "error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.