summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2020-06-15 03:23:35 +0100
committerbreadcat2020-06-15 03:23:35 +0100
commita999766b08c2304909ed5e0434aa106df31f9ede (patch)
tree336b57a9300f62eff443d48661bc474d1da7afae
parente43f734c2785202a9c69ce6af6f7ca0dafd670f6 (diff)
downloadwin10-prep-a999766b08c2304909ed5e0434aa106df31f9ede.tar.gz
win10-prep-a999766b08c2304909ed5e0434aa106df31f9ede.tar.bz2
win10-prep-a999766b08c2304909ed5e0434aa106df31f9ede.zip
Add .conf file association
-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