[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73563":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":41,"readmeContent":42,"aiSummary":43,"trendingCount":16,"starSnapshotCount":16,"syncStatus":44,"lastSyncTime":45,"discoverSource":46},73563,"winscript","flick9000\u002Fwinscript","flick9000","Open-source tool to build your Windows script from scratch. It includes debloat, privacy, performance & app installing scripts.","https:\u002F\u002Fwinscript.cc\u002F",null,"CSS",2504,158,34,3,0,10,20,78,30,28.6,"GNU General Public License v3.0",false,"main",[26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],"bloatware","debloat","debloater","install-script","optimize","powershell","privacy","privacy-tools","script","security","telemetry","tweaks","windows","windows-11","windows11","2026-06-12 02:03:15","# WinScript\r\n\r\n[![Downloads](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fdownloads\u002Fflick9000\u002Fwinscript\u002Ftotal?style=for-the-badge)](https:\u002F\u002Fgithub.com\u002Fflick9000\u002Fwinscript\u002Freleases)\r\n[![Release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fflick9000\u002Fwinscript?style=for-the-badge&label=Latest%20release)](https:\u002F\u002Fgithub.com\u002Fflick9000\u002Fwinscript\u002Freleases\u002Flatest)\r\n[![Discussions](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FJoin-the%20Discussion-2D9F2D?style=for-the-badge&logo=github&logoColor=white)](https:\u002F\u002Fgithub.com\u002Fflick9000\u002Fwinscript\u002Fdiscussions)\r\n[![Ko-Fi](https:\u002F\u002Fshields.io\u002Fbadge\u002Fko--fi-Donate-13c3ff?logo=kofi&style=for-the-badge)](https:\u002F\u002Fko-fi.com\u002Fflick9000)\r\n\r\nWinScript is a powerful, simple to use & lightweight open-source tool designed to improve and customize your Windows experience. It offers a range of features, including debloating, privacy enhancement, performance optimization, and streamlined app installation.\r\n\u003Cbr>\r\n\r\n![App Screenshot](\u002Fwebsite\u002Fpublic\u002Fwinscript.webp)\r\n\r\n## Features\r\n\r\n### 🧹 Debloat\r\n\r\nWinScript allows you to remove any pre-installed bloatware and unnecessary component from Windows. You can uninstall Microsoft Store, OneDrive, CoPilot, debloat or remove Microsoft Edge, disable Widgets & Taskbar Widgets, disable Windows Features such as Recall or Consumer Features & many more.\r\n\r\n### 🔒 Privacy\r\n\r\nYou can disable app access to sensitive data, prevent background syncing of themes and passwords, and stop usage tracking like activity feeds, screen recording, and location-based services. The Telemetry section allows you to shut down Microsoft’s data collection of Windows, Office, updates, search, and feedback. You can disable 3rd-party apps data collection (Adobe, VS Code, Google, Nvidia etc), disable cloud-based speech recognition, DRM connectivity, and biometric services & much more.\r\n\r\n### ⚡ Performance\r\n\r\nYou can enable the Ultimate Performance power plan, set background services to manual startup, reduce mouse input delays, and disable features like Superfetch, HAGS, Storage Sense, Windows Search Indexing, and Hibernation. It also allows you to fine-tune security settings for better performance by limiting Windows Defender’s CPU usage, disabling Core Isolation & more.\r\n\r\n### 📦 App Installer\r\n\r\nThe Browse Apps section in WinScript makes it easy to bulk install all your essential software in just a few clicks. Choose from a list of popular apps—browsers, utilities, dev tools, media players, and more, and WinScript will generate a script to install them automatically using your preferred package manager: Chocolatey or Winget.\r\n\r\n## Usage\r\n\r\n🖥️ **Launch Command**:\r\n\r\n```ps1\r\nirm \"https:\u002F\u002Fwinscript.cc\u002Firm\" | iex\r\n```\r\n\r\n🖥️ **Via Winget**:\r\n\r\n```ps1\r\nwinget install winscript\r\n```\r\n\r\n⚙️ **Import Configuration**:\r\n\r\nUse the -i flag to import a configuration file when launching the app.\r\n\r\n```ps1\r\n.\\winscript.exe -i \"C:\\path\\to\\config.json\"\r\n```\r\n\r\n## Build\r\n\r\n### 📋 Prerequisites\r\n\r\n- NodeJS (LTS)\r\n\r\n```ps1\r\nwinget install --id OpenJS.NodeJS.LTS\r\n```\r\n\r\n- Rust & Cargo\r\n\r\n```ps1\r\nwinget install --id Rustlang.Rustup\r\n```\r\n\r\n### 🛠️ How to build\r\n\r\n- Clone the repository\r\n\r\n```ps1\r\ngit clone https:\u002F\u002Fgithub.com\u002Fflick9000\u002Fwinscript.git\r\ncd winscript\u002Fapp\r\n```\r\n\r\n- Install dependencies\r\n\r\n```ps1\r\nnpm install\r\n```\r\n\r\n- Build the app\r\n\r\n```ps1\r\nnpm run tauri build\r\n```\r\n\r\nAfter building, the compiled executable will be available inside the src-tauri\u002Ftarget\u002Frelease directory.\r\n\r\n## Support\r\n\r\n### 👷 Contributing\r\n\r\nContributions are welcome! Fork the repository and create a pull request with your changes.\r\n\r\n### ⭐ Star\r\n\r\nFeel free to leave a star and help the project reach more people!\r\n\r\n### ☕ Donate\r\n\r\nIf you find this project helpful, consider supporting it by [buying me a coffee!](https:\u002F\u002Fko-fi.com\u002Fflick9000)\r\n\r\n## License\r\n\r\n📒 This project is licensed under the GPL v3 License. See the [LICENSE](LICENSE) file for more details.\r\n","WinScript 是一个开源工具，旨在从零开始构建你的 Windows 脚本，包括去臃肿、隐私保护、性能优化和应用程序安装脚本。其核心功能涵盖了移除预装的无用软件、增强用户隐私（如禁用微软的数据收集）、提升系统性能（例如启用终极性能电源计划）以及简化常用软件的批量安装过程。该项目支持通过 PowerShell 脚本执行，并且允许用户自定义配置文件以满足个性化需求。它特别适合那些希望对自己的 Windows 系统进行深度定制和技术优化的用户使用。",2,"2026-06-11 03:46:11","high_star"]