You're so kind! Ok I paste info.

I am already lvl 60 with all five druids. ONly have this strange problem now.

My windows are renamed as 1,2,3,4,5

my guess is the problem may be that for window 1 it also adds - user administrator. My guess is that this causes the probelem. I dont know how to get rid of the use adminstrator part if hit is really the problem. Here I copy the last execution from my hotkeynet: - can you see the stupid "User administrator" (he window is simply neamed as "1". My guess is thie stupid addition what causes the problem but not sure.

From this pc: <SendWinM 1><Key T><SendWinM 2><Key T><SendWinM 3><Key T><SendWinM 4><Key T><SendWinM 5><Key T>
<SendWinM 1> completed: Window found. Target set to 0x170668 "1-User Administrator"
<Key T> completed
<SendWinM 2> completed: Window found. Target set to 0x1C0496 "2"
<Key T> completed
<SendWinM 3> completed: Window found. Target set to 0x1001D8 "3"
<Key T> completed
<SendWinM 4> completed: Window found. Target set to 0x13058C "4"
<Key T> completed
<SendWinM 5> completed: Window found. Target set to 0x1805F0 "5"

And this is my full script:

//================================================== ==============
// SAMPLE SCRIPT FOR FOUR WOW'S ON ONE PC
//
// Instructions: Copy this entire script (all the blue writing
// on gray background including comments). Save it in a file.
// Load it into HotkeyNet.
//
// Toggle the scroll lock key to turn hotkeys off and on. (You
// can change this if you want, just like you can change
// everything else with HotkeyNet.)
//
// Requires HotkeyNet build 148 or higher.
//
// For more info, go to www.hotkeynet.com
//================================================== ==============

//-----------------------------------------------------------
// PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "World of Warcraft" 1>
<RenameWin "World of Warcraft" 2>
<RenameWin "World of Warcraft" 3>
<RenameWin "World of Warcraft" 4>
<RenameWin "World of Warcraft" 5>

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Users\User\Desktop\Documents\wmost\World of Warcraft\WoW.exe">
<RenameTargetWin %2%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local 1>
<LaunchAndRename Local 2>
<LaunchAndRename Local 3>
<LaunchAndRename Local 4>
<LaunchAndRename Local 5>

<Hotkey AllMainKeys except Left, Up, Down, Right, Numpad4, Numpad5, Numpad7, Enter, Esc, b ,c ,j ,k ,l, m, s, v, w, Oem1, comma, period, Oem7; Shift AllMainKeys; Alt AllMainKeys except Down; Ctrl AllMainKeys>
<SendWinM 1>
<Key %TRIGGER%>
<SendWinM 2>
<Key %TRIGGER%>
<SendWinM 3>
<Key %TRIGGER%>
<SendWinM 4>
<Key %TRIGGER%>
<SendWinM 5>
<Key %TRIGGER%>

<Label w1 local SendWinM 1>
<Label w2 local SendWinM 2>
<Label w3 local SendWinM 3>
<Label w4 local SendWinM 4>
<Label w5 local SendWinM 5>
<MovementHotkey Up, Down, Left, Right, Numpad4, Numpad5, Numpad7>
<SendLabel w1, w2, w3, w4, w5>
<Key %trigger%>

<UseKeyAsModifier F4>

<Hotkey F4 LButton>
<SendWinM 1>
<ClickMouse LButton>
<SendWinM 2>
<ClickMouse LButton>
<SendWinM 3>
<ClickMouse LButton>
<SendWinM 4>
<ClickMouse LButton>
<SendWinM 5>
<ClickMouse LButton>