neuropass Posted October 26, 2008 Posted October 26, 2008 guys, i looked around the forum but i didn't find anything about this...I would like to set my nfo viewer (jane) to open the nfo file by default... i made jane silent, so i need it to be associated at the nfo file...i found this reg tweak but it doesn't workWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz]"Application"="JANE.EXE"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithList]"a"="JANE.EXE"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithProgids]"diz_auto_file"=hex(0):"ft000002"=hex(0):;NFO[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]"Application"="JANE.EXE"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]"a"="JANE.EXE"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]"nfo_auto_file"=hex(0):"ft000002"=hex(0):Does anybody know hot can i do it..? please and thank you guys... i posted it around the web but nobody answered me...
MCT Posted October 26, 2008 Posted October 26, 2008 instead of just writing "application"="JANE.EXE" u should put the full path
neuropass Posted October 26, 2008 Author Posted October 26, 2008 (edited) cool man thanks! B) ... but like what path?? Edited October 26, 2008 by neuropass
MCT Posted October 26, 2008 Posted October 26, 2008 (edited) i dont use it, but a path like C:\Program Files\Jane NFO\Jane.exeor w/e your exe file is located ityour code will be"application"="C:\Program Files\Jane NFO\Jane.exe" Edited October 26, 2008 by MCT
neuropass Posted October 26, 2008 Author Posted October 26, 2008 ok... now the nfo viewer is associated with notepad... so this is my reg entry now Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz]"Application"="C:\Program Files\Jane\Jane.exe"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithList]"a"="C:\Program Files\Jane\Jane.exe"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithProgids]"diz_auto_file"=hex(0):"ft000002"=hex(0):;NFO[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]"Application"="C:\Program Files\Jane\Jane.exe"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]"a"="C:\Program Files\Jane\Jane.exe"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]"nfo_auto_file"=hex(0):"ft000002"=hex(0):but it doesn't work... should i have to restart?
MCT Posted October 26, 2008 Posted October 26, 2008 post your updated code, so others can have it to reference from
Kelsenellenelvian Posted October 26, 2008 Posted October 26, 2008 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.diz] @=".nfo.diz.file" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file] @=".nfo.diz.file" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file\DefaultIcon] @="C:\\Program Files\\JANE\\jane.exe,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file\Shell\Open] @="&Open" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo.diz.file\Shell\Open\Command] @="\"C:\\Program Files\\JANE\\jane.exe\" \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.nfo] @="MSInfoFile" @=".nfo.diz.file"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now