From bda4fb11334f97be02e29a8700277446a940bada Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 17 Feb 2022 11:39:31 +0000 Subject: Notepad2-mod is just comfier --- win10-prep.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'win10-prep.bat') diff --git a/win10-prep.bat b/win10-prep.bat index c38b107..977b565 100644 --- a/win10-prep.bat +++ b/win10-prep.bat @@ -380,7 +380,7 @@ choco install github-desktop choco install librewolf choco install mpv choco install nomacs -choco install notepadplusplus +choco install notepad2-mod choco install paint.net choco install putty choco install rclone @@ -427,8 +427,6 @@ rem add syncthing autostart entry reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Syncthing" /t REG_SZ /d "\"%programfiles%\Syncthing\syncthing.exe\" -no-console -no-browser" /f rem add syncthing firewall rule netsh advfirewall firewall add rule name="Syncthing" dir=in action=allow program="%programfiles%\Syncthing\syncthing.exe" enable=yes -rem replace notepad calls with notepad++ -reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /v "Debugger" /t REG_SZ /d "\"%ProgramFiles%\Notepad++\notepad++.exe\" -notepadStyleCmdline -z" /f exit /b %errorlevel% :cleanup -- cgit v1.2.3