diff --git a/docs/build_system/config_windows.md b/docs/build_system/config_windows.md
index 79b1589b..41811197 100644
--- a/docs/build_system/config_windows.md
+++ b/docs/build_system/config_windows.md
@@ -108,7 +108,7 @@ You must install Python 3.10 using the official Python installer. The latest ver
On the [Python 3.10 page](https://www.python.org/downloads/release/python-31011), scroll down and download the correct version for your Windows. Typically,
the correct version will be **Windows installer (64-bit)**.
-### 3.2 VFX Reference Platform 2023
+### 3.2 VFX Reference Platform 2024
Same as VFX 2023 but download and install the latest [Python 3.11 with binaries](https://www.python.org/downloads/release/python-3119/).
### 3.3 Installation
@@ -271,7 +271,9 @@ MSYS2 is only used for convenience as it comes with a package manager with utili
### 7.1 Install required MSYS2 pacman packages
````{note}
-The MSYS2 MingGW64 terminal MUST be used.\
+The MSYS2 MingGW64 (mingw64.exe) terminal MUST be used.\
+Other executables such as MSYS2 (msys2.exe) or MSYS2 MingGW32 (mingw32.exe) will not work.\
+

````