Jump to content

bg info with a desktop from group policy


Recommended Posts

Posted

got a little issue you guys might be able to help with

we are using bg info to show the logged in user and pc name on all desktops

the desktop are shared from server and given out via GP

the 2 problems i have ran into are that the desktop from GP overwrites the bg info one so you dont see the bg info stuff

the other problem is we disable the C drive for students so they dont have permissions to write to the wallpaper anyway.

i have tried using a gif and a jpg, im trying NOT to use a bmp due to the size,

1 way is to set a local wallpaper on all pcs, but thats hard work on 900+ pcs.

any ideas?

Posted
thanks ill certainly take a look at it but we have setup bg info on most pcs now just got to get the desktop toshow somehow
Posted
I've set our BGInfo to save to the users home areas. Gets around the locked C: problem

thanks that may help though havnt the little blighters tried to edit it?

Posted
I've set our BGInfo to save to the users home areas. Gets around the locked C: problem

thanks that may help though havnt the little blighters tried to edit it?

 

Maybe put it somewhere obscure and maybe hidden?

Posted
thanks that may help though havnt the little blighters tried to edit it?

Not yet. But even if they do it will be overwritten the next time they login.

Posted

below is the js i use in a webpage

 

var WshNetwork = new ActiveXObject( "WScript.Network" );

document.write( "Computer Name = " + WshNetwork.ComputerName );

document.write( " ");

document.write( "Username = " + WshNetwork.username );

Posted

Get BGinfo to save the wallpaper to the users TEMP directory, this works without fail. Also insted of choosing the option to use the current wallpaper and add the info to it, set the wallpaper you want to use as one of BGinfos options, and disable any settings relating to wallpaper in group policy. This works a treat for us.

 

Cheers,

 

Mike.

Posted
Add BGinfo to the startup folder or at the end of the login script with /timer:0 at the end, causes the machine to load the settings without displaying the config screen
Posted

thanks Mike

i think thats just the ticket

Posted
you know BG info does it show the information on the login screen, will make it easier identifying machines on KVM's

 

I've not managed to have is run on the login screen; I feel this is because it's collecting account information on login.

 

I've not researched extensively; I was going to give putting it in the startup script ago to see what happens.

Posted

I see Richards been attacking Gina :D

 

and FN-G, easiest solution on KVM, bright coloured background with the server name on below where the "this computer is logged on and locked" message goes works well. Or just get a KVM that supports names as mine does.

  • 2 months later...
Posted
@FN-Greatermanchester - BGInfo can alter the default login wallpaper to make KVM use easier, you just run it in GUI mode and click on the "Desktops..." button you can then select which desktop to apply the background to. You could also use the above command lines and add the /all switch to them which will apply the background to all desktops(user, login, terminal services login)
  • 2 weeks later...
Posted

I'm having a bit of bother with this.

 

It works and looks fantastic. But once deployed, it doesn't always appear for users.

 

I've created a MSI which deploys the .exe my config and a wallpaper to a folder on the C Drive.

 

I've then got a startup batch file that runs the .exe (as a Startup via GPO)

 

"C:\HABSBOYS\BGInfo\bginfo.exe" "C:\HABSBOYS\BGInfo\HABSBOYS.bgi" /timer:0 /silent /nolicprompt

 

Is there anything wrong with that?

Posted
I'm having a bit of bother with this.

 

It works and looks fantastic. But once deployed, it doesn't always appear for users.

 

I've created a MSI which deploys the .exe my config and a wallpaper to a folder on the C Drive.

 

I've then got a startup batch file that runs the .exe (as a Startup via GPO)

 

"C:\HABSBOYS\BGInfo\bginfo.exe" "C:\HABSBOYS\BGInfo\HABSBOYS.bgi" /timer:0 /silent /nolicprompt

 

Is there anything wrong with that?

 

You could try running it from a network share?

Posted
It works from it's current location, I can see everything I have set on the login screen, but when I log in as a user, I get nothing but the usual Blue Desktop.
Posted
It works from it's current location, I can see everything I have set on the login screen, but when I log in as a user, I get nothing but the usual Blue Desktop.

 

You need to add the /all switch to the end of your command as this is what applies it to the login, default user and terminal services background as well. Your current command will only apply it to the active user desktop. probably the login background as that is the user that has context at startup. You also want to make sure that there is not anything in Group policy that specifies a background that is over-riding your BG on a user basis.

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...