https://github.com/beastcodz/handyscript
Handyscript is designed to streamline the setup process for Windows machines by automating the installation of commonly used software and performing essential system configurations. This script is particularly useful for new system setups, ensuring that all necessary tools are installed and ready to use with minimal user intervention.
https://github.com/beastcodz/handyscript
administrator-scripts automation installation kms powershell scripts setup software-installation system-configuration task-automation windows
Last synced: 3 months ago
JSON representation
Handyscript is designed to streamline the setup process for Windows machines by automating the installation of commonly used software and performing essential system configurations. This script is particularly useful for new system setups, ensuring that all necessary tools are installed and ready to use with minimal user intervention.
- Host: GitHub
- URL: https://github.com/beastcodz/handyscript
- Owner: BeastCodZ
- Created: 2025-01-02T17:58:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T21:16:08.000Z (4 months ago)
- Last Synced: 2025-02-24T07:13:07.694Z (3 months ago)
- Topics: administrator-scripts, automation, installation, kms, powershell, scripts, setup, software-installation, system-configuration, task-automation, windows
- Language: PowerShell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handyscript
This PowerShell script provides a simple way to quickly set up your machine by installing essential tools and applications. With just a few selections, you can automate the installation process and get your system ready in no time.
## How to use?
1. Open PowerShell with administrator privileges.
2. Run the script using the following command:
```powershell
irm bit.ly/handyscript | iex
```## Usage
The script will display a menu with a list of tasks. Toggle the switches by typing the number corresponding to each task and pressing Enter. Type `START` to execute the selected tasks together. Type `EXIT` to quit the script.
### Tasks
The script includes the following tasks:
1. **Install Brave**: Installs the Brave browser using winget.
2. **Install SpotX**: Installs SpotX using a script from the official repository.
3. **Install VSC & GitHub**: Installs Visual Studio Code and GitHub Desktop using winget.
4. **Activate Microsoft Windows 10/11**: Activates Windows using an online KMS activation script.
5. **Activate MS OFFICE**: Activates Microsoft Office using an online KMS activation script.## Notes
Ensure you run the script as an administrator to allow it to perform installations and activations. The script will prompt you to press Enter to exit if it is not run with administrator privileges.