@EsuMiwa7 This is a good tutorial, although it covers a few different approaches to restoring rights to the admin:
https://www.tenforums.com/tutorials/3587-change-owner-file-folder-drive-registry-key-windows-10-a.html
The command only helps if borked permissions are in fact the issue though. If using it doesn't help, try generating a crash dump:
- Hit the Windows key, type "command prompt" in the box, right-click on Command Prompt in the search results, and select Run as Administrator
- In the window, paste "reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD" without the outside quotes into the box, and enter
- Launch Sims 4 and let it crash
- After it crashes, wait for any crash dialogs to finish, or just wait a minute
- Then hit Windows key-R and paste "%LOCALAPPDATA%\CrashDumps" without quotes into the box, and enter
- Upload the last .dmp file to a free filesharing site, and link it here
- When you want to undo the auto crash log dumps, open Command Prompt as before, paste "reg delete "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f" without the outside quotes, and enter