Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anntnzrb/windozing

Collection of PowerShell scripts for Windows systems.
https://github.com/anntnzrb/windozing

powershell regedit windows

Last synced: about 6 hours ago
JSON representation

Collection of PowerShell scripts for Windows systems.

Awesome Lists containing this project

README

        

# windozing

Collection of scripts for automating the installation of packages (chocolatey)
and making a few other system tweaks on Windows systems.

**NOTE:** This repository is experimental, as I do not use Windows as my daily
driver. Use at your own risk.

## Installation

To use the scripts in this repository, you will need to have
[PowerShell](https://docs.microsoft.com/en-us/powershell/).

# Usage
To use the scripts in this repository, navigate to the repository
directory in a PowerShell window and run the script you want to use.
For example, to run the `main.ps1` script, you would enter
the following command:

```powershell
.\main.ps1
```