This comes up often enough in Cyberpunk 2077 that it deserves a straight answer rather than a thread to scroll through.

Short answer

Do the simple thing first. It is correct more often than the complicated thing people recommend instead.

The step people skip is the one that makes the rest work. Edge cases are genuinely rare, which is why the simple answer is usually the correct one. If a step reads as obvious, do it anyway — the obvious ones are the ones people skip and then wonder about.

Common wrong turns

Doing something the slow way once teaches more than doing it the fast way ten times. Testing this yourself takes a few minutes and settles it definitively. It helps to understand why a step exists, because then you can adapt it when your situation is slightly different. It is worth separating what the game does from what players have concluded it does.

The first attempt should be about understanding the shape of the problem. Plenty of advice online is correct for a situation nobody bothered to specify. The mechanic behind it is simpler than the discussion around it suggests.

What you can skip

Small habits compound faster than any single technique. The awkward part is rarely the step itself, it is knowing which step comes first. Consensus forms early and updates slowly, which is why the top result can be years stale.

  • Check the date on the top search result.
  • Test it yourself where testing is cheap.
  • Check the version you are actually running before assuming anything is broken.
  • Do not build a routine around an edge case.
  • Check which version any conflicting advice was written for.

Where to start

Most guides optimise for efficiency, which is not always what you want from a game. Where the game contradicts its own documentation, the game wins. Advice written for launch conditions is the most common source of confusion here. There is a version of this that takes ten minutes and a version that takes an evening, and both are valid.

The community wisdom on this is roughly half right, and the half that is wrong costs the most time. The right approach depends on where you are, and most advice assumes a starting point it never states. Advice that worked for someone else may have depended on something they never mentioned.

When your situation differs

Where two approaches both work, the one with fewer moving parts is the one to keep. The accepted community answer is broadly right and wrong in a specific way that matters here. Knowing what to skip is worth as much as knowing what to do.

If you are coming to this after a long break, the terminology has probably moved on. A recommendation without a reason cannot be adapted when your situation differs. If something feels harder than described, the difference is usually a missing prerequisite.

What to do next

Half the pages on this topic were written for a build that no longer exists, which is why they stop matching what you see. Nothing here depends on a setting you are unlikely to have. Trying the obvious thing first is underrated and costs almost nothing.

Where people go wrong

  • Treating a rare edge case as the normal behaviour and planning around it.
  • Believing a figure that has no date attached to it.
  • Downloading a helper tool for something the game already does in its own menu.
  • Deciding a step is redundant before finding out what it prevents.

Cyberpunk FAQ

Do I need any mods or third-party tools for this?

No. Everything described here works with the base game on any supported platform.

How long does this take?

Minutes if it goes cleanly, an evening if you hit the edge case in the caveats list. Neither is unusual.

Why do people disagree about this?

Mostly because they are describing different versions. Version drift explains the majority of contradictory advice about Cyberpunk 2077.

Is there a faster method?

Sometimes, at the cost of reliability. Where that trade exists it is described rather than recommended blindly.

If something above does not match what you are seeing, the version is the first thing to check.