Notepad++ 64 bit 8.4.2

Full internal name:notepadpp64
Project site:https://notepad-plus-plus.org/
Screen shots:
Download: Download Notepad++ 64 bit 8.4.2

https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.2/npp.8.4.2.Installer.x64.exe

VirusTotal results
Change log:https://notepad-plus-plus.org/news/
Description:

text editor

License:GPLv2
Version:8.4.2
SHA-1 or SHA-256:a34a30aab41929ca6de366025baf1d993c269aaece7ee04a031977c38eaf8c17
Type:one file
Dependencies:
    Tags:
    Text files:
    .Npackd\Install.bat:
    xcopy "%allusersprofile%\Npackd\Config\net.sourceforge.NotepadPlusPlus" .  /E /C /I /F /H /R /Y > .Npackd\Output.txt && type .Npackd\Output.txt
    
    for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
    "%setup%" /S /D=%CD%
    if %errorlevel% neq 0 exit /b %errorlevel%
    
    set package=net.sourceforge.NotepadPlusPlus
    set version=%NPACKD_PACKAGE_VERSION%
    set key=%package%
    
    reg add HKLM\SOFTWARE\Classes\Applications\%KEY%\shell\open /v FriendlyAppName /d "Notepad++ (%version%)" /f > .Npackd\Output.txt && type .Npackd\Output.txt
    set c=\"%CD%\notepad++.exe\" \"%%1\"
    reg add HKLM\SOFTWARE\Classes\Applications\%KEY%\shell\open\command /d "%c%" /f > .Npackd\Output.txt && type .Npackd\Output.txt
    for %%g in (txt log ini h hpp hxx c cpp cxx cc m java cs pas inc html htm php phtml properties js jsp asp css xml sh bsh nsi nsh lua pl pm py as mx vb vbs f for f90 f95 f2k tex sql nfo mak hgignore) do reg add HKLM\SOFTWARE\Classes\.%%g\OpenWithList\%key% /f > .Npackd\Output.txt && type .Npackd\Output.txt
    
    reg add "HKCR\*\shell\Notepad++\command" /ve /f /d "\"%cd%\notepad++.exe\" %%1" > .Npackd\Output.txt && type .Npackd\Output.txt
    
    verify
    .Npackd\Uninstall.bat:
    rmdir /s /q "%allusersprofile%\Npackd\Config\net.sourceforge.NotepadPlusPlus"
    xcopy Plugins "%allusersprofile%\Npackd\Config\net.sourceforge.NotepadPlusPlus\Plugins" /E /C /I /F /H /R /Y > .Npackd\Output.txt && type .Npackd\Output.txt
    
    set package=net.sourceforge.NotepadPlusPlus
    set version=%NPACKD_PACKAGE_VERSION%
    set key=%package%
    
    set newname=%key%_%random%
    ren %appdata%\Notepad++ %newname%
    uninstall.exe /S _?=%CD%
    if %errorlevel% neq 0 exit /b %errorlevel%
    ren %appdata%\%newname% Notepad++
    
    rem unregister "Open With..." entries
    reg delete HKLM\SOFTWARE\Classes\Applications\%KEY% /f > .Npackd\Output.txt && type .Npackd\Output.txt
    for %%g in (txt log ini h hpp hxx c cpp cxx cc m java cs pas inc html htm php phtml properties js jsp asp css xml sh bsh nsi nsh lua pl pm py as mx vb vbs f for f90 f95 f2k tex sql nfo mak hgignore) do reg delete HKLM\SOFTWARE\Classes\.%%g\OpenWithList\%key% /f > .Npackd\Output.txt && type .Npackd\Output.txt
    
    reg delete HKCR\*\shell\Notepad++ /f > .Npackd\Output.txt && type .Npackd\Output.txt
    
    rem remove Explorer extension
    set trash=..\.Trash\%key%_%random%
    mkdir %trash%
    move NppShell*.dll %trash%
    verify
    		
    .Npackd\ExportUserSettings.bat:
    copy "%appdata%\Notepad++\config.xml" .
    .Npackd\ImportUserSettings.bat:
    copy /y config.xml "%appdata%\Notepad++"
    Last modified:Fri Jun 03 17:11:58 UTC 2022
    Last modified by:tim.lebedk...
    Created:Fri Jun 03 17:11:57 UTC 2022
    Created by:tim.lebedk...
    Automated tests:2 of 2 installations succeeded, 2 of 2 removals succeeded