Skip to content

Instantly share code, notes, and snippets.

View ElJefeDSecurIT's full-sized avatar

ElJefeDSecurIT ElJefeDSecurIT

View GitHub Profile
@ElJefeDSecurIT
ElJefeDSecurIT / boxstarter.ps1
Last active September 27, 2023 17:33 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: ElJefeDSecurIT
# Last Updated: 2017-10-10
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: