Posts

Showing posts from September, 2025

Windows Admin Center (WAC)

 27-09-2025 Nice choice 🚀 — **Windows Admin Center (WAC)** is like a geek’s control panel for Windows. It gives you a **web-based interface** to manage your PC, servers, Hyper-V, storage, users, and more, all in one place. Here’s a full breakdown: --- ## 🔧 What is Windows Admin Center? - A **web-based management tool** by Microsoft.      - Runs locally in your browser (no cloud needed).      - Lets you manage:          - System info (CPU, RAM, updates, logs)              - Storage (disks, volumes, shares)              - Users & groups              - Services & scheduled tasks              - Registry & PowerShell remotely              - Hyper-V, Windows Server, Failover Clusters (if enabled)          --- ## 🖥️ How to ...

Windows Techie Services #windows #services #apps

 ### 🔧 **Geeky Services / Features in Windows** 1. **OpenSSH Server**          - Lets you SSH into your Windows machine just like Linux.              - Useful for remote management or automating tasks from another PC.              - Enable via:                  `Add-WindowsCapability -Online -Name OpenSSH.Server`          2. **Windows Subsystem for Linux (WSL)**          - Run Linux alongside Windows without VM overhead.              - Perfect for coding, Docker, networking experiments, and security testing.              - You can install **Ubuntu, Debian, Kali, etc.**          3. **IIS (Internet Information Services)**          - A full web server built into Windows.   ...