summaryrefslogtreecommitdiffstats
path: root/3-registry.bat
diff options
context:
space:
mode:
Diffstat (limited to '3-registry.bat')
-rw-r--r--3-registry.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/3-registry.bat b/3-registry.bat
index 082f86a..d343000 100644
--- 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