Tag Archives: disable

Disable Javascript No Right Click Restriction

There are a number of sites that disable the right-mouse clicks to with the intention to prevent the theft of their web page content. A no right click restriction is implemented by manipulating the event objects in JavaScript.

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.