Difference between revisions of "Bginfo"

From AlphaBook
Jump to: navigation, search
(Download)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Download ==
 
== Download ==
 
* https://technet.microsoft.com/en-us/sysinternals/bb897557.aspx
 
* https://technet.microsoft.com/en-us/sysinternals/bb897557.aspx
* C:\Bginfo\Bginfo.exe
+
* C:\Bginfo\Bginfo64.exe
 +
 
 
== Customized setting ==
 
== Customized setting ==
 
* Boot Time: <Boot Time>
 
* Boot Time: <Boot Time>
Line 17: Line 18:
 
* Host Name: <Host Name>
 
* Host Name: <Host Name>
 
* Logon Domain: <Logon Domain>
 
* Logon Domain: <Logon Domain>
 +
== Background... ==
 +
* Wallpaper position: Stretch
 +
== Position... ==
 +
* Center
 
== Save setting ==
 
== Save setting ==
 
* File -> Save as... -> C:\Bginfo\MyConfig.bgi
 
* File -> Save as... -> C:\Bginfo\MyConfig.bgi
 
== Bginfo.bat ==
 
== Bginfo.bat ==
* c:\Bginfo\Bginfo.exe c:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula
+
* C:\Bginfo\Bginfo64.exe C:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula
 +
 
 
== Logon script ==
 
== Logon script ==
*  
+
* User Configuration\Windows Settings\Scripts (Logon/Logoff)\Logon\Bginfo.bat
 +
 
 
== Registry ==
 
== Registry ==
* HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
+
* Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
 
* New -> String value (REG_SZ), Value name
 
* New -> String value (REG_SZ), Value name
 
** BgInfo
 
** BgInfo
 
* Value data
 
* Value data
** c:\Bginfo\Bginfo.exe c:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula
+
** C:\Bginfo\Bginfo64.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

Latest revision as of 14:16, 29 August 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>

Background...

  • Wallpaper position: Stretch

Position...

  • Center

Save setting

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

Bginfo.bat

  • C:\Bginfo\Bginfo64.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\Bginfo64.exe C:\Bginfo\MyConfig.bgi /timer:0 /silent /accepteula

Some desktop applications may appear blurred on high-DPI displays