When I deploy to a client the BgInfo utility via a GPO,I am receiving the following error.
Error code:800A408
here is my script code.
Set objShell = CreateObject(“Wscript.Shell”)
objShell.Run “\\Server2008\deploy\bginfo\bginfo.exe
\\Server2008\deploy\bginfo\test.bgi /NOLICPROMPT /timer:0”, 1, True
thanks.