win10-prep

Batch script to tweak Windows 10 to a more usable form
Log | Files | Refs

commit a999766b08c2304909ed5e0434aa106df31f9ede
parent e43f734c2785202a9c69ce6af6f7ca0dafd670f6
Author: breadcat <peter@minskio.co.uk>
Date:   Mon, 15 Jun 2020 03:23:35 +0100

Add .conf file association

Diffstat:
M3-registry.bat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/3-registry.bat b/3-registry.bat @@ -39,6 +39,7 @@ reg add "HKCU\Software\Classes\.png" /ve /t REG_SZ /d "PhotoViewer.FileAssoc.Tif reg add "HKCU\Software\Classes\.tiff" /ve /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f rem notepad file associations reg add "HKCR\.cfg" /ve /t REG_SZ /d "txtfile" /f +reg add "HKCR\.conf" /ve /t REG_SZ /d "txtfile" /f reg add "HKCR\.cpp" /ve /t REG_SZ /d "txtfile" /f reg add "HKCR\.cue" /ve /t REG_SZ /d "txtfile" /f reg add "HKCR\.go" /ve /t REG_SZ /d "txtfile" /f