How to install Notepad++ using PowerShell silently

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
📅 Created: 12 Mar 2021 at 19:28
👀 Viewed: 16 times
✉️ Send Email

Why to install Notepad++ using PowerShell

Lately it is very fashionable to use Windows without a graphical environment (Windows server) and on this occasion, if you have installed the server without a graphical environment and install an application on it and not to ask too much, this command is for you. It is also a useful command when we want to remotely install a package on another computer without bothering to connect to it.

command


Start-Process msiexec.exe -Wait -ArgumentList '/I C:\Users\webleit.info\Desktop\Notepad++7_8_9.msi /quiet'

here is a simple video tutorial

https://youtu.be/vC1qBd3APWE

If you want to comment: Login or Register