Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
⛔️ [DEPRECATED] A small set of scripts for post-install Windows
- Host: GitHub
- URL: https://github.com/markovejnovic/WinConf
- Owner: markovejnovic
- License: gpl-3.0
- Archived: true
- Created: 2018-01-10T06:53:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T07:44:14.000Z (over 5 years ago)
- Last Synced: 2024-05-28T02:22:55.921Z (5 months ago)
- Topics: archived, autohotkey, autohotkey-script, automation, configuration, deprecated, installation, obsolete, post-installation, powershell, powershell-script, windows
- Language: PowerShell
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - markovejnovic/WinConf - ⛔️ [DEPRECATED] A small set of scripts for post-install Windows (PowerShell)
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)