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.

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,249 questions
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.