Kaspersky Standard | Plus | Premium
English
- Bahasa Indonesia
- Čeština (Česká republika)
- Eesti
- Dansk (Danmark)
- Deutsch
- Español (España)
- Español (México)
- Français
- Italiano
- Latviešu
- Lietuvių
- Magyar (Magyarország)
- Nederlands (Nederland)
- Norsk, bokmål (Norge)
- Polski (Polska)
- Português (Brasil)
- Português (Portugal)
- Română (România)
- Srpski
- Suomi (Suomi)
- Svenska (Sverige)
- Türkçe (Türkiye)
- Ελληνικά (Ελλάδα)
- Български
- Русский
- Українська
- العربية (الإمارات العربية المتحدة)
- Tiếng Việt (Việt Nam)
- ไทย (ไทย)
- 한국어 (대한민국)
- 日本語(日本)
- 简体中文
- 繁體中文
- 繁體中文(香港)
- 繁體中文(台灣)
English
- Bahasa Indonesia
- Čeština (Česká republika)
- Eesti
- Dansk (Danmark)
- Deutsch
- Español (España)
- Español (México)
- Français
- Italiano
- Latviešu
- Lietuvių
- Magyar (Magyarország)
- Nederlands (Nederland)
- Norsk, bokmål (Norge)
- Polski (Polska)
- Português (Brasil)
- Português (Portugal)
- Română (România)
- Srpski
- Suomi (Suomi)
- Svenska (Sverige)
- Türkçe (Türkiye)
- Ελληνικά (Ελλάδα)
- Български
- Русский
- Українська
- العربية (الإمارات العربية المتحدة)
- Tiếng Việt (Việt Nam)
- ไทย (ไทย)
- 한국어 (대한민국)
- 日本語(日本)
- 简体中文
- 繁體中文
- 繁體中文(香港)
- 繁體中文(台灣)
How to enhance the security of your Mac with the Kaspersky application
How to enable System Integrity Protection
System Integrity Protection is a feature that protects the integrity of the operating system of your Mac. It prevents malware from editing system files and settings.
Enable System Integrity Protection
- Restart macOS in recovery mode. To do this, press and hold Command+R on the keyboard during system startup.
- In the upper-left corner of the screen, click Utilities > Terminal.
- Enter the following command:
csrutil enable
- Press Enter on the keyboard.
- Restart your Mac.
How to disable Kernel Extension Development Mode
Kernel Extension Development Mode disables digital signature verification for drivers. This can lead to issues with the functioning of your Mac, data loss, theft of confidential information and other problems.
Disable Kernel Extension Development Mode
- In the menu bar, choose Go > Utilities.
- Run Terminal.
- Request system boot parameters by entering the following command:
$ nvram -p | grep boot-args
- Press Enter on the keyboard.
The following line will appear:
boot-args debug=0x14e kdp_match_name=en3 kext-dev-mode=1
- Disable kext loading. To do this, delete the
kext-dev-mode=1
parameter and enter the following command:$ sudo nvram boot-args="debug=0x14e kdp_match_name=en3"
- Press Enter on the keyboard.
- Restart your Mac.