+ Post New Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 57
Windows Thread, bg info with a desktop from group policy in Technical; running BGInfo in startup script works well, I run this on all workstation (Servers have their own one). Command Line ...
  1. #16
    RichardDS's Avatar
    Join Date
    May 2007
    Location
    Brighton, UK
    Posts
    13
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: bg info with a desktop from group policy

    running BGInfo in startup script works well, I run this on all workstation (Servers have their own one).

    Command Line used:
    bginfo.exe CNCSWorkstations.bgi /timer:0 /silent /nolicprompt
    Attached Images Attached Images
    Attached Files Attached Files

  2. IDG Tech News
  3. #17

    Join Date
    Nov 2006
    Location
    Reading, UK
    Posts
    482
    Thank Post
    30
    Thanked 12 Times in 7 Posts
    Rep Power
    16

    Re: bg info with a desktop from group policy

    Cheers, saved me doing the testing!!

  4. #18

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    13,889
    Blog Entries
    8
    Thank Post
    728
    Thanked 1,367 Times in 1,197 Posts
    Rep Power
    362

    Re: bg info with a desktop from group policy

    @RichardDS how did you change the logon picture please?

  5. #19

    john's Avatar
    Join Date
    Sep 2005
    Location
    London
    Posts
    9,992
    Thank Post
    1,274
    Thanked 890 Times in 776 Posts
    Rep Power
    249

    Re: bg info with a desktop from group policy

    I see Richards been attacking Gina

    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.

  6. #20

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,162
    Blog Entries
    9
    Thank Post
    749
    Thanked 2,454 Times in 2,087 Posts
    Rep Power
    687

    Re: bg info with a desktop from group policy

    @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)

  7. #21
    Osprey's Avatar
    Join Date
    Mar 2007
    Location
    West Yorkshire
    Posts
    65
    Thank Post
    0
    Thanked 6 Times in 4 Posts
    Rep Power
    14

    Re: bg info with a desktop from group policy

    We use the security settings on group policies to change the security of the bginfo.bmp so that auth users can change the bitmap.

  8. #22

    Join Date
    Apr 2006
    Location
    Hertfordshire
    Posts
    68
    Thank Post
    2
    Thanked 3 Times in 3 Posts
    Rep Power
    15

    Re: bg info with a desktop from group policy

    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?

  9. #23
    zag
    zag is offline
    zag's Avatar
    Join Date
    Mar 2007
    Location
    Reading, UK
    Posts
    2,736
    Blog Entries
    10
    Thank Post
    517
    Thanked 259 Times in 220 Posts
    Rep Power
    73

    Re: bg info with a desktop from group policy

    Quote Originally Posted by Arcolite
    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?

  10. #24

    Join Date
    Apr 2006
    Location
    Hertfordshire
    Posts
    68
    Thank Post
    2
    Thanked 3 Times in 3 Posts
    Rep Power
    15

    Re: bg info with a desktop from group policy

    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.

  11. #25

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,162
    Blog Entries
    9
    Thank Post
    749
    Thanked 2,454 Times in 2,087 Posts
    Rep Power
    687

    Re: bg info with a desktop from group policy

    Quote Originally Posted by Arcolite
    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.

  12. #26

    Join Date
    Apr 2006
    Location
    Hertfordshire
    Posts
    68
    Thank Post
    2
    Thanked 3 Times in 3 Posts
    Rep Power
    15

    Re: bg info with a desktop from group policy

    Perfect, thanks for the pointers.

    I've now got it sorted.

    We wanted certain User specific data shown on the desktop (Logon Server, Username...) so we've created two profiles. One for the desktop and one for users.

    On Startup it applies the Desktop and on Logon it applies the User one.
    When the user logs out the Desktop one is re-applied.

  13. #27

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,960
    Thank Post
    991
    Thanked 1,014 Times in 597 Posts
    Rep Power
    689

    Re: bg info with a desktop from group policy

    Hmmmm - same problem as Arcolite, I used to use this to ID servers in my last job on Citrix farms so it was rather good.
    A little odd why it does not work on a simple 2003 AD Domain. I get mine to run but then it displays errrrrrrrr nothing. Even with the /all switch...

    HA HA HA - been playing around a bit more with this, I now have 2 sets of BGinfo on top of each other !!!

  14. #28

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,162
    Blog Entries
    9
    Thank Post
    749
    Thanked 2,454 Times in 2,087 Posts
    Rep Power
    687

    Re: bg info with a desktop from group policy

    Quote Originally Posted by mattx
    Hmmmm - same problem as Arcolite, I used to use this to ID servers in my last job on Citrix farms so it was rather good.
    A little odd why it does not work on a simple 2003 AD Domain. I get mine to run but then it displays errrrrrrrr nothing. Even with the /all switch...
    Have you tried running it in GUI mode while applying to all desktops to see if it spews an error at that point, maybe dropping the /quiet switch for testing if you are running it at machine start.

    If this doesn't shed any light on it you could try running it with both Filemon and Regmon running which should tell you if there are any file or registry permissions getting in your way.

    When I run this on servers I usually add the command line to the Run section of the registry so that it is run each time the system is logged in.

  15. #29
    DMcCoy's Avatar
    Join Date
    Oct 2005
    Location
    Isle of Wight
    Posts
    3,230
    Thank Post
    10
    Thanked 443 Times in 387 Posts
    Rep Power
    101

    Re: bg info with a desktop from group policy

    Mattx, Have you set the option that controls where it tries to save the new bmp? It uses the windows folder by default but you can save the bgi with the user profile set instead.

  16. #30

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,960
    Thank Post
    991
    Thanked 1,014 Times in 597 Posts
    Rep Power
    689

    Re: bg info with a desktop from group policy

    Mattx, Have you set the option that controls where it trys to save the new bmp?
    Yeah I changed that to the users app data dir which is re-directed to their home directory....

    Have you tried running it in GUI mode while applying to all desktops to see if it spews an error at that point, maybe dropping the /quiet switch for testing if you are running it at machine start.
    I did get an error message stating it would only run in Admin mode but sorted that, it then ran, but displayed nothing.
    I did have it working though, but it only showed the info when the user logs off !!! It works fine for an Admin though which is odd.....

SHARE:
+ Post New Thread
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Replies: 10
    Last Post: 11th May 2010, 10:13 AM
  2. Group policy to redirect desktop
    By srochford in forum Windows
    Replies: 12
    Last Post: 19th January 2010, 02:50 PM
  3. Group policy
    By pedster666 in forum Hardware
    Replies: 5
    Last Post: 27th February 2008, 10:03 AM
  4. Group Policy
    By faza in forum Wireless Networks
    Replies: 27
    Last Post: 5th July 2006, 06:34 AM
  5. Confidential Info Disclosure policy
    By pete in forum School ICT Policies
    Replies: 4
    Last Post: 5th January 2006, 10:12 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •