Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anntnzrb/windozing
- Owner: anntnzrb
- License: gpl-3.0
- Created: 2022-12-23T05:53:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T19:13:35.000Z (6 months ago)
- Last Synced: 2024-05-19T20:26:34.806Z (6 months ago)
- Topics: powershell, regedit, windows
- Language: PowerShell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```