Forum Discussion

Re: Sims 3 won't open: Alder Lake (Intel 12th-gen) CPU

Okay, I tried making a PowerShell script for this. Never made one before but hopefully it helps someone.  This should allow you to play Sims 3 on an Alder Lake CPU.

You have to copy this to a text file and save it as a .ps1 file. Then you right-click and run with PowerShell. All you have to do is run the script before you open the Sims 3.

echo "Launch Sims 3..."

do{
$TS3 = Get-Process TS3, TS3W -ErrorAction SilentlyContinue
}until($TS3)

$Affinity=$TS3.ProcessorAffinity

$TS3.ProcessorAffinity=1

Start-Sleep -s 5

$TS3.ProcessorAffinity=$Affinity

BTW, you will also need to run this before installing CC through the Sims 3 Launcher.

110 Replies

About The Sims 3 Technical Issues

Get help with issues in The Sims 3 from fellow Simmers.82,827 PostsLatest Activity: 19 minutes ago