Spread the love

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\lateweb.info\Desktop\Notepad++7_8_9.msi /quiet'
Code language: JavaScript (javascript)

here is a simple video tutorial

Leave a Reply