Windows 7 / Server 2008 R2
- Last UpdatedMar 23, 2020
- 1 minute read
-
Ensure that Multicore is enabled on Windows 7 and Windows Server 2008 R2 machines on which SCP Apps will be running:
-
To enable multiple cores and second CPU, the bcdedit command is used to set a boot entry option value in the Windows boot configuration data store (BCD).
-
To enable multiple cores and second CPU, enter the following command via a Windows command prompt: bcdedit /set onecpu off
-
-
Press <Enter>. When the command finishes executing, close the command prompt.
-
Reboot the machine for this to take effect.