• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle








  • sirdorius@kbin.socialtoMemes@lemmy.ml3 browsers
    link
    fedilink
    arrow-up
    6
    arrow-down
    17
    ·
    edit-2
    11 months 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