If you choose the "Use app name" option when saving a window's opening state, be aware that this will only apply to the first window matched with that app. For example, Notepad could be set to open at the top-right corner of the desktop, but its child windows (such as "About") will NOT open there as well. This is by design so that child windows and dialogs of that app are not incorrectly affected.
| Figure 1 |
![]() |
You can check the window's class by opening the Power menu on the window and going down to the "Properties" sub-menu (Figure 2). Look for any part of the class text that is different each time the window is opened after launching its app. In Figure 2 below, the part of the class after the leading HwndWrapper[ text is the part that always changes.
| Figure 2 |
![]() |
To tell AlomWare Toolbox to ignore the changing class text for a window (and any other windows like it), click AlomWare Toolbox's "General" menu and select "Opening window states". The window state manager will open, so click the "Class Editor" tab (Figure 3) and enter a new line with the non-changing part of the class text. In Figure 3, we're entering HwndWrapper[ because that's the leading part of the class that doesn't change as shown in Figure 2. That is, we're ignoring all class text after the opening [ character so AlomWare Toolbox thinks the class for that window is always just HwndWrapper[. It will therefore always be able to match that window for auto-opening in future.
| Figure 3 |
![]() |