You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2021. It is now read-only.
WindowsToolbox But Automatic With A Config. WIP DO NOT USE YET NOT DONE
2
+
WindowsToolbox but automatic, intended for post-install and first boot setup.
3
+
4
+
5
+
## DISCLAMER:
6
+
7
+
This software is in beta. **All scripts are provided as-is and you use them at your own risk. WinTweakers are NOT responsible for ANY damage caused by these scripts. These scripts is only ment for system administrators who know what they're doing. Please read README before proceeding**
8
+
9
+
# Usage
10
+
11
+
**You have to at least edit main.ps1 before using since all functions are enabled by default**
12
+
13
+
14
+
Comment out the function that you don't want to run. E.g: DisableWindowsDefender -> #DisableWindowsDefender
15
+
16
+
For post-install after first boot purposes: extract this repo to your install image under "%WINDIR%\Setup\Scripts"
17
+
18
+
For more infomation about Windows Setup, go to [Microsoft's documentation](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-a-custom-script-to-windows-setup)
19
+
20
+
## Liability
21
+
22
+
**All scripts are provided as-is and you use them at your own risk.**
23
+
24
+
## Contributing
25
+
26
+
Contributions are welcome, just make a pull request and we'll accept it if it's actually helpful.
27
+
28
+
## License
29
+
30
+
Copyright (c) 2021 WinTweakers
31
+
32
+
Permission is hereby granted, free of charge, to any person obtaining a copy
33
+
of this software and associated documentation files (the "Software"), to deal
34
+
in the Software without restriction, including without limitation the rights
35
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
+
copies of the Software, and to permit persons to whom the Software is
37
+
furnished to do so, subject to the following conditions:
38
+
39
+
The above copyright notice and this permission notice shall be included in all
40
+
copies or substantial portions of the Software.
41
+
42
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments