GPO - logon script issue
i creating logon vbs script 2008 terminal server.
===============
function startup(strprog,strpara)
set objshell = createobject("wscript.shell")
objshell.run strprog & " " & strpara
end function
startup "iexplore.exe",""
===============
i try start program @ logon (which works!!), after logon script finished, started program stops.
how can avoid (without using startup folder)
eric
if want open iexplore.exe, try run "start iexplore.exe" batch script.
regards, liran.
Windows Server > Group Policy
Comments
Post a Comment