Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 607 Bytes

Karls-Powershell-Scripts

Collection of useful PowerShell scripts for Windows customization and security

Easiest way to save and run a powershell script

Tip: Running arbitrary scripts is dangerous. At the very least, paste any unknown scripts into an LLM like ChatGPT to make sure you have an idea of what each line is doing.

1 - Open Powershell Editor as admin: Windows Key > Start typing "ise" > Right Click Windows PowerShell ISE > Run as Admin

Open_Powershell_Editor_ISE.png

2 - Paste + Save

3 - Run

Run_PS_Script.png