How to Prevent Users From Seeing Login Script Commands
Posted on Nov 19, 2007 under Windows Tips |How to prevent the login script console screen from being seen by the user when they login to the system.
Create a batch file that calls your login script.
START /MIN LOGON.BAT
Set this file as the new login script name for the user accounts in User Manager for Domain.
Now the login script will be executed seperately, preventing the user from seeing the commands that are being run.

Leave a comment