so I learned that it's easy to change Android device boot logos and stuff.
Windows boots with WinLoad.exe, which calls a GPU to draw the logo.
Is it possible I can decompile Windows OS in pieces and alter source of WinLoad.exe and re-compile it to show whatever I want in boot logo?
01 Answer
What you want to modify is Logo.sys. It is fairly straight-forward to do so, read and understand that Wiki page for the details.
1