Skip to content

Instantly share code, notes, and snippets.

View rpc180's full-sized avatar

Romel rpc180

View GitHub Profile
@rpc180
rpc180 / choco_setup
Last active November 2, 2025 18:40
Chocolaty Installation List
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
#Basic Computer Installation
choco install `
notepadplusplus `
7zip `
adobereader `
winscp `
putty `
wireshark `