Siri is very nice and all, but when I decided to uninstall it I found out that as opposed to any other app I can easily install / Uninstall from my Macbook, Removing Siri can be a headache.
Never the less, This is how to remove Siri from your macbook in 5 simple steps:
Table of Contents
Step 1
Restart your macbook
Step 2
Open Terminal
Step 3
In your terminal, paste the following code:
csrutil disable
Step 4
Find siri related files
sudo find / -type d -name "Siri.app"
Step 5
Remove Siri related files:
sudo rm -rf /System/Library/CoreServices/Siri.app
No Comments Yet