1) I have make modifidied notepad.exe file
2) I deleted original notepad.exe file in directory
C:\Windows\notepad.exe
C:\Windows\System32\notepad.exe
C:\Windows\SysWOW64\notepad.exe
3) I copy modifidied notepad.exe file in directory
C:\Windows\notepad.exe
C:\Windows\System32\notepad.exe
C:\Windows\SysWOW64\notepad.exe
4) If i run modifidied file notepad.exe, start C:\Program Files\AkelPadPortable\AkelPad.exe
Please, how this make?
If write modifidied notepad.exe file on AutoIt language - work solution
0) Deleted original notepad.exe file in directory
C:\Windows\notepad.exe
C:\Windows\System32\notepad.exe
C:\Windows\SysWOW64\notepad.exe
1) Compile this au3 file
Code: Select all
#AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Compression=0
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_OutFile=AkelPad_RePlace_Notepad.exe
#NoTrayIcon
ShellExecute ( "C:\Program Files\AkelPadPortable\AkelPad.exe", $CmdLineRaw )
Exit3) Copy Notepad.exe file in directory
C:\Windows\notepad.exe
C:\Windows\System32\notepad.exe
C:\Windows\SysWOW64\notepad.exe
4) If run modifidied file notepad.exe, start C:\Program Files\AkelPadPortable\AkelPad.exe


