Difference between revisions of "Bginfo"

From AlphaBook
Jump to: navigation, search
Line 23: Line 23:
 
== Logon script ==
 
== Logon script ==
 
* User Configuration\Windows Settings\Scripts (Logon/Logoff)\Logon\Bginfo.bat
 
* User Configuration\Windows Settings\Scripts (Logon/Logoff)\Logon\Bginfo.bat
==  Some desktop applications may appear blurred on high-DPI displays ==
 
* https://support.microsoft.com/en-us/help/2900023
 
  
 
== Registry ==
 
== Registry ==
Line 32: Line 30:
 
* Value data
 
* Value data
 
** c:\Bginfo\Bginfo.exe c:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula
 
** c:\Bginfo\Bginfo.exe c:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula
 +
 +
==  Some desktop applications may appear blurred on high-DPI displays ==
 +
* https://support.microsoft.com/en-us/help/2900023

Revision as of 14:12, 6 July 2017

Download

Customized setting

  • Boot Time: <Boot Time>
  • OS Version: <OS Version>
  • CPU: <CPU>
  • Memory: <Memory>
  • Volumes: <Volumes>
  • Free Space: <Free Space>
  • IP Address: <IP Address>
  • Subnet Mask: <Subnet Mask>
  • Default Gateway: <Default Gateway>
  • DNS Server: <DNS Server>
  • Network Speed: <Network Speed>
  • User Name: <User Name>
  • Host Name: <Host Name>
  • Logon Domain: <Logon Domain>

Save setting

  • File -> Save as... -> C:\Bginfo\MyConfig.bgi

Bginfo.bat

  • c:\Bginfo\Bginfo.exe c:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula

Logon script

  • User Configuration\Windows Settings\Scripts (Logon/Logoff)\Logon\Bginfo.bat

Registry

  • Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  • New -> String value (REG_SZ), Value name
    • BgInfo
  • Value data
    • c:\Bginfo\Bginfo.exe c:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula

Some desktop applications may appear blurred on high-DPI displays