April 25th, 2006

Using Monad for logon scripts

PowerShell Team
PowerShell Team

In case you were wondering, yes, you can use Monad for your logon scripts.  You can’t just assign a .MSH file as a logon script however, since only file types with file associations work as logon scripts.  Monad installation doesn’t create a file association “.MSH -> msh.exe -command %1” for security reasons.  The best way to run a Monad logon script is probably to create a .CMD file containing “msh.exe -command mylogonscript.msh”.

[Edit: Monad has now been renamed to Windows PowerShell. This script or discussion may require slight adjustments before it applies directly to newer builds.]

Category
PowerShell

Author

PowerShell Team
PowerShell Team

PowerShell is a task-based command-line shell and scripting language built on .NET. PowerShell helps system administrators and power-users rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes.

0 comments

Discussion are closed.