diff --git a/src/vapython/_helper.py b/src/vapython/_helper.py
index 06f09ec2f86313fd853780ee57fdf8307c19bd18..3dcf2abf135e0fe47bfc32184a6ff2d97880e232 100644
--- a/src/vapython/_helper.py
+++ b/src/vapython/_helper.py
@@ -204,7 +204,9 @@ def find_server_executable() -> Optional[Path]:
 
             root = tk.Tk()
             root.withdraw()
+            root.attributes('-topmost', 1)
 
+            print("NOTE: A window has opened for specifying the path to the 'VAServer.exe'. This should be located in the `bin` subfolder of the respective VA directory.")
             executable_raw = filedialog.askopenfilename(
                 title="Select VAServer executable",
                 filetypes=[("VAServer executable", "*.exe")],