How to Disable a CPU Core

Multi-core CPUs pack multiple processors into a single chip thus allowing multiple threads to run at once. Most of the time, this is a good thing. But at times, for example, when you need to run some legacy applications that are not compatible with multi-core processing, you may be required to disable the cores.

You may also consider shutting down the cores to save on your laptop battery power. Or if you suspect that one of the cores is failing (although this is very unlikely), you may want to test it out by disabling the cores one by one.

Disable CPU Core in Windows
  1. From the Start menu, click on Run, type in msconfig and click on OK
  2. Select Boot tab and click on Advanced options
  3. Tick the Number of processors and select the number of cores you want to use and click on OK
  4. Restart your Windows for the changes to take effect
Disable CPU Core in Linux
To disable a core in Linux, you need to be running GRUB.
  1. From the GRUB menu, select the entry you want to use and press the e key to edit the entry
  2. You will be presented with a few lines of GRUB commands. Select the entry beginning with the word kernel and press the e key again
  3. Append the following command to the end of the line: If your original entry looks like: It should now look like this:
  4. Press the b key to boot the Linux kernel. Only one of the cores will be used by the Linux kernel

ibrahim = { interested_in(unix, linux, android, open_source, reverse_engineering); coding(c, shell, php, python, java, javascript, nodejs, react); plays_on(xbox, ps4); linux_desktop_user(true); }