View Single Post
  #4  
Old 30th Mar 05, 05:14 AM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Same here.

Be sure to export your notepad2 settings.

[HKEY_CURRENT_USER\Software\Notepad2]

And this:

Code:
;Notepad2 As Default HTML Editor [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor] "Description"="Notepad2" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit] "@"="&Edit" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\command] "@"="C:\\winnt\\notepad2.exe" ;Open Unknow Files With NotePad2 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.] "Application"="Notepad2" ;Edit INI Files With Notepad2 [HKEY_CLASSES_ROOT\inifile\shell\open\command] @=hex(2):43,00,3a,00,5c,00,5c,00,77,00,69,00,6e,00,6e,00,74,00,5c,00,5c,00,6e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,32,00,2e,00,65,00,78,00,65,00,20,00,\ 25,00,31,00,00,00 ;Edit INF Files With Notepad2 [HKEY_CLASSES_ROOT\inffile\shell\open\command] @=hex(2):43,00,3a,00,5c,00,5c,00,77,00,69,00,6e,00,6e,00,74,00,5c,00,5c,00,6e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,32,00,2e,00,65,00,78,00,65,00,20,00,\ 25,00,31,00,00,00 ;Edit CMD Files With Notepad2 [HKEY_CLASSES_ROOT\cmdfile\shell\edit\command] @=hex(2):43,00,3a,00,5c,00,5c,00,77,00,69,00,6e,00,6e,00,74,00,5c,00,5c,00,6e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,32,00,2e,00,65,00,78,00,65,00,20,00,\ 25,00,31,00,00,00 ;Edit Batch Files With Notepad2 [HKEY_CLASSES_ROOT\batfile\shell\edit\command] @=hex(2):43,00,3a,00,5c,00,5c,00,77,00,69,00,6e,00,6e,00,74,00,5c,00,5c,00,6e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,32,00,2e,00,65,00,78,00,65,00,20,00,\ 25,00,31,00,00,00 ;Edit Registry Files With Notepad2 [HKEY_CLASSES_ROOT\regfile\shell\edit\command] @=hex(2):43,00,3a,00,5c,00,5c,00,77,00,69,00,6e,00,6e,00,74,00,5c,00,5c,00,6e,\ 00,6f,00,74,00,65,00,70,00,61,00,64,00,32,00,2e,00,65,00,78,00,65,00,20,00,\ 25,00,31,00,00,00 ;Notepad2 As Default HTML Editor [HKEY_CLASSES_ROOT\htmlfile\shell\Edit\command] @="\"C:\\winnt\\notepad2.exe\" \"%1\"" ;Notepad2 As Default IE Source Viewer [HKEY_CLASSES_ROOT\.htm\OpenWithList\notepad2] [HKEY_CLASSES_ROOT\.htm\OpenWithList\notepad2\shell] [HKEY_CLASSES_ROOT\.htm\OpenWithList\notepad2\shell\edit] [HKEY_CLASSES_ROOT\.htm\OpenWithList\notepad2\shell\edit\command] @="\"C:\\winnt\\notepad2.exe\" \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name] @="C:\\winnt\\notepad2.exe" ;Open Unknow Files With NotePad2 [HKEY_CLASSES_ROOT\*\shell] [HKEY_CLASSES_ROOT\*\shell\open] @="Open With Notepad2" [HKEY_CLASSES_ROOT\*\shell\open\command] @="notepad2.exe %1"
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml

Last edited by war59312 : 30th Mar 05 at 05:17 AM.
Reply With Quote