Hi guys

i was looking for something that will allow me to remotely control a PC from another one, for quite time i was using teamviewer to do that and it was pretty good, but i did not really need all these features in TMVR so i when searching i discovered Hotkey Net.
to task i need to do is from PC1 i want to run an excel macro on PC2, Hotkey really worked as wanted but now i am facing a problem, after restarting my PCs HKN stopped working, when ever i run the HotKey from PC1 the HKN in PC2 receive the command but i get bellow message

<sendwin Book1> failed: Could not find window "Book1"
<text test1> failed: no window is targeted

i tried the do the same from the local pc and i get the same message.

last thing i tried is renaming the file from Hotkey Net then i got bellow message but nothing happened, the window not brought up and macro does not run

<sendwin project> completed: Window found. Target set to 0x100C4 "project"
<key Ctrl t> completed.

he is my code

<Hotkey F11>
<sendpc local>
<sendwin Book1>
<key Ctrl w>

your help will be highly appreciated.