historical/me-disable-modern.git
2024-01-16 11:20:27 -06:00
..
LICENSE phht hahahahaah 2024-01-16 11:20:27 -06:00
mei-disable.c phht hahahahaah 2024-01-16 11:20:27 -06:00
public-domain.png phht hahahahaah 2024-01-16 11:20:27 -06:00
readme.md phht hahahahaah 2024-01-16 11:20:27 -06:00

Managment Engine Disabler for Linux.

This program acts the same as "fpt -disableme" ME enters temporary disable mode. HECI interface shuts down. This mode can only be cancelled by powering off the system.

You can even run at boot in debian-likes by using this crontab using root (sudo crontab -e, not exact):

@reboot /path/to/your/ime-disabler-binary &

i recommend copying it to /usr/bin/ for this sake, so it would be (not exact):

@reboot /usr/bin/your-ime-disabler-binary-name &