1.

Solve : How to extract all components of Notepad from Windir to run it outside??

Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/hi-479908" style="font-weight:bold;" target="_blank" title="Click to know more about HI">HI</a>!<br/><br/>Yesterday I found new problem in Windows 10.1909.64<br/>After updates I wanted to copy Notepad application outside Windows directory to use it for example on USB.<br/>I was surprised that's not working like in earlier Windows versions.<br/>Notepad.exe exist with default icon in Windows directory, with application icon in System32 directory.<br/>I was surprised - so compared all properties and all matches incl. <a href="https://interviewquestions.tuteehub.com/tag/size-246425" style="font-weight:bold;" target="_blank" title="Click to know more about SIZE">SIZE</a>. Of course it was manual <a href="https://interviewquestions.tuteehub.com/tag/check-25817" style="font-weight:bold;" target="_blank" title="Click to know more about CHECK">CHECK</a> without any software and hash/crc comparing.<br/>I wanted simply copy EXE to use like I used Windows 7 calculator or Vista Paint or even XP Notepad or Paint.<br/><br/>So, how to do it? If you know and can help please show me example also for some similar tools.<br/><br/>Thank you for each help, suggestion, reply o comments.<br/>Miro<a href="https://isc.sans.edu/forums/diary/Libraries+and+Dependencies+It+Really+is+Turtles+All+The+Way+Down/20533/">https://isc.sans.edu/forums/diary/Libraries+and+Dependencies+It+Really+is+Turtles+All+The+Way+Down/20533/</a>I bet it is against the Windows EULA to extract components like Notepad and use them <a href="https://interviewquestions.tuteehub.com/tag/independently-2120975" style="font-weight:bold;" target="_blank" title="Click to know more about INDEPENDENTLY">INDEPENDENTLY</a> or supply them to others. <br/><br/>In any case, Notepad.exe is really just a stub that functions by using lots of parts of the Windows API; it is really just an edit control with features. Why not just put a portable <a href="https://interviewquestions.tuteehub.com/tag/text-11613" style="font-weight:bold;" target="_blank" title="Click to know more about TEXT">TEXT</a> editor on the USB drive? My purpose is not to use Notepad outside Windows.<br/>I want only to use in different Windows versions newest Notepad if is it possible.<br/><br/>Miro</body></html>


Discussion

No Comment Found