Jump to content

finker

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About finker

finker's Achievements

0

Reputation

  1. hi thanks for the help, so the below code should work for opening nzb files with newsbin too? ;Enable newsbin to open nzb files [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nzb] "Application"="nbpro.exe" [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nzb\OpenWithList] "a"="Explorer.exe" "MRUList"="ba" "b"="nbpro.exe" [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nzb\OpenWithProgids] "Newsbin.Document"=hex(0):
  2. Hi, Id like to know the registry command to open .nfo files with notepad automatically? I dont think the below method works: ;Enable notepad to open nfo files [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo] "Application"="notepad.exe" [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] "a"="notepad.exe" "MRUList"="a" Help very much appreciated!
×
×
  • Create New...