Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markovejnovic/WinConf

⛔️ [DEPRECATED] A small set of scripts for post-install Windows
https://github.com/markovejnovic/WinConf

archived autohotkey autohotkey-script automation configuration deprecated installation obsolete post-installation powershell powershell-script windows

Last synced: about 1 month ago
JSON representation

⛔️ [DEPRECATED] A small set of scripts for post-install Windows

Awesome Lists containing this project

README

        

## This project has officially been deprecated.

Due to the fact that I am unable to constantly keep up with Windows' ever-growing set of self-protection and monitoring tools, I decided to abandon the project. There is a much better and reliable post-install toolkit I'd recommend - [tronscript](https://old.reddit.com/r/TronScript/)

# Windows Configuration

This is a small set of scripts which allow for downloading a set of packages. It's mainly desgined for personal use, but this does not mean it cannot be modified for wide-spread use.

## Requirements

These only require Windows 10.

## Getting Started

Since you won't be able to use git during the starting procedure, I recommend downloading the repo over HTTPS.
You should copy it to your home directory (removing the -master sufix).

Then, just fire up an administrative powershell and:

```powershell
cd ~
cd WinConf
./install.ps1
```

## Built With

* [Autohotkey](https://autohotkey.com) - Allows for powerful windows scripting.
* [Chocolatey](https://chocolatey.org/) - The Windows Package Manager

## License

This project is licensed under the GLPv3 License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* Like in all my README's, a thanks to [PurpleBooth](https://www.github.com/PurpleBooth) for her [README.md template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2). I suck at these :(
* A thank you to [alirobe](https://gist.github.com/alirobe) and [Disassembler0](https://github.com/Disassembler0) for their collective work on the [reclaimWindows10.ps1 script](https://github.com/Disassembler0/Win10-Initial-Setup-Script)