Problem
You hate magnify.exe yet you are unable to delete magnify.exe
Solution
- Take ownership of magnify.exe
- Move it to a new filename
- Celebrate
i_hate_magnify.bat
takeown /f "%windir%\system32\Magnify.exe" && icacls "%windir%\system32\Magnify.exe" /grant administrators:F
echo "Took ownership of Magnify.exe!"
move "%windir%\system32\Magnify.exe" "%windir%\system32\Magnify.exe.ihateyou"
pause
Copy-pasted into command prompt and it worked instantly! I love you.