Jump to content

Recommended Posts

Posted

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 work

Windows 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...


Posted (edited)

i dont use it, but a path like

C:\Program Files\Jane NFO\Jane.exe

or w/e your exe file is located it

your code will be

"application"="C:\Program Files\Jane NFO\Jane.exe"

Edited by MCT
Posted

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?

Posted
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"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...