October 31, 200520 yr @war59312, it would help if you can convert that .reg file to .cmd or at least make it path independant Hey,All right, fixed. Yeah, a bit late. Take Care, Will
November 30, 200520 yr Hello Men,I am trying to change the default icon for "txtfile", at first it doesn´t change the icon, then i reinitiate and it take effect. There any way to change the icon without reinitiate?Here is my CMD:@echo offcmdow @ /HIDREG ADD "HKLM\Software\Classes\txtfile\DefaultIcon" /VE /D "\"%PROGRAMFILES%\TextPad 4\MainIcon.ico\",0" /FExit Edited November 30, 200520 yr by Major
November 30, 200520 yr Author that's probably because you need to rebuild windows icon cache.try to run the .cmd at T-13 to see if it helps
January 17, 200620 yr Anyone have a registry file for windows media player 10 associations. Mine does not work. Thanks,WillNever mind just figured it out. See:http://www.msfn.org/board/index.php?s=&sho...ndpost&p=300001 Edited January 17, 200620 yr by war59312
March 12, 200620 yr WHAT ABOUT Foxit pdf extension? If this doesn't work for you, try:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pdf]@="FoxitReader.Document"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\FoxitReader.Document]"BrowseInPlace"="1"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf]"Application"=-"Progid"="FoxitReader.Document"PS - I tried this having Adobe Reader installed first and it worked Edited March 12, 200620 yr by JohnS
September 6, 200619 yr I need for VLC that asoc. all video fileThank uHere you have:REG ADD "HKCR\.avi" /VE /D "VlcFile" /FREG ADD "HKCR\.vob" /VE /D "VlcFile" /FREG ADD "HKCR\.XXX" /VE /D "VlcFile" /FREG ADD "HKCR\VlcFile\DefaultIcon" /VE /D "%SYSTEMDRIVE%\Programs\VLC\vlc.exe,0" /FREG ADD "HKCR\VlcFile\shell\Open"REG ADD "HKCR\VlcFile\shell\Open\command" /VE /D "\"%SYSTEMDRIVE%\Programs\VLC\vlc.exe\" \"%%L\"" /FJust replace XXX for the extension you want to associate VLC to.For a .reg file see here:Videolan forum 1andVideolan forum 2
February 2, 200719 yr How can I get wordpad to open all NFO files?How can I get VLC to open all video files?How can I get WMP to open all audio files?My try with NFO - it opens notepad, but then not the file! (batch file)REG ADD "HKCR\.nfo" /VE /D "Notepad.nfo" /FREG ADD "HKCR\notepad.nfo" /VE /D "Nfo Document" /FREG ADD "HKCR\notepad.nfo\DefaultIcon" /VE /D "\"notepad.exe\",1" /FREG ADD "HKCR\notepad.nfo\shell\open\command" /VE /D "\"notepad.exe"" /FREG ADD "HKCR\notepad.nfo\shell\open\ddeexec" /VE /D "%1" /FREG ADD "HKCR\notepad.nfo\shell\open\ddeexec\application" /VE /D "notepad" /FREG ADD "HKCR\notepad.nfo\shell\open\ddeexec\topic" /VE /D "System" /FREG ADD "HKCR\notepad.nfo\shell\print\command" /VE /D "\"notepad.exe" -s -p \"%%1\"" /FREG ADD "HKCR\notepad.nfo\shell\printto\command" /VE /D "\"notepad.exe" -s -pt \"%%1\" \"%%2\" \"%%3\" \"%%4\"" /FMy try with VLC - THink this is fine, could some say if i have missed any (reg file)[HKEY_CLASSES_ROOT\.ASF]@="VlcFile"[HKEY_CLASSES_ROOT\.AVI]@="VlcFile"[HKEY_CLASSES_ROOT\.DIVX]@="VlcFile"[HKEY_CLASSES_ROOT\.DV]@="VlcFile"[HKEY_CLASSES_ROOT\.m1v]@="VlcFile"[HKEY_CLASSES_ROOT\.m2v]@="VlcFile"[HKEY_CLASSES_ROOT\.mkv]@="VlcFile"[HKEY_CLASSES_ROOT\.mov]@="VlcFile"[HKEY_CLASSES_ROOT\.MPEG]@="VlcFile"[HKEY_CLASSES_ROOT\.MPEG1]@="VlcFile"[HKEY_CLASSES_ROOT\.MPEG2]@="VlcFile"[HKEY_CLASSES_ROOT\.MPEG4]@="VlcFile"[HKEY_CLASSES_ROOT\.MPG]@="VlcFile"[HKEY_CLASSES_ROOT\.PS]@="VlcFile"[HKEY_CLASSES_ROOT\.TS]@="VlcFile"[HKEY_CLASSES_ROOT\.OGM]@="VlcFile"[HKEY_CLASSES_ROOT\.VOB]@="VlcFile"[HKEY_CLASSES_ROOT\.WMV]@="VlcFile"[HKEY_CLASSES_ROOT\VlcFile\DefaultIcon]@="C:\\Appz\\VLC\\vlc.exe,0"[HKEY_CLASSES_ROOT\VlcFile\shell\Open][HKEY_CLASSES_ROOT\VlcFile\shell\Open\command]@="C:\\Appz\\VLC\\vlc.exe,0" \"%L\""Thanking you for your time!
February 2, 200719 yr Why go to all that bother for your .nfo extension, just use the simple:FTYPE NFO.Document=notepad.exe "%1"or the even simpler:ASSOC .nfo=txtfile
Create an account or sign in to comment