{"id":20663941,"url":"https://github.com/anntnzrb/windozing","last_synced_at":"2026-04-19T05:33:34.295Z","repository":{"id":125834118,"uuid":"581416375","full_name":"anntnzrb/windozing","owner":"anntnzrb","description":"Collection of PowerShell scripts for Windows systems.","archived":false,"fork":false,"pushed_at":"2025-05-30T01:54:34.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T08:32:39.205Z","etag":null,"topics":["powershell","regedit","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anntnzrb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-23T05:53:50.000Z","updated_at":"2025-05-30T01:54:37.000Z","dependencies_parsed_at":"2024-03-28T00:32:23.588Z","dependency_job_id":"9a748582-80e1-476a-a027-2123aa974afc","html_url":"https://github.com/anntnzrb/windozing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anntnzrb/windozing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Fwindozing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Fwindozing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Fwindozing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Fwindozing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anntnzrb","download_url":"https://codeload.github.com/anntnzrb/windozing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anntnzrb%2Fwindozing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","regedit","windows"],"created_at":"2024-11-16T19:21:12.604Z","updated_at":"2026-04-19T05:33:34.277Z","avatar_url":"https://github.com/anntnzrb.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# windozing\n\nA PowerShell module for applying Windows system optimizations and tweaks with comprehensive safety features including backup/restore, validation, and configuration management.\n\n**NOTE:** This repository is experimental. Use at your own risk and always create backups before applying system tweaks.\n\n## Project Structure\n\n```\nwindozing/\n├── Install.ps1             # One-line installer script\n├── README.md               # This file\n├── COPYING                 # License file\n├── scripts/               # Standalone scripts\n│   └── caps-esc-toggle.ps1\n└── windozing/             # PowerShell module directory\n    ├── windozing.psd1     # Module manifest\n    ├── windozing.psm1     # Main module file\n    ├── src/               # Module source code\n    │   ├── core/          # Core infrastructure modules\n    │   │   ├── Config.ps1     # Configuration management\n    │   │   ├── Logger.ps1     # Logging functionality\n    │   │   ├── Backup.ps1     # Backup/restore system\n    │   │   └── Validation.ps1 # Input validation\n    │   └── utilities/     # System utility modules\n    │       ├── Registry.ps1   # Registry operations\n    │       ├── Network.ps1    # Network interface management\n    │       ├── Power.ps1      # Power management\n    │       ├── Process.ps1    # Process management\n    │       └── System.ps1     # System information\n    ├── config/            # Configuration files\n    │   ├── tweaks.json    # Tweak definitions\n    │   └── defaults.json  # Default settings\n    └── docs/              # Documentation\n        ├── TWEAKS.md      # Detailed tweak documentation\n        └── SAFETY.md      # Safety guidelines\n```\n\n## Installation\n\n### Quick Install (Recommended)\n```powershell\nirm https://raw.githubusercontent.com/anntnzrb/windozing/main/Install.ps1 | iex\n```\n\n## Usage\n\n### Interactive Menu\n```powershell\nImport-Module windozing\nShow-Menu\n```\n\n### Command Line Usage\n```powershell\n# Apply specific tweak categories\nInvoke-Tweak -Category performance -BackupFirst\n\n# Apply with dry run (preview changes)\nInvoke-Tweak -Category network -DryRun\n\n# List available tweaks\nGet-AvailableTweaks\n\n# Backup management\nNew-RegistryBackup -Name \"before-tweaks\"\nGet-RegistryBackup\nRestore-RegistryBackup -Id \"backup-id\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanntnzrb%2Fwindozing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanntnzrb%2Fwindozing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanntnzrb%2Fwindozing/lists"}