Logitech Gaming Software provides power and intelligence to your device, making possible its advanced gaming features, including profiles, multi-key commands, and the LCD display configuration. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of the Logitech Gaming Software from the command line using the EXE installer.
How to Install Logitech Gaming Software Silently
Logitech Gaming Software Silent Install (EXE) on 32-bit System
- Navigate to: https://support.logi.com/hc/en-us/articles/360025298053
- Select 32-bit from the drop-down
- Click Download Now
- Download the LGS_x.y.z_x86_Logitech.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: LGS_x.y.z_x86_Logitech.exe /S
- Press Enter
After a few moments you will find Logitech Gaming Software entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Logitech Gaming Software (32-bit System) |
Vendor: | Logitech Inc. |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | LGS_x.y.z_x86_Logitech.exe /S |
Silent Uninstall Switch: | "%ProgramFiles%\Logitech Gaming Software\uninstallhlpr.exe" /bitness=x86 /silentmode=on /langid=ENU /downgrade=no /firstRun=no |
Download Link: | https://support.logi.com/hc/en-us/articles/360025298053 |
PowerShell Script: | https://silentinstallhq.com/logitech-gaming-software-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-logitech-gaming-software-powershell/ |
Logitech Gaming Software Silent Install (EXE) on 64-bit System
- Navigate to: https://support.logi.com/hc/en-us/articles/360025298053
- Select 64-bit from the drop-down
- Click Download Now
- Download the LGS_x.y.z_x64_Logitech.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
LGS_x.y.z_x64_Logitech.exe /S - Press Enter
After a few moments you will find Logitech Gaming Software entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Logitech Gaming Software (64-bit System) |
Vendor: | Logitech Inc. |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | LGS_x.y.z_x64_Logitech.exe /S |
Silent Uninstall Switch: | "%ProgramFiles%\Logitech Gaming Software\uninstallhlpr.exe" /bitness=x64 /silentmode=on /langid=ENU /downgrade=no /firstRun=no |
Download Link: | https://support.logi.com/hc/en-us/articles/360025298053 |
PowerShell Script: | https://silentinstallhq.com/logitech-gaming-software-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-logitech-gaming-software-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download link provided take you directly to the vendors website.
How to Uninstall Logitech Gaming Software Silently
Check out the following posts for a scripted solution:
Logitech Gaming Software Install and Uninstall (PowerShell) |
Logitech Gaming Software Silent Uninstall (PowerShell) |
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Logitech Gaming Software Silent Uninstall (EXE) on 32-bit System
"%ProgramFiles%\Logitech Gaming Software\uninstallhlpr.exe" /bitness=x86 /silentmode=on /langid=ENU /downgrade=no /firstRun=no |
Logitech Gaming Software Silent Uninstall (EXE) on 64-bit System
"%ProgramFiles%\Logitech Gaming Software\uninstallhlpr.exe" /bitness=x64 /silentmode=on /langid=ENU /downgrade=no /firstRun=no |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.