![]() |
Need the bginfo setting for all users |
Post Reply
|
Page 12> |
| Author | |
Elena
Newbie
Joined: 09 July 2005 Location: Spain Online Status: Offline Posts: 2 |
Post Options
Quote Reply
Topic: Need the bginfo setting for all usersPosted: 21 July 2005 at 4:55am |
|
Hello I'm a admin of a school windows server 2003 system. On this system I have 6 different users without admin permissions. I would like to make BGINFO.exe for all users, how I must edit the settings? Thank you in advance for any your answers. I appreciate it! So long Elena |
|
![]() |
|
fusion121
Newbie
Joined: 23 July 2005 Online Status: Offline Posts: 1 |
Post Options
Quote Reply
Posted: 23 July 2005 at 6:06am |
|
Hi All, I have a similar requirement. My questions are as follows: 1 - Can BGInfo be run for users without admin rights Anyhelp would be great Regards, Ozzie |
|
![]() |
|
Rickd
Newbie
Joined: 25 July 2005 Location: United Kingdom Online Status: Offline Posts: 1 |
Post Options
Quote Reply
Posted: 25 July 2005 at 8:31am |
|
BGINfo can be run without Local Admin... various methods of displaying ouput as seen in help files... Prob the easiest method of installation for multiple users would be to create a batch file such as: @echo off c:\bginfo\bginfo.exe c:\bginfo\mycustomsettings.bgi /timer:0 and copy it to c:\Documents and settings\All users\Start Menu\Programs\StartUp. I am assuming here you have downloaded BGINFo.exe to a directory called C:\BGINFO and created and saved a custom bgi file to the same directory. Licencing: I believe the Word "Deploy" may contravene the freeware licencing |
|
![]() |
|
itrcb4
Newbie
Joined: 03 August 2006 Online Status: Offline Posts: 5 |
Post Options
Quote Reply
Posted: 03 August 2006 at 3:30pm |
|
I've ran into the same issue and my solution was: 1. Don't use the /all switch. 2. Mod the registry HKLM/software/Microsoft/Windows/run and put in the command-line there. That's it. |
|
![]() |
|
kd4moj
Newbie
Joined: 07 August 2006 Online Status: Offline Posts: 1 |
Post Options
Quote Reply
Posted: 07 August 2006 at 3:48pm |
Using the method above, we get "trying to run as a service" and the user doesn't have admin priv's. I've yet to yet to get "custom" text file info to work unless you are admin...{sigh} |
|
![]() |
|
jschubert
Newbie
Joined: 05 August 2006 Location: Canada Online Status: Offline Posts: 10 |
Post Options
Quote Reply
Posted: 07 August 2006 at 4:40pm |
|
We run bginfo.exe from the netlogon on folder. Users don't have to have admin rights to the .exe this way and you can have multiple configurations for different OUs, groups and or users and or machines. However you do have to give users read/write access to c:\windows\bgi.bmp (you can add a cacls statement to your logon script to accomplish that). Put a copy of bginfo in the netlogon folder. "\\server\netlogon\bginfo.exe \\server\netlogon\student.bgi /timer:0" The /timer:0 forces bgi right into action so users don't get the chance to modify the settings you have created. With help from others on this forum, I have learned that there is a million things you can have displayed on the ussers desktop. Let me know if you want some suggestions (I'm a fellow school computer administrator). Jeremy
|
|
![]() |
|
Jayna78
Newbie
Joined: 22 August 2006 Location: United States Online Status: Offline Posts: 4 |
Post Options
Quote Reply
Posted: 22 August 2006 at 2:44pm |
|
jschubert, when you said "you do have to give users read/write access to c:\windows\bgi.bmp (you can add a cacls statement to your logon script to accomplish that)", is there an easy way to do that without having to alter every single's permissions to every single computer's c:\windows\bgi.bmp? Also, is there an easy way to add the necessary line to every user's logon script without having to go in and put it in one by one? I'm just trying to make BGInfo work on my 3-facility network. Thanks for any help you can offer. |
|
![]() |
|
jschubert
Newbie
Joined: 05 August 2006 Location: Canada Online Status: Offline Posts: 10 |
Post Options
Quote Reply
Posted: 22 August 2006 at 4:08pm |
|
Hey Jayna, What kind of login script are you using? Is it a batch file or a kix script or a vbscript... Jeremy |
|
![]() |
|
Jayna78
Newbie
Joined: 22 August 2006 Location: United States Online Status: Offline Posts: 4 |
Post Options
Quote Reply
Posted: 23 August 2006 at 7:59am |
|
Jeremy - It is a batch file. I don't know enough about scripting to do much more than composing a simple batch file in Notepad. Jayna |
|
![]() |
|
jschubert
Newbie
Joined: 05 August 2006 Location: Canada Online Status: Offline Posts: 10 |
Post Options
Quote Reply
Posted: 23 August 2006 at 11:22am |
|
Hi Jayna, Adding the following line to your batch file should work to change the permissions on the .bmp file bginfo creates. You may need to change c:\winnt to c:\windows depending on how your computers are setup. cacls c:\winnt\bginfo.bmp /E /G everyone:F The only concern I have is that it might not work because your users may not have the correct group membership (I think they may need to be administrators). So instead of putting the line in your users' batch file, here is another suggestion.
Let me know if you need more detailed instructions. Also, let me know how it goes. Good luck!
|
|
![]() |
|
Post Reply
|
Page 12> |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |