79312779

Date: 2024-12-27 21:07:07
Score: 0.5
Natty:
Report link

Figured out the answer while I was writing the question. Run this in powershell:

PS> Start-Process notepad++ -ArgumentList "-multiInst -nosession"

Please note, this window will not reopen if you close notepad++ like the "default session" does. Also note, if you run powershell as administrator, then notepad++ will also open in administrator mode

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Phillip