Try reading my previous post and actually watch the video. People are giving you the answers and you are ignoring them.
That is not experience that average Joe is having. I am on Linux, but it is not that much different from windows experience.
Lets go least resistance path.
1. Download fpcupdeluxe-x86_64-linux.
2. Select FPC version: Stable, Lazarus version: Stable.
3. Install FPC+Lazarus.
4. Run Lazarus (version 3.6 for some reason).
5. Start New Simple project.
6. Enter "Hello world" program.
7. Run. (Console does not show up, program is running somewhere hidden).
8. Enable: Menu -> View -> Debug Windows -> Console in/output
9. Run (with debug info). Now there is some sort of pseudo console visible with output (good for debugging GUI apps not doing console programing).
To get console like in your provided video, one have to have prior knowledge how to setup Lazarus properly.