Files
winos/README.md
T
2025-10-12 00:30:13 +03:00

768 B

A personal project of PowerShell modules for automating my Windows environment. Not meant as a universal solution — use or adapt at your own risk.

The scripts handle:

  • redirecting and restoring app data through symlinks (AppsData);
  • mounting folders and shared locations from CSV configs;
  • managing autostart programs via Windows Task Scheduler;
  • full environment apply/clean actions with a single command;
  • maybe more in the future.

Everything runs through PowerShell modules with no external dependencies. Intended for quick setup on clean systems and portable workflow experiments.

.\run.ps1

⚠️ Built for personal use. Paths, scripts, and configs are tailored to my setup and may not fit yours.