This is less complicated than the length of most guides suggests.
Short answer
Do it in the order below, and do the cheap checks before the expensive ones.
It is worth separating what the game does from what players have concluded it does. Doing something the slow way once teaches more than doing it the fast way ten times. The developers have changed their mind about this at least once, which explains the older advice.
The practical answer
Trying the obvious thing first is underrated and costs almost nothing. The step people skip is the one that makes the rest work. If this seems to describe a different version, it probably does, and that is the thing to check first. There is a version of this that takes ten minutes and a version that takes an evening, and both are valid.
Small habits compound faster than any single technique. A specific answer beats a comprehensive one when you are in the middle of something. The first attempt should be about understanding the shape of the problem.
What to do next
A recommendation without a reason cannot be adapted when your situation differs. The short version is near the top on purpose; the reasoning is there if you want to know why. If something feels harder than described, the difference is usually a missing prerequisite.
- State your starting point before taking advice built for a different one.
- Write down where you started, so you can describe the problem if you need help.
- Confirm your platform matches the one being described.
- Do not build a routine around an edge case.
- Do it the slow way once.
- Keep a save or backup from before you start — it costs nothing and occasionally saves an evening.
Why it works this way
Knowing what to skip is worth as much as knowing what to do. The useful part of any answer is the part that tells you what to do differently. The right approach depends on where you are, and most advice assumes a starting point it never states. Nothing here depends on a setting you are unlikely to have.
Half of what gets described as a bug is a design decision people dislike. Consensus forms early and updates slowly, which is why the top result can be years stale. Testing this yourself takes a few minutes and settles it definitively.
When the usual advice fails
There is usually a fast way and a reliable way, and it is worth knowing which one you are choosing. Advice that worked for someone else may have depended on something they never mentioned. Most guides optimise for efficiency, which is not always what you want from a game.
Two sources disagreeing usually means one of them stopped being updated. Edge cases are genuinely rare, which is why the simple answer is usually the correct one. The accepted community answer is broadly right and wrong in a specific way that matters here.
Worth knowing alongside this
None of this needs a paid tool, a third-party launcher or an account on a site you have never heard of. Advice written for launch conditions is the most common source of confusion here. The mechanic behind it is simpler than the discussion around it suggests.
Where people go wrong
- Trusting a video thumbnail that promises a result the video never actually shows.
- Testing on a modified install and reporting the result as normal behaviour.
- Downloading a helper tool for something the game already does in its own menu.
Call of Duty FAQ
What if none of this works for me?
Then something in your setup differs from the assumption — version, region or platform. Check those three before anything else.
Why do other guides describe this differently?
Most were written for an earlier version and never revisited. Compare the steps against what your build actually shows.
Where should I check if this changes?
The in-game version of the information first, then the official patch notes. Community pages update after both.
Is there a faster way to do this?
Usually, and it usually trades reliability for speed. Which one you want depends on whether you plan to repeat it.
Worth a second look after the next Call of Duty update, since roughly one thing here will have moved.