Jump to content

Recommended Posts

Posted

Morning,

 

Just saw with interest the little application called BGinfo.exe which displays the pertinent information on the desktop relating to network/user/computer info. This would be beneficial for staff when reporting issues.

 

Would it be possible to create a RM Package of this which could be pushed out to all the workstations that has been preconfigured with our chosen data?

 

Regards,

 

AT

Posted (edited)

You shouldn't need to install the application.

 

Simply running with a few switches in a login script will do the job.

 

%logonserver%\NETLOGON\BGinfo\bginfo.exe %logonserver%\NETLOGON\BGinfo\CUSTOM.bgi /timer:0 /NOLICPROMPT

 

Where CUSTOM.bgi in above script replace with the name of your custom BGinfo file which you create by running the exe and saving as a *.bgi file.

Edited by Davit2005
  • Thanks 3
Posted
You shouldn't need to install the application.

 

Simply running with a few switches in a login script will do the job.

 

%logonserver%\NETLOGON\BGinfo\bginfo.exe %logonserver%\NETLOGON\BGinfo\CUSTOM.bgi /timer:0 /NOLICPROMPT

 

Where CUSTOM.bgi in above script replace with the name of your custom BGinfo file which you create by running the exe and saving as a *.bgi file.

 

Hi there,

 

Wasn't intending to install but just drop the exe into the root of the C drive of each workstation. Problem I have is that when I have tried to run a script, the application launches as well as the bgi file?

Posted
Hi there,

 

Wasn't intending to install but just drop the exe into the root of the C drive of each workstation. Problem I have is that when I have tried to run a script, the application launches as well as the bgi file?

 

You need to include the /silent switch. This is what I use in the teachers logon script:

\\server1\NETLOGON\bginfo.exe \\server1\NETLOGON\teachers.bgi /timer:0 /nolicprompt /silent

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...