When you install a fresh copy of Windows on a Lenovo machine, or if you are using a non-Lenovo image on Lenovo hardware, this branding might be missing. Using a "Lenovo OEM logo bmp 120x120 high quality" image ensures the device looks authentic, featuring the clean, modern Lenovo wordmark introduced in 2015. Technical Specifications: 120x120 High Quality BMP
$regPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" New-Item -Path $regPath -Force | Out-Null Set-ItemProperty -Path $regPath -Name "Manufacturer" -Value $manufacturer Set-ItemProperty -Path $regPath -Name "Model" -Value $model Set-ItemProperty -Path $regPath -Name "Logo" -Value $logoDestPath Set-ItemProperty -Path $regPath -Name "SupportURL" -Value $supportUrl
Place the file inside your distribution share distribution folder: $OEM$\$$\System32\OEM\Lenovo.bmp .
Navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation lenovo oem logo bmp 120x120 high quality
Use a PowerShell deployment script to copy the asset and write registry keys in one motion during provisioning phases.
IT forums like Spiceworks or Reddit's r/sysadmin often have threads with curated, high-quality OEM logos. Creating Your Own Lenovo OEM Logo BMP (120x120)
120 x 120 pixels (Standard Windows requirement for classic System properties). File Format: Bitmap ( .bmp ). When you install a fresh copy of Windows
: Never scale a small JPEG up to 120x120; always scale down from a higher resolution to prevent pixelation.
The modern Lenovo logo features the brand name in a rectangular block (often red, blue, or black) or as a transparent wordmark. For boot screens, a white logo on a black background is the most common high-quality configuration.
By following this guide, you can add a professional, high-quality Lenovo OEM logo to your system properties in just a few minutes. Whether you're building a custom computer, recovering from a clean OS install, or simply want to personalize your machine, you now have all the information you need. File Format: Bitmap (
Once you have created your 120x120 BMP file, you can apply it in two primary ways: 1. Windows System Information Branding
: Some legacy BIOS flashers crash if a 32-bit BMP contains a transparent alpha channel. Stick to a flat 24-bit BMP with a solid color background.
The modern Lenovo Brand Guidelines often use a "bounding box" or tag design, but for OS integration, a clean white or transparent-look background works best. How to Apply the Logo To add this high-quality logo to your Windows system info:
| Tool | Key Features | Notes | | :--- | :--- | :--- | | | Green & portable, supports Win7, Win10, Win11, customizes OEM brand, manufacturer logo, model, and support information. | Over 31 built-in brand logos including Lenovo; supports custom logo upload. | | OEM Brander | Free portable app, works from WinXP to Win10, auto-resizes and scales logos, includes preset data. | Requires .NET Framework 3.5; good for older systems like XP/Vista. | | 深度系统 OEM-DIY | 1-click completion, built-in 31 brand computer logos and 24 mainstream CPU logos. | Operates via dropdown selection with preview; truly green and free. |