How to deploy silenty Bginfo on a windows 11 computer

slonec sempere 1 Reputation point
2022-06-10T09:00:48.2+00:00

Hi, i'm a intern and i have to deploy bginfo in a domain and i use this script in .bat to deploy Bginfo:

< @Echo off %logonserver%\netlogon\Bginfo\Bginfo64.exe %logonserver%\netlogon\Bginfo\Template_Bginfo.bgi /accepteula /silent /timer 0 Exit > I used this script on a GPO for all users when they are join their session. The script work but not silently. So someone can help me to solve this problem.

Windows Sysinternals
Windows Sysinternals
A website that offers technical information and advanced system utilities to manage, troubleshoot, and diagnose Windows systems and applications.
872 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
4,073 questions
No comments
{count} votes

1 answer

Sort by: Newest
  1. ScottL 1 Reputation point
    2022-07-27T15:55:20.903+00:00

    What's not silent about it? Do users receive a prompt? Is it only the first time they logon to a computer with that account (then they don't see it again?)
    Try adding the /nolicprompt parameter as well.