|
1 | 1 | # Windows Post-Install Script Generator |
2 | 2 |
|
3 | | -A web-based tool that generates customized Windows post-installation batch scripts. Select from 115 software applications and 80 system configurations to create a personalized Windows setup script. |
| 3 | +A web-based tool that generates customized Windows post-installation batch scripts. Select from 115 software applications and 80 Windows configurations to create a personalized setup script. |
| 4 | + |
| 5 | +## How to Use (Production) |
| 6 | + |
| 7 | +Just open the live version: |
| 8 | + |
| 9 | +👉 **https://kaic.me/win-post-install** |
| 10 | + |
| 11 | +There you can: |
| 12 | + |
| 13 | +1. Choose the apps and settings you want. |
| 14 | +2. Generate a `.bat` script. |
| 15 | +3. Download it and run on your fresh Windows install (USB or local machine). |
| 16 | + |
| 17 | +Runs entirely in your browser — no installation required. |
| 18 | + |
| 19 | +--- |
4 | 20 |
|
5 | 21 | ## Features |
6 | 22 |
|
7 | | -- **115 Software Applications**: Curated collection across 13 categories including browsers, development tools, media players, productivity apps, and more |
8 | | -- **80 System Configurations**: Optimize Windows settings for performance, privacy, visual customization, and gaming |
9 | | -- **Cleanup Tools**: Remove Windows bloatware and unnecessary components safely |
10 | | -- **One-Click Script Generation**: Generate ready-to-run batch scripts with your selections |
11 | | -- **Windows 98-Inspired UI**: Nostalgic interface design with modern functionality |
12 | | -- **No Installation Required**: Runs entirely in your browser |
13 | | -- **Safe and Reversible**: All changes use official Windows tools (winget, PowerShell) and are reversible |
| 23 | +- **115 Software Applications:** Curated apps across 13 categories |
| 24 | +- **80 System Configurations:** Performance, privacy, UI, gaming tweaks |
| 25 | +- **Cleanup Tools:** Remove bloatware safely |
| 26 | +- **One-Click Script Generation:** Ready-to-run batch file |
| 27 | +- **Windows 98-Inspired UI:** Nostalgia + modern functionality |
| 28 | +- **Safe and Reversible:** Uses official Windows tools (`winget`, PowerShell) |
| 29 | + |
| 30 | +--- |
14 | 31 |
|
15 | | -## Demo |
| 32 | +## Live Demo |
16 | 33 |
|
17 | | -Visit the live application: [https://kaic.me/win-post-install](https://kaic.me/win-post-install) |
| 34 | +🔗 **https://kaic.me/win-post-install** |
| 35 | + |
| 36 | +--- |
18 | 37 |
|
19 | 38 | ## Technologies |
20 | 39 |
|
21 | | -- **React 19**: Modern UI framework |
22 | | -- **Vite**: Fast build tool and development server |
23 | | -- **Tailwind CSS**: Utility-first CSS framework |
24 | | -- **React Icons**: Comprehensive icon library |
25 | | -- **Winget**: Windows Package Manager for software installation |
26 | | -- **PowerShell**: Windows automation and system configuration |
| 40 | +- React 19 |
| 41 | +- Vite |
| 42 | +- Tailwind CSS |
| 43 | +- React Icons |
| 44 | +- Winget |
| 45 | +- PowerShell |
| 46 | + |
| 47 | +--- |
27 | 48 |
|
28 | | -## Getting Started |
| 49 | +## Running Locally (Development Only) |
| 50 | + |
| 51 | +You only need this if you plan to run or modify the source code. |
29 | 52 |
|
30 | 53 | ### Prerequisites |
31 | 54 |
|
32 | 55 | - Node.js 18+ and npm |
33 | 56 |
|
34 | | -### Installation |
| 57 | +### Setup |
35 | 58 |
|
36 | | -1. Clone the repository: |
37 | 59 | ```bash |
38 | 60 | git clone https://github.com/kaic/win-post-install.git |
39 | 61 | cd win-post-install |
40 | | -``` |
41 | | - |
42 | | -2. Install dependencies: |
43 | | -```bash |
44 | 62 | npm install |
45 | | -``` |
46 | | - |
47 | | -3. Start the development server: |
48 | | -```bash |
49 | 63 | npm run dev |
50 | 64 | ``` |
51 | 65 |
|
52 | | -4. Open your browser to `http://localhost:5173` |
53 | | - |
54 | | -### Build for Production |
55 | | - |
| 66 | +Build |
56 | 67 | ```bash |
57 | 68 | npm run build |
58 | 69 | ``` |
59 | 70 |
|
60 | | -The production build will be output to the `dist/` directory. |
| 71 | +The production build will be outputed to the `dist/` directory. |
61 | 72 |
|
62 | 73 | ## Usage |
63 | 74 |
|
|
0 commit comments