https://github.com/deadproject/winltsact
https://github.com/deadproject/winltsact
windows-10 windows-activaton windows-ltsc
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deadproject/winltsact
- Owner: deadproject
- License: mit
- Created: 2024-12-29T20:29:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T02:16:17.000Z (over 1 year ago)
- Last Synced: 2025-03-02T19:17:01.211Z (over 1 year ago)
- Topics: windows-10, windows-activaton, windows-ltsc
- Language: PowerShell
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinltsAct
This script is for activating **Windows 10 Enterprise LTSC (Long-Term Servicing Channel)**. The LTSC version is designed for specific use cases that require a stable, long-term version of Windows without the frequent feature updates that are common in other versions of Windows 10.
## Contents
- **Activation Scripts**: Includes various scripts that can be used for activating Windows 10 Enterprise LTSC.
## Prerequisites
Before you can use any of the tools or methods provided in this repository, you must meet the following requirements:
- A valid **Windows 10 Enterprise LTSC** installation.
- Administrator privileges on your system to run activation scripts.
## Dev Team
- **Project/Deadproject** – Project Lead and Developer
- **TMasser1** - Developer
## 💡 Usage
WinltsAct must be run in Admin mode because it performs system-wide tweaks. To achieve this, run PowerShell as an administrator. Here are a few ways to do it:
1. **Start menu Method:**
- Right-click on the start menu.
- Choose "Windows PowerShell (Admin)" (for Windows 10) or "Terminal (Admin)" (for Windows 11).
2. **Search and Launch Method:**
- Press the Windows key.
- Type "PowerShell" or "Terminal" (for Windows 11).
- Press `Ctrl + Shift + Enter` or Right-click and choose "Run as administrator" to launch it with administrator privileges.
### Launch Command
```ps1
irm "https://github.com/deadproject/WinltsAct/raw/main/winltsact.ps1" | iex
```
If you have Issues, refer to [Known Issues](https://github.com/deadproject/WinAct/issues)
> [!NOTE]
> The WinltsAct script is currently in beta. Please be aware that it may contain bugs.