22 lines
571 B
Markdown
22 lines
571 B
Markdown
# 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. |