Installing Notepad++ on workstation in normal way


In this guide, I demonstrate a straightforward installation of an application on Windows 11 using Notepad++ as an example. This method ensures a smooth installation process while also highlighting important registry entries created during installation.

Download the Installer

  • Obtain the latest Notepad++ installer from the official website.
  • Choose the appropriate version (32-bit or 64-bit) based on your system.
Run the Installer
  • Launch the setup file and follow the on-screen instructions.
  • Select installation options such as the destination folder and additional components.
Complete the Installation
  • Click "Install" and wait for the process to finish.
  • Once completed, you can launch Notepad++ and start using it.
After installing Notepad++, a registry entry is created that contains important details about the installation. You can find this entry in the Windows Registry at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Notepad++

Key values include:
  • DisplayVersion – Shows the installed version of Notepad++.
  • UninstallString – The command used to uninstall Notepad++ from the system.
  • QuietUninstallString – The command for a silent (unattended) uninstallation.
These registry values can be useful for software management, automation, or scripting purposes.
By following these steps, you can easily install Notepad++ on Windows 11 and verify its installation details through the registry.
For more information, visit https://ithero.ovh/dscm.