Skip to content

briantgil/background-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BgInfo Custom Network Info

For network related fields, Sysinternals BgInfo prints information for all network interfaces to the desktop. This printout can be overwhelming, and even limit or prevent desktop space for other fields. Therefore, if you need to display network interface(s), you may need to create a custom field.

Here, I use a powershell script to write active interface info to a file at boot up. Then, BgInfo uses the file content as a custom field.

Configure BgIno

  1. Download and extract BGInfo.zip
  2. Place Bginfo64.exe into c:\users\<username>, or a preferred directory*
  3. Open Bginfo64.exe
  4. Click the Time remaining box to prevent the app from closing
  5. Format the layout within the editor

Configure custom fields

  1. Download bginfo_custominfo.ps1 and place into c:\users\<username>, or a preferred directory**
  2. Open Windows Explorer and type into the location bar: shell:startup (user) or shell:common startup (system)
  3. Download bginfo_custominfo.bat and place into the startup folder from above
  4. Edit bginfo_custominfo.ps1 and enter MAC address strings into $nic_macs array to allow printing (interfaces must be up)
  5. Edit bginfo_custominfo.bat and enter correct paths
  6. Run bginfo_custominfo.bat by double clicking it
  7. Open Bginfo64.exe
  8. Click the Time remaining box to prevent the app from closing
  9. Click Custom > Click New > Enter Identifier > Select Contents of a file > Click Browse
  10. Browse to: c:\users\<username>\bginfo_custom_info.txt and Click OK
  11. Select Identifier from within Fields pane and Click <-Add
  12. Click Apply > Click OK
  13. Verify BgInfo displays the information properly
  14. Network info will overwrite on reboots

bginfo app

*used this file location to bypass permission issues

**ensure Powersehell Execution Policy is set to allow running scripts

About

Custom network info for Sysinternals BGInfo (Windows only)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published