Your access to this website and/or its content is subject to certain terms and conditions. If you do not wish to agree with the terms and conditions, then you should leave this website immediately.

Moral Volcano - www.vsubhash.com

Moral Volcano's BgInfo VBScript Add-Ons

Mark Russinovich's BgInfo is a Microsoft utility that can be set up to display computer configuration details, such as hardware information, on the Windows desktop background (wallpaper). In this page, I am offering you some unofficial add-ons that make BgInfo more useful - particularly in offices where employees are asked to provide their system configuration details to system administrators.

Windows desktop background (wallpaper) updated by BgInfo with computer configuration information

What's Included

Actual details displayed by my BgInfo configuration file

BgInfo comes with a set of built-in configuration details that can be displayed on the wallpaper. BgInfo also allows the user to create custom configuration details. The built-in ones are good but they are not great.

In this page, I am offering some VBScript files and my BgInfo configuration file for download. As it is rarely a good idea to blindly use VBScript files from the Web, I am displaying the source code here so that you can use them only if you are fully satisfied. You are also completely free to extend the source code as you please.

When you run my BgInfo configuration file, your wallpaper will be updated similar to the screenshot here. (I have deliberately obscured some details.)

The following is a list of files in the download file. (The Erik Anderson's MP3 Pirate wallpaper is not included.)

  1. BgInfo Configuration File: The my_bginfo.bgi file was created on my computer. It uses a set of built-in and my custom-made BgInfo configuration details and updates the current wallpaper.
  2. VBScript Files: These text files contain my VBScript code. BgInfo will use this code when it displays the custom BgInfo configuration details mentioned in the my_bginfo.bgi file. For the sake of safety, the VBScript files have the extension .txt instead of .vbs. You can test them using cscript.exe if you replace Echo statements with Wscript.Echo.
    1. Get_Computer_Model.txt:
    2. Get_Motherboard_Model.txt:
    3. Get_Memory.txt:
    4. Get_Memory.txt:
    5. Get_Hard_Drives.txt:
    6. Get_OS.txt:

Download

Download the contents of this zip file to C:\Program Files\BgInfo or to the folder where you have installed BgInfo.

BGI.Zip (Size: 4 KB)
Download Now

Installation

  1. Create a folder named BgInfo in your C:\Program Files folder.
  2. Download BgInfo download file from Microsoft.com and extract the contents of that file in C:\Program Files\BgInfo.
  3. Copy my_bginfo.bgi and my VBscript files to the C:\Program Files\BgInfo folder.
  4. Run BgInfo.exe, open (File » Open) my_bginfo.bgi, and click Apply.
  5. Close BgInfo.

If you have copied BgInfo to some other folder, then my_bginfo.bgi will not work as it is. You will have to click the Custom button and edit the location of each configuration detail manually.

You can add a shortcut with the following command to your startup folder so that the wallpaper is updated when you log in.

"C:\Program Files\BgInfo\BgInfo.exe" "C:\Program Files\BgInfo\my_bginfo.bgi" /timer:0

---o0O0o---

This article was first published in March 2010.