You need to:
- Download BgInfo: http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx
- Run BgInfo.exe, prepare the fields to display and then save your template in a .bgi file
Remark: It is important that the location of output bitmap for BigInfo is a folder on which the user has Read / Write access. If this is not true, the bitmap wallpaper would not be generated. To change the location of the output bitmap, click on Bitmap > Location …. By default, User’s temporary files directory option is used – You can keep it as it is if you do not want to choose another location.
2.
Prepare a Logon Script to run BgInfo:
You can use the following script to run BgInfo:reg add HKU\.DEFAULT\Software\Sysinternals\BGInfo /v EulaAccepted /t REG_DWORD /d 1 /f \\Server\Share\Bginfo.exe \\Server\Share\template.bgi /TIMER:00 /nolicprompt |
- Bginfo.exe
- Template.bgi: This is the BgInfo template your saved in the previous step
3.
Apply BgInfo logon script using a Group Policy:
To apply BgInfo logon script using a Group Policy, proceed like the following:- Create a new GPO then go to User Configuration > Policies > Windows Settings > Scripts (Logon/Logoff) and then double-click on Logon
- Select your BgInfo logon script and then click on OK
After that, you need to link your Group Policy to the Organizational Unit containing the administrative accounts on which it will be applied.
Taken directly from: http://social.technet.microsoft.com/wiki/contents/articles/20262.apply-bginfo-using-a-group-policy-logon-script.aspx
No comments:
Post a Comment