Author: Kazak-S
Subject: how to set the BGInfo time remaining to 0?
Posted: 15 March 2013 at 8:52am
Hi. It's worked. But the two files are there.
Edited by Kazak-S - 11 hours 26 minutes ago at 9:34am
Subject: how to set the BGInfo time remaining to 0?
Posted: 15 March 2013 at 8:52am
Hi. It's worked. But the two files are there.
I have done so, copy the files and settings.
GPO, Computering seеtings startup scripts (a CMD file):
mkdir c:\BgInfo\
copy /y \\fileserver.example.com\Bginfo.exe "c:\BgInfo\"
copy /y \\fileserver.example.com\Config.bgi "c:\BgInfo\"
GPO, Users seеtingы Logon scripts (a CMD file):
@echo off
cd c:\BgInfo\
Bginfo config.bgi /timer:0 /accepteula
Edited by Kazak-S - 11 hours 26 minutes ago at 9:34am