随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-notepad

命令

Windows 安装 Notepad++ 文本编辑器

win-install-notepad

Windows 安装 Notepad++ 文本编辑器

补充说明

Notepad++ 是一款免费开源的源代码编辑器和记事本替代工具,支持多种编程语言语法高亮、宏录制和插件扩展。

安装 Notepad++

# 安装 Notepad++
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o npp.8.7.1.Installer.x64.exe https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.7.1/npp.8.7.1.Installer.x64.exe && npp.8.7.1.Installer.x64.exe /S
# 安装 Notepad++
cd ~\Downloads; curl.exe -L -o npp.8.7.1.Installer.x64.exe https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.7.1/npp.8.7.1.Installer.x64.exe; .\npp.8.7.1.Installer.x64.exe /S

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id Notepad++.Notepad++ -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果