Creating Logon Scripts with Shell Scripting

Posted: May 1, 2010 in Logon Script with Shell
Tags:


Shell scripting is the original source of logon scripting for Windows. Although it may lack some of the more complex features of other scripting languages, its main advantage is compatibility. Unlike KiXtart or Windows Script Host, shell scripting does not require any installed client files to run (other than the operating system). Shell scripting provides a simple, logon script solution for quick and easy deployment.

Leave a comment