@@ -11,35 +11,13 @@ A comprehensive script-based launcher for managing and executing Windows system
1111- ** Script Status Monitoring** : Shows availability status of all modules
1212- ** Detailed Help System** : Comprehensive information about each tool
1313- ** Error Handling** : Graceful handling of missing files and execution errors
14-
15- ## 📁 Project Structure
16-
17- ```
18- winScript/
19- ├── WinScriptLauncher.bat # Main launcher (START HERE)
20- ├── README.md # This file
21- ├── readme_stop.md # Task summary
22- ├── CacheCleaner/
23- │ └── wintrace_cleaner.bat # System cleanup tool
24- ├── ChromePolicy/
25- │ └── Chrome_Policy_Remover.bat # Chrome policy removal
26- ├── PowerManager/
27- │ ├── NewShutdown.bat # Power management suite
28- │ ├── Shutdown-Jinhsi.txt # Log files
29- │ └── Shutdown-Jinxi.txt
30- ├── WindowsUpdate/
31- │ └── UpdateDelay.ps1 # Windows Update controller
32- ├── WindowsWifiBackupRestore/
33- │ ├── WinWifiManager.bat # WiFi profile manager
34- │ └── SavedWifiBackups/ # WiFi backup storage
35- │ ├── Wi-Fi-*.xml # Backed up WiFi profiles
36- │ └── ...
37- └── WinTTLBypass/
38- └── WinTTLBypass.bat # TTL modification tool
14+
15+ ## risunCode winScript Online Launcher
16+ - or just download winscript from Releases tab!
17+ ``` cmd
18+ irm "https://raw.githubusercontent.com/risunCode/WinPortal/main/winScript/WinScriptLauncher.ps1" | iex
3919```
4020
41- ## 🔧 Installation & Setup
42-
4321### Prerequisites
4422
4523- ** Windows 10/11** (Administrator privileges required)
@@ -235,3 +213,4 @@ If you encounter issues:
235213** Last Updated** : September 2025
236214
237215Happy scripting! 🚀
216+
0 commit comments