The way I wrote the check for those switches repeats itself for every tweak and there's probably a better way to do it but I just don't know how I should do it.
if ($AcceptRecommendedTweaks) {
$userinput = 'y'
} else {$userinput = Read-Host -Prompt '$PROMPT'}