summaryrefslogtreecommitdiffstats
path: root/win10-prep.bat
diff options
context:
space:
mode:
authorPeter2022-02-17 11:39:31 +0000
committerPeter2022-02-17 11:39:31 +0000
commitbda4fb11334f97be02e29a8700277446a940bada (patch)
tree03cae065959b801bfa6684c27bfdafeef5fee148 /win10-prep.bat
parent78281afd0726a051a26da460d389f51353c21f9f (diff)
downloadwin10-prep-bda4fb11334f97be02e29a8700277446a940bada.tar.gz
win10-prep-bda4fb11334f97be02e29a8700277446a940bada.tar.bz2
win10-prep-bda4fb11334f97be02e29a8700277446a940bada.zip
Notepad2-mod is just comfier
Diffstat (limited to 'win10-prep.bat')
-rw-r--r--win10-prep.bat4
1 files changed, 1 insertions, 3 deletions
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