this post was submitted on 21 Jul 2023
904 points (99.9% liked)

Memes

45728 readers
1117 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

I know you can play the game at chrome://dino, but it doesn't evoke the same nostalgic feeling of a 10yr old me turning on aeroplane mode and spamming space bar to try and beat my brother's high score. Good memories.

you are viewing a single comment's thread
view the rest of the comments
[–] sirdorius@kbin.social 3 points 1 year ago (1 children)
[–] ShadowCatEXE@lemmy.world 3 points 1 year ago (1 children)

You can install it using powershell, you just need to memorize the script!

[–] sirdorius@kbin.social 6 points 1 year ago* (last edited 1 year ago)

Oh ok so just a simple powershell command:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Totally easy to remember