Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Mar 11th, 2009  |  syntax: None  |  size: 0.54 KB  |  hits: 143  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. Table, indicating status of "Open With" dialog box,
  2. "Always use the selected program to open this kind of file" check box:
  3.  
  4.              NoFileAssociate=0      NoFileAssociate=1
  5. @="..."      clean | checked        grayed | unchecked
  6. @="... %2"   grayed | unchecked     grayed | unchecked
  7.  
  8. Where:
  9.   @ is referring to default value of the key:
  10.     [HKEY_CLASSES_ROOT\Unknown\shell\openas\command]
  11.   "NoFileAssociate" is DWORD value within the key:
  12.     [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
  13.  
  14. -= OZO =-