Skip to content

colehammond65/Windows-Scripts

Repository files navigation

Powershell Scripts

Random Powershell scripts I use to automate various things in Windows Just starting to learn Powershell scripts so things may not be done the 'correct' way

Authors

Run Windows Setup

irm https://raw.githubusercontent.com/colehammond65/PowerShell-Scripts/main/Windows%20Setup/Master.ps1 | iex

Run Locally

Clone the project

git clone https://github.com/colehammond65/PowerShell-Scripts

Go to the project directory

cd PowerShell-Scripts

Run the script you want, for example, System_Clean.ps1

.\System_Clean.ps1

Run from PowerShell without cloning

irm https://raw.githubusercontent.com/colehammond65/PowerShell-Scripts/main/System_Clean.ps1 | iex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published