Initial commit

This commit is contained in:
2026-04-24 17:41:53 +08:00
commit 7105e8b165
94 changed files with 8141 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Windows Remote Toolkit
A comprehensive remote management toolkit for configuring and managing Windows machines from macOS/Linux systems.
## Overview
This toolkit provides automated scripts for system debloating, application installation, security configuration, and diagnostics on remote Windows machines via SSH and WinRM.
## Quick Start
```bash
# Enable SSH access
./firewall-allow-ssh.sh
# System reconnaissance
./recon.sh
# Remove Windows AI components
./remove-windows-ai.sh
```
See [CLAUDE.md](CLAUDE.md) for detailed documentation and usage instructions.