Windows Thread, BG Info on startup. in Technical; Hi.
Im trying to implement BGInfo as a startup item for certain user groups, not so those users can access ...
-
27th February 2008, 11:02 AM #1
-
-
IDG Tech News
-
27th February 2008, 11:08 AM #2 This is how we have it (inside a Kix script..)
Code:
\\server\netlogon\Bginfo.exe \\server\netlogon\staff.bgi /nolicprompt /i /silent /timer:0
How are you applying it in GPO? a logon script?
-
-
27th February 2008, 12:37 PM #3
- Rep Power
- 11
-
-
27th February 2008, 12:43 PM #4 should run ok.. have you ran GPResults to ensure its coming down?
-
-
27th February 2008, 12:53 PM #5
- Rep Power
- 12
The key issue here (i think) is that if the user doesnt have local admin permissions on the machine then the information wont get written to the desktop
Do you get an error message?
I'm pretty sure there is a workaround, but here at my school, the info only gets written to the desktop when a member of the ICT Staff logs on (who also have local admin rights)
-
-
27th February 2008, 12:55 PM #6 Works fine for us - our desktop background is stored in the NETLOGON share and BGInfo points to that location
Although we apply it via a Kixscript which is under the login script setting on the users AD account..
-
-
27th February 2008, 12:57 PM #7 Have you changed the option for where the bmp is stored? Bitmap -> Location when you create the bgi file.
-
-
27th February 2008, 01:03 PM #8 Is the script running before the drives get mapped?
Try using a UNC path rather than the mapped drive
-
-
27th February 2008, 02:14 PM #9
- Rep Power
- 11

Originally Posted by
Big-Jon
Try using a UNC path rather than the mapped drive
Tryed.
Same error.
Im gonna try bunging it on its own share and pointing to that.

Originally Posted by
DMcCoy
Have you changed the option for where the bmp is stored? Bitmap -> Location when you create the bgi file.
Yes.
The bginfo.exe, the config.bgi and the wallpaper.bmp are all in the same directory.

Originally Posted by
cheesypete
Do you get an error message?
Nope.
.
-
-
27th February 2008, 03:32 PM #10
- Rep Power
- 14
I packaged BGInfo into an msi and deployed it. Then I have my kixtart script run it at logon for kids:
IF INGROUP("Kids") AND EXIST("C:\Program Files\BackInfo\BackInfo.exe")
RUN "C:\Program Files\BackInfo\BackInfo.exe"
ENDIF
-
-
27th February 2008, 04:20 PM #11
- Rep Power
- 11
Is your config file inside the msi as well?
-
-
27th February 2008, 04:27 PM #12 
Originally Posted by
boomam
The bginfo.exe, the config.bgi and the wallpaper.bmp are all in the same directory.
The setting affects where it tries to write the created bmp, by default, unless you change it when creating the bgi, is to put it in the windows folder which will not work for non admins.
-
-
27th February 2008, 09:20 PM #13 At all schools where I use BGInfo, I create a folder called BGInfo within the root of the NETLOGON share, where your logon scripts should be.
Here's a sample of BGInfo in my script:
Code:
@ECHO OFF
net time \\SERVERNAME /set /yes
REM * Sets Background desktop *
if exist %systemroot%\bginfo.exe goto tools
copy \\SERVERNAME\netlogon\tools\BGINFO\BGINFO.EXE %SYSTEMROOT% /Y
:tools
%SYSTEMROOT%\bginfo.exe /i"\\SERVERNAME\netlogon\tools\bginfo\CURRIClogon.bgi" /timer:0
REM * Sets Background desktop *
%SYSTEMROOT%\bginfo.exe /i"\\SERVERNAME\netlogon\tools\bginfo\logoff.bgi" /timer:0
Hope this helps
-
-
28th February 2008, 12:13 PM #14
- Rep Power
- 11

Originally Posted by
Michael
At all schools where I use BGInfo, I create a folder called BGInfo within the root of the NETLOGON share, where your logon scripts should be.
Here's a sample of BGInfo in my script:
Code:
@ECHO OFF
net time \\SERVERNAME /set /yes
REM * Sets Background desktop *
if exist %systemroot%\bginfo.exe goto tools
copy \\SERVERNAME\netlogon\tools\BGINFO\BGINFO.EXE %SYSTEMROOT% /Y
:tools
%SYSTEMROOT%\bginfo.exe /i"\\SERVERNAME\netlogon\tools\bginfo\CURRIClogon.bgi" /timer:0
REM * Sets Background desktop *
%SYSTEMROOT%\bginfo.exe /i"\\SERVERNAME\netlogon\tools\bginfo\logoff.bgi" /timer:0
Hope this helps
Is that a bat or vb script?
Its annoying me now, because while its a useful app in some regards, its very annoying in others.
-
-
28th February 2008, 12:19 PM #15
- Rep Power
- 14

Originally Posted by
boomam
Is your config file inside the msi as well?
Sure is. I use a standard config and it never changes.
-
SHARE:
Similar Threads
-
By djones in forum Windows
Replies: 10
Last Post: 27th February 2008, 01:18 AM
-
By randle in forum Windows
Replies: 4
Last Post: 30th July 2007, 02:56 PM
-
By Midget in forum Hardware
Replies: 8
Last Post: 30th November 2006, 07:29 PM
-
By pmassingham in forum Windows
Replies: 1
Last Post: 23rd March 2006, 11:20 AM
-
Replies: 18
Last Post: 17th November 2005, 12:06 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules