From 58ae5288a1ed0c054e1979a85cb3c3be2ca7c095 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 03:48:33 +0200 Subject: [PATCH] Update win10x64-enterprise.cmd --- assets/win10x64-enterprise.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win10x64-enterprise.cmd b/assets/win10x64-enterprise.cmd index b9f378ea..c65bad17 100644 --- a/assets/win10x64-enterprise.cmd +++ b/assets/win10x64-enterprise.cmd @@ -37,10 +37,10 @@ reg.exe unload "HKU\mount" reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f + rem Set Network Location to Home reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f - rem Install the VMWare display driver before Windows Setup's final reboot. certutil.exe -addstore -f Root "%SystemRoot%\Drivers\vmsvga\vm3d.cer" >nul 2>&1 certutil.exe -addstore -f TrustedPublisher "%SystemRoot%\Drivers\vmsvga\vm3d.cer" >nul 2>&1