This script locates gets the 'main' hwnd for the current (injected) process, and sets a unique AppId on that window, ensuring the taskbar will show it as a unique button.
- Install Frida (
npm install -g frida frida-compile) - Execute
compile.cmdto merge the scripts - Execute
run.cmdto launch and attach Frida - Observe that
notepad.exehas a unique button in the taskbar, and doesn't group with other notepad.exe instances.
