Skip to content

BgInfo/Download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Latest Version Release Date Windows Free MSI Installer

BgInfo β€” Free Desktop Background System Information Tool for Windows

Download BgInfo MSI All Releases


BgInfo is a free, lightweight Windows utility that automatically displays essential system information β€” IP address, computer name, OS version, memory, disk space, and more β€” directly on the desktop wallpaper. Designed for IT administrators, system engineers, and helpdesk teams who manage multiple workstations and servers, BgInfo eliminates the need to manually check each machine's configuration. It is part of the Microsoft Sysinternals suite and runs as a portable, no-install tool.

Download BgInfo

File Architecture Type Link
BgInfo_Setup.msi 64-bit (x64) MSI Installer ⬇ Download
BgInfo_Setup_x86.msi 32-bit (x86) MSI Installer ⬇ Download

All releases are available on the Releases page. Each release includes SHA-256 checksums for verification.

Key Features

  • Desktop wallpaper overlay β€” renders system details directly onto the desktop background without additional windows or taskbar clutter
  • Comprehensive system data β€” displays computer name, IP address, MAC address, subnet mask, default gateway, DNS servers, OS version, service pack, domain name, logon server, CPU type, RAM, disk space, and uptime
  • Custom fields β€” add your own data sources using WMI queries, VBScript, environment variables, or registry keys
  • Group Policy and logon script integration β€” deploy across hundreds of machines via Active Directory GPO or startup/logon scripts for hands-free configuration
  • Portable mode β€” run from a USB drive, network share, or any directory without installation
  • Multiple monitor support β€” display information across all connected displays
  • Bitmap output β€” export the generated background as a BMP file for documentation or remote viewing
  • Silent mode β€” apply settings without user interaction using command-line switches for automated deployments
  • Fully customizable layout β€” adjust font, color, position, and opacity of the information overlay to match any wallpaper

How It Works

BgInfo reads system information at startup (or on demand), renders it as text onto a copy of the current desktop wallpaper, and sets the result as the new background image. The process is instant and consumes no ongoing CPU or memory resources after the wallpaper is applied.

Quick Start β€” Single Machine

  1. Download the MSI installer from the latest release
  2. Run the installer or extract and launch BgInfo.exe directly
  3. Select which fields to display in the configuration editor
  4. Click Apply β€” your desktop background is immediately updated with system information

Silent MSI Installation (Enterprise)

msiexec /i BgInfo_Setup.msi /qn /norestart

Enterprise Deployment β€” Active Directory GPO

  1. Place BgInfo.exe and your saved .bgi configuration file on a network share accessible by all target machines
  2. Create a Group Policy Object that runs BgInfo at user logon: \\server\share\BgInfo64.exe \\server\share\config.bgi /timer:0 /silent /nolicprompt
  3. Link the GPO to the appropriate Organizational Unit (OU)
  4. Every user who logs in will see the configured system information on their desktop

Logon Script Deployment

  1. Add BgInfo to a batch or PowerShell logon script with the /timer:0 and /silent flags
  2. Point to a centralized .bgi configuration file on a shared network path
  3. BgInfo applies the wallpaper silently during each logon without user intervention

Command-Line Reference

Switch Description
/timer:0 Apply settings immediately without showing the countdown dialog
/silent Suppress error messages during execution
/nolicprompt Skip the license agreement prompt on first run
/popup Display information in a popup window instead of the wallpaper
/taskbar Display information in the taskbar notification area
/all Apply to all logged-on user sessions on a Terminal Server
/log Write errors to the specified log file
/rtf Export configuration to an RTF file

Available Information Fields

BgInfo can display any combination of the following system properties on the desktop background:

Category Fields
Network IP Address, MAC Address, Subnet Mask, Default Gateway, DNS Server, DHCP Server, Network Card, Domain Name
System Computer Name, OS Version, Service Pack, Build Number, Boot Time, System Uptime, Logon Domain, Logon Server, User Name
Hardware CPU Type, CPU Speed, Number of Processors, Total RAM, Free RAM, Disk Space (Free/Total per volume), System Manufacturer, System Model, BIOS Version, Serial Number
Custom WMI Queries, VBScript Output, Environment Variables, Registry Values, File Contents

System Requirements

Requirement Details
Operating System Windows 7 / 8 / 10 / 11 / Server 2008–2025 (32-bit and 64-bit)
Price Free
Installation MSI installer or portable β€” no installation required
Dependencies None β€” standalone executable
Enterprise Deployment Active Directory Group Policy, logon scripts, SCCM, Intune

Common Use Cases

  • Server room identification β€” instantly see server name, IP address, and role on the desktop when connecting via RDP or KVM
  • Helpdesk support β€” ask users to read system details directly from their wallpaper instead of navigating through system settings
  • IT asset management β€” display asset tags, serial numbers, and warranty information alongside system specs
  • Lab and classroom management β€” identify workstations by name and IP address across large computer labs
  • Compliance and auditing β€” show OS patch level, domain membership, and last boot time for quick visual verification
  • Remote Desktop sessions β€” immediately identify which server or workstation you are connected to in multi-session environments
  • Virtual machine identification β€” distinguish between multiple VMs running on the same hypervisor host

Alternatives to BgInfo

If you are looking for similar desktop system information tools, consider these alternatives:

  • Rainmeter β€” customizable desktop widget platform that can display system stats, weather, and more
  • Samurize β€” desktop enhancement tool with system monitoring widgets
  • Conky β€” lightweight system monitor for Linux desktops with customizable display
  • HWiNFO β€” in-depth hardware analysis and monitoring tool for Windows
  • Speccy β€” system information tool that provides detailed hardware and software specs
  • CPU-Z β€” focused hardware identification utility for CPU, memory, and motherboard details
  • Open Hardware Monitor β€” free, open-source hardware monitoring tool with sensor data

Frequently Asked Questions

How do I download BgInfo?

Go to the Releases page and download the latest MSI installer for your system architecture (x64 or x86).

How do I make BgInfo run automatically at startup?

Place a shortcut to BgInfo with your .bgi configuration file in the Windows Startup folder, or deploy it via Group Policy logon script with the /timer:0 /silent /nolicprompt switches.

Does BgInfo consume system resources while running?

No. BgInfo only runs once to generate and apply the wallpaper, then exits. It does not remain in memory or consume CPU cycles after the background is set.

Can I use BgInfo on Windows Server?

Yes. BgInfo is fully compatible with Windows Server 2008, 2012, 2016, 2019, 2022, and 2025, including Server Core and Terminal Server / Remote Desktop Services environments.

How do I install BgInfo silently via MSI?

Run msiexec /i BgInfo_Setup.msi /qn /norestart from an elevated command prompt or deploy the MSI package through Group Policy, SCCM, or Intune.

How do I display custom information?

In the BgInfo configuration editor, click Custom to add fields sourced from WMI queries, VBScript, environment variables, or registry keys. This allows displaying any data that Windows can provide.

Can I deploy BgInfo with Microsoft Intune or SCCM?

Yes. Package the MSI installer as a Win32 app in Intune, or distribute it as an SCCM application with the appropriate command-line switches for silent installation.

Summary

BgInfo is the standard tool for displaying system configuration information on Windows desktop backgrounds. Whether you manage a handful of workstations or thousands of servers, BgInfo provides instant visual identification of any machine through a simple, resource-free wallpaper overlay. Its portability, silent deployment options, and deep customization through WMI and scripting make it an indispensable utility for IT professionals worldwide.

⬇ Download Latest Release