4 years ago
Manually Removing The Sims 4 from the Command Line
There's a good explanation of how to manually uninstall The Sims 4 here. This happens to be the only way to work around the [redacted] bug that makes TS4 think that Origin isn't running. The problem happens often enough I decided I needed to be able to do it from the command line. Enter the following commands from an Administrator command line:
rmdir /s "\Program Files (x86)\Origin Games\The Sims 4" regedit /e %userprofile%\Desktop\fullbackup.reg reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Maxis\The Sims 4" reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{48EBEBBF-B9F8-4520-A3CF-89A730721917}"
This is the 64-bit Windows version. If you don't know what that means, you shouldn't mess with this stuff. If you do know, the changes for 32-bit Windows should be obvious.
Note that I have not tested this as a script, only by copying the commands into an elevated command window.
(CM: Edited to add disclaimer. Don't mess with the registry unless you're quite confident in your technical skills)