free log
CRM

Bozteck VNCScan Community

Community makes things happen
Welcome to Bozteck VNCScan Community Sign in | Join | Help
in
Home Forums

BGInfo has any one been able to depoly a script to run bginfo on a domian

Last post 06-15-2007, 12:25 PM by NordicNINE. 7 replies.
Sort Posts: Previous Next
  •  10-13-2006, 7:39 AM 971

    BGInfo has any one been able to depoly a script to run bginfo on a domian

    im trying to get it running on all of my computers this is what i have but it give me an error i have the script interacts with desktop checked but it still says the user does not have acces to change background

    c:

    cd \temp\vncscan

    bginfo.exe c:\temp\vncscan\myfilehere.bgi /timer:0

    if anyone knows or has gotten this to work plz share thanks alot

  •  10-17-2006, 9:30 AM 990 in reply to 971

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    Sevans,

    If you are using a Windows domain you can add your info to the login script. I have this running on my domain without error.

    All of my users have a commonly mapped drive "The F drive". You can save your bgi
    file on that drive and have it referenced during the login.

    I used the following code in my login script.
    f:\apps\bginfo\bginfo.exe f:\apps\bginfo\bginfo.bgi /timer

    This method would be outside of VNCScan and would display their information all of the time.

    If you are receiving an error regarding access rights to background display you may want to check to see if there is a GPO in effect that locks down changing backgrounds.

    Hope this helps.

    Bauer
  •  10-18-2006, 8:41 AM 1001 in reply to 990

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    ok i got it to work but is there  a way to stop the users from right click and set as background
  •  10-18-2006, 12:40 PM 1003 in reply to 1001

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    That's what Group Policy is for.
  •  10-19-2006, 5:05 AM 1011 in reply to 1003

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    yes i understand that but i need to allow them to change there background for the script to run and change it when they login otherwise bginfo will error out
  •  11-03-2006, 9:59 AM 1104 in reply to 1011

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    That's the thing you're going to run into. Because bginfo runs during login the user must have rights to change the background. This is because on login the background is actually being appended with the stats you requested. I would just say let the buggers have their background however they want it. Then you can run bginfo with no problems. :)

    Bauer
  •  05-19-2007, 4:59 PM 1871 in reply to 1104

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    I am working on this very same problem, and what I've got so far is a partial solution.  First we restrict what the background can be via Local Group Policy.  This ensures that even when a user is not connected to the domain (via a local user profile) there background is still locked down.  To side step this I created a script (which I will share once I get back to work) that copies bginfo.exe and the custom.bgi to the system32 folder, and then I use sc to create a service called bginfo with local system privileges.  I also add a description in the event I die or am fired other sys admins will know what it is and what it does.  Hmmm, maybe I should take that out, huh?  I digress; the final piece is where I am caught.  I want the service to either start Automatically or at Boot and call the custom.bgi into action.  Now keep in mind that using Local Group Policy you have to point it the bgi.bmp, or tell the custom.bgi to overwrite the .bmp file you Local Group Policy points to.  So having said all that is there anyone who can tell me how to get the service to perform the necessary action?  I have contemplated putting a shortcut in the “All Users Startup Folder” with the necessary switches.  But I’d rather have a more polished registry fix or service call.


    Robert

    "Otis, a strong man stands up for himself, a stronger man stands up for others."

    Army Strong!
  •  06-15-2007, 12:25 PM 1935 in reply to 1871

    Re: BGInfo has any one been able to depoly a script to run bginfo on a domian

    We're deploying BGInfo now also.
    We wanted to do it a while ago and kind of forgot about it until I saw this post.
    We have the executable & bgi in a network share & the login script (group policy) is set to run it.
    \\wssgrhs1\apps\BgInfo\bginfo \\wssgrhs1\apps\bginfo\clinical.bgi /timer:0
    They have read/execute rights to that folder.
    It sometimes works & sometimes doesn't. It even doesn't work sometimes for our IT users (with admin rights).
    It either works fine or displays the message
    Error loading "\\wssgrhs1\apps\bginfo\clinical.bgi"
    I'd think the user would need write rights to the where the temp image is saved, so we changed it from the default windows directory to Users application folder directory and it still doesn't always work. It bugs me more that it doesn't work consistantly than if it wouldn't work at all.


View as RSS news feed in XML
Powered by Community Server, by Telligent Systems