From 5a2189206d58048da14f6c71efa08d4652790570 Mon Sep 17 00:00:00 2001 From: Johannes Egger Date: Fri, 14 Nov 2025 18:56:01 +0100 Subject: [PATCH] Update MPC values for Visual Studio 2026 --- ...lly-apply-product-keys-when-deploying-visual-studio.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/automatically-apply-product-keys-when-deploying-visual-studio.md b/docs/install/automatically-apply-product-keys-when-deploying-visual-studio.md index 971f391fc1e..4cdf99ea16f 100644 --- a/docs/install/automatically-apply-product-keys-when-deploying-visual-studio.md +++ b/docs/install/automatically-apply-product-keys-when-deploying-visual-studio.md @@ -87,10 +87,10 @@ C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\IDE ::: moniker range="visualstudio" -The following example shows a command line for applying the license for Visual Studio Enterprise, which has an MPC of 09660, a product key of `AAAAA-BBBBB-CCCCC-DDDDD-EEEEE`, and assumes a default installation location: +The following example shows a command line for applying the license for Visual Studio Enterprise, which has an MPC of 09860, a product key of `AAAAA-BBBBB-CCCCC-DDDDD-EEEEE`, and assumes a default installation location: ```shell -"C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\IDE\StorePID.exe" AAAAA-BBBBB-CCCCC-DDDDD-EEEEE 09660 +"C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\IDE\StorePID.exe" AAAAA-BBBBB-CCCCC-DDDDD-EEEEE 09860 ``` ::: moniker-end @@ -118,8 +118,8 @@ The following example shows a command line for applying the license for Visual S | Visual Studio Edition | MPC | |--------------------------------------|-------| -| Visual Studio Enterprise 2026 | 09660 | -| Visual Studio Professional 2026 | 09662 | +| Visual Studio Enterprise 2026 | 09860 | +| Visual Studio Professional 2026 | 09862 | ::: moniker-end