This repository serves as a reference for scripts and guides I have written to help automate common Windows configuration tasks using PowerShell. Each task is accompanied by a .ps1
file for easy execution.
The following tasks are automated using the provided scripts:
Easily turn off the firewall for both private and public network profiles with a simple PowerShell command.
Automate the creation of a network team (NIC Teaming) for improved redundancy and increased bandwidth in multi-interface environments.
Quickly rename network interfaces using PowerShell, making it easier to manage and identify your network devices.
This PowerShell script creates a local user account, ensures the password never expires, and optionally configures auto-login based on user input.
This PowerShell script disables USB storage devices by modifying the Windows registry, providing a quick and effective solution for system administrators to enhance security and prevent unauthorized data access.
- Clone or download the repository.
- Navigate to the desired script file in the repository.
- Run the script in PowerShell with administrator privileges.
Each .ps1
file is self-contained and ready to use. Make sure to review the script before running it to ensure it meets your specific needs.