怎么打开WshShell权限

如何打开WshShell权限SetWshShellServer.CreateObject( Wscript.Shell )WshShell.Run( cmd.exe/ctest.

如何打开WshShell权限
Set   WshShell   =   Server.CreateObject( "Wscript.Shell ")
WshShell.Run( "cmd.exe   /c   test.exe   server   /param   ")
提示:
Microsoft   VBScript   运行时错误   错误   '800a0046 '  
没有权限

我是自己的服务器,要怎么打开权限?

[解决办法]
WIN2003 ?