readme
This commit is contained in:
parent
b2db9a9937
commit
53b316b961
Binary file not shown.
Before Width: | Height: | Size: 60 KiB |
BIN
Assets/Preview1.png
Normal file
BIN
Assets/Preview1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
39
README.md
39
README.md
@ -1,27 +1,28 @@
|
|||||||
Autohotkey + Powershell script made for quickly setting up programs and settings on fresh Windows Installations.
|
Expandable Autohotkey + Powershell script for quickly setting up programs and settings on fresh Windows Installations. Primarily created for use in a business environment for a quick way to setup/add software/settings to a user device.
|
||||||
|
|
||||||
|
|
||||||
Execute from the SMB server using PowerShell:
|
|
||||||
````
|
|
||||||
Start-Process -FilePath "Windows-Toolbox.exe"
|
|
||||||
````
|
|
||||||
OR download it locally and execute it using PowerShell:
|
|
||||||
````
|
|
||||||
cd C:\Users\${env:USERNAME}\Downloads ; wget -O "Windows Toolbox.exe" https://git.zinchuk.xyz/yuriy/Windows-Toolbox/raw/branch/main/Windows%20Toolbox.exe ; Start-Process 'Windows Toolbox.exe'
|
|
||||||
````
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="1000" src="https://git.zinchuk.xyz/yuriy/windows-toolbox/raw/branch/main/Assets/Preview.png">
|
<img width="1000" src="https://git.zinchuk.xyz/yuriy/windows-toolbox/raw/branch/main/Assets/Preview1.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Features
|
# Features
|
||||||
- Install Software through Chocolatey
|
- Install Chocolatey Package Manager + Chocolatey Packages
|
||||||
- Dell Command Update, PDF-Xchange, NoMachine, Everything, ShareX, etc.
|
- Install and Schedule [Choco Auto Upgrade](https://community.chocolatey.org/packages/choco-upgrade-all-at)
|
||||||
- Install Software Packages
|
- Install [Voidtools Search Everything](https://www.voidtools.com/) and push custom configuration file to all users on the machine.
|
||||||
- Parcview, Office 365, DWGSee
|
- Install Share-X Screenshot Tool and push custom configuration files to all users on the machine.
|
||||||
- Set Windows Settings
|
- Install Software using .exe or .msi or other
|
||||||
|
- Set Windows Settings using Powershell + Registry Edits
|
||||||
|
- Remove Bloat using Registry Edits
|
||||||
|
- Start Menu bloatware, Unwanted applications, Useless taskbar icons, Disable Widgets
|
||||||
|
- Deploy Wifi Settings
|
||||||
- Join Domain
|
- Join Domain
|
||||||
- Configure Wifi
|
|
||||||
- Change Hostname
|
- Change Hostname
|
||||||
- Add and Configure VPN
|
- Add and Configure VPN
|
||||||
- Install Network Printers Drivers
|
- Install Network Printers Drivers
|
||||||
|
- Log all Actions + Messages + Errors to a .txt file located at `C:\Windows-Setup.log`
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
1) Git clone the repo to your device using
|
||||||
|
`git clone https://git.zinchuk.xyz/yuriy/windows-toolbox.git`
|
||||||
|
2) Run `Windows-Toolbox.ahk` if you have Autohotkey V1 installed, otherwise run `Windows-Toolbox.exe`
|
||||||
|
- To Add your own options, modify `Windows-Toolbox.ahk` and `\Installs\PowerShell\PowershellToolbox.ps1`.
|
||||||
|
- Autohotkey is primarily used for the Toolbox GUI, and Powershell is used for the majority of the actions.
|
BIN
Windows-Toolbox.exe
Normal file
BIN
Windows-Toolbox.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user