Skip to main content

How to Silent Install and Uninstall Lightshot. Installing software efficiently is crucial. Take Lightshot, for instance—it’s a screen capture tool many of us rely on daily. But what if you could install it seamlessly, without lifting a finger? That’s where silent installation comes in. In this guide, we’ll walk you through the process step by step, making it easy to deploy Lightshot across multiple devices with minimal effort. Whether you’re an IT pro managing a network or just someone looking for a hassle-free setup, we’ve got you covered!

Quick Overview

Silent installation and uninstallation of Lightshot involve executing commands without user interaction, making it ideal for deployment scenarios where manual intervention is impractical or time-consuming. First of all, here is a quick overview of the application with the install and uninstall command.

SoftwareLightshot
VendorSkillbrains
Architecturex86_x64
Installer TypeEXE
Silent Install Switchsetup-lightshot.exe /VERYSILENT
Silent Uninstall SwitchC:\Program Files (x86)\Skillbrains\lightshot>unins000.exe /VERYSILENT
Download Linkhttps://app.prntscr.com/en/index.html

Additional Parameters

In this section we will show you the additional Parameters you can add to your Silent Install command.

/SUPPRESSMSGBOXESInstructs Setup to suppress message boxes.
/LOGCauses Setup to create a log file in the user's TEMP directory.
/LOG="filename"Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file.
/NOCANCELPrevents the user from cancelling during the installation process.
/NORESTARTPrevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart.
/LANG=languageSpecifies the internal name of the language to use.

How to silent install Lightshot

In this section we will show you, how you can silent install the application with the Command Prompt. With this information you should be able, to deploy the application with your MDM solution.

  1. Navigate to: https://app.prntscr.com/en/index.html
  2. Download the setup-lightshot.exe to a new folder created in C:\SilentGoogleChrome
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\SilentLightshot folder
  5. Enter the following command: setup-lightshot.exe /VERYSILENT
  6. Press Enter

How to silent uninstall Lightshot

In this section we will show you, how you can silent uninstall the application with the Command Prompt. With this information you should be able, to deploy the application with your MDM solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following command: C:\Program Files (x86)\Skillbrains\lightshot>unins000.exe /VERYSILENT 

How to deploy Lightshot with Microsoft Intune

If you want to know, how to deploy Lightshot with Microsoft Intune. Check out the following Blog post.

Max

Leave a Reply