Hi,
Open PowerShell as administrator runs the following command.
Get-appxpackage (used for checking if Cortana exists in the computer)
If it exists, try to uninstall it for all user accounts with the command line below.
Get-appxpackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
Bests,