You can not select AkelPad as the default program for openin

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 49
Joined: Wed Aug 20, 2014 5:51 am

You can not select AkelPad as the default program for openin

Post by maki »

You can not select AkelPad as the default program for opening text files.
Program after the installation has caused damage to the default Notepad.
How do I restore default settings(Notepad)?

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

"Main menu -> Options -> Settings... -> Registry -> File types -> Open" ?

Offline
Posts: 49
Joined: Wed Aug 20, 2014 5:51 am

Post by maki »

AkelPad damaged some system files after replace to Windows Notepad

sfc /scannow


2014-09-07 11:35:16, Info CSI 00000137 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-notepadwin_31bf3856ad364e35_6.1.7600.16385_none_9ebebe8614be1470\notepad.exe do not match actual file [l:22{11}]"notepad.exe" :
Found: {l:32 b:0B51O5lXTeU8PPimC65WmM2bM5mQQlOD5awvWd3Qwik=} Expected: {l:32 b:FC4daI7wVoNww3GH/Z8jUdfd7aV0+L+psPpO9C24WqI=}
2014-09-07 11:35:16, Info CSI 00000138 [SR] Cannot repair member file [l:22{11}]"notepad.exe" of Microsoft-Windows-notepadwin, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

maki
Did you even read what you are doing?

Image

Offline
Posts: 23
Joined: Sat Sep 13, 2014 10:35 am

Post by Azev »

The best way to replace Notepad.exe without messing with "notepad.exe" or causing any harm:

In a batch file (.cmd) put the following command:

Code: Select all

reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /v "Debugger" /t REG_SZ /d "\"C:\\MyPrograms\\Akelpad\\AkelPad.exe\" /z" /f
http://www.flos-freeware.ch/doc/notepad ... ement.html
The Windows Notepad can be restored with this command (requires elevated privileges):

Code: Select all

reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /f

Offline
Posts: 49
Joined: Wed Aug 20, 2014 5:51 am

Post by maki »

All solutions - do not help.
Still corrupted system files!



Code: Select all

\SystemRoot\WinSxS\amd64_microsoft-windows-notepad_31bf3856ad364e35_6.1.7600.16385_none_cb0f7f2289b0c21a\notepad.exe do not match actual file [l:22{11}]"notepad.exe" :
  Found: {l:32 b:0B51O5lXTeU8PPimC65WmM2bM5mQQlOD5awvWd3Qwik=} Expected: {l:32 b:FC4daI7wVoNww3GH/Z8jUdfd7aV0+L+psPpO9C24WqI=}
2015-02-01 19:50:50, Info                  CSI    00000027 [SR] Cannot repair member file [l:22{11}]"notepad.exe" of Microsoft-Windows-notepad, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2015-02-01 19:50:50, Info                  CSI    00000028 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-notepad_31bf3856ad364e35_6.1.7600.16385_none_cb0f7f2289b0c21a\notepad.exe do not match actual file [l:22{11}]"notepad.exe" :
  Found: {l:32 b:0B51O5lXTeU8PPimC65WmM2bM5mQQlOD5awvWd3Qwik=} Expected: {l:32 b:FC4daI7wVoNww3GH/Z8jUdfd7aV0+L+psPpO9C24WqI=}
2015-02-01 19:50:50, Info                  CSI    00000029 [SR] Cannot repair member file [l:22{11}]"notepad.exe" of Microsoft-Windows-notepad, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2015-02-01 19:50:50, Info                  CSI    0000002a [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.WindowsFoundationDelivery"
Post Reply