iresolver commited on
Commit
4e985c7
·
verified ·
1 Parent(s): 696a740

I want you to create a desktop app with a modern dark them! this app does everything that NTLite does options to mount and dismount install.wim and boot.wim files add drivers to the wim files and remove all unwanted apps, disable telemetry and tracking remove TPM and Hardware Requirements, add or remove Windows Updates packages, also allows for using custom Windows 11.iso like XLite optimum 11, ask me any questions before creating this app! - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +545 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Wincustomizer
3
- emoji:
4
- colorFrom: gray
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: wincustomizer
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,545 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>WinCustomizer - Windows Image Customization Tool</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ darkMode: 'class',
12
+ theme: {
13
+ extend: {
14
+ colors: {
15
+ primary: {
16
+ 50: '#f0f9ff',
17
+ 100: '#e0f2fe',
18
+ 200: '#bae6fd',
19
+ 300: '#7dd3fc',
20
+ 400: '#38bdf8',
21
+ 500: '#0ea5e9',
22
+ 600: '#0284c7',
23
+ 700: '#0369a1',
24
+ 800: '#075985',
25
+ 900: '#0c4a6e',
26
+ },
27
+ dark: {
28
+ 800: '#1e293b',
29
+ 900: '#0f172a',
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ </script>
36
+ <style>
37
+ .custom-scrollbar::-webkit-scrollbar {
38
+ width: 8px;
39
+ height: 8px;
40
+ }
41
+ .custom-scrollbar::-webkit-scrollbar-track {
42
+ background: #1e293b;
43
+ }
44
+ .custom-scrollbar::-webkit-scrollbar-thumb {
45
+ background: #334155;
46
+ border-radius: 4px;
47
+ }
48
+ .custom-scrollbar::-webkit-scrollbar-thumb:hover {
49
+ background: #475569;
50
+ }
51
+ .draggable-item {
52
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
53
+ }
54
+ .draggable-item:hover {
55
+ transform: translateY(-2px);
56
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
57
+ }
58
+ .progress-bar {
59
+ transition: width 0.3s ease;
60
+ }
61
+ </style>
62
+ </head>
63
+ <body class="bg-gray-900 text-gray-200 min-h-screen">
64
+ <div class="flex flex-col h-screen">
65
+ <!-- Header -->
66
+ <header class="bg-gray-800 border-b border-gray-700 px-6 py-4 flex items-center justify-between">
67
+ <div class="flex items-center space-x-4">
68
+ <i class="fab fa-windows text-blue-400 text-2xl"></i>
69
+ <h1 class="text-xl font-bold text-white">WinCustomizer</h1>
70
+ </div>
71
+ <div class="flex items-center space-x-4">
72
+ <button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 rounded-md text-sm font-medium transition">
73
+ <i class="fas fa-save mr-2"></i>Save Configuration
74
+ </button>
75
+ <button class="px-4 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
76
+ <i class="fas fa-cog mr-2"></i>Settings
77
+ </button>
78
+ </div>
79
+ </header>
80
+
81
+ <!-- Main Content -->
82
+ <div class="flex flex-1 overflow-hidden">
83
+ <!-- Sidebar -->
84
+ <aside class="w-64 bg-gray-800 border-r border-gray-700 flex flex-col">
85
+ <div class="p-4 border-b border-gray-700">
86
+ <div class="relative">
87
+ <input type="text" placeholder="Search features..."
88
+ class="w-full bg-gray-700 rounded-md py-2 px-4 pl-10 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500">
89
+ <i class="fas fa-search absolute left-3 top-2.5 text-gray-400"></i>
90
+ </div>
91
+ </div>
92
+ <nav class="flex-1 overflow-y-auto custom-scrollbar">
93
+ <div class="p-2">
94
+ <div class="mb-4">
95
+ <h3 class="text-xs font-semibold text-gray-400 uppercase tracking-wider px-3 py-2">Image Operations</h3>
96
+ <ul>
97
+ <li>
98
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md bg-gray-700 text-white">
99
+ <i class="fas fa-hard-drive mr-3 text-blue-400"></i>
100
+ Mount/Dismount WIM
101
+ </a>
102
+ </li>
103
+ <li>
104
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
105
+ <i class="fas fa-file-export mr-3 text-blue-400"></i>
106
+ Create Custom ISO
107
+ </a>
108
+ </li>
109
+ </ul>
110
+ </div>
111
+ <div class="mb-4">
112
+ <h3 class="text-xs font-semibold text-gray-400 uppercase tracking-wider px-3 py-2">Customization</h3>
113
+ <ul>
114
+ <li>
115
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
116
+ <i class="fas fa-plug mr-3 text-blue-400"></i>
117
+ Add Drivers
118
+ </a>
119
+ </li>
120
+ <li>
121
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
122
+ <i class="fas fa-trash mr-3 text-blue-400"></i>
123
+ Remove Bloatware
124
+ </a>
125
+ </li>
126
+ <li>
127
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
128
+ <i class="fas fa-shield-alt mr-3 text-blue-400"></i>
129
+ Disable Telemetry
130
+ </a>
131
+ </li>
132
+ <li>
133
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
134
+ <i class="fas fa-microchip mr-3 text-blue-400"></i>
135
+ Remove TPM/Requirements
136
+ </a>
137
+ </li>
138
+ </ul>
139
+ </div>
140
+ <div class="mb-4">
141
+ <h3 class="text-xs font-semibold text-gray-400 uppercase tracking-wider px-3 py-2">Updates</h3>
142
+ <ul>
143
+ <li>
144
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
145
+ <i class="fas fa-sync mr-3 text-blue-400"></i>
146
+ Manage Updates
147
+ </a>
148
+ </li>
149
+ <li>
150
+ <a href="#" class="flex items-center px-3 py-2 text-sm font-medium rounded-md hover:bg-gray-700 text-gray-300 hover:text-white">
151
+ <i class="fas fa-download mr-3 text-blue-400"></i>
152
+ Integrate Updates
153
+ </a>
154
+ </li>
155
+ </ul>
156
+ </div>
157
+ </div>
158
+ </nav>
159
+ <div class="p-4 border-t border-gray-700">
160
+ <div class="flex items-center">
161
+ <div class="flex-shrink-0">
162
+ <img class="h-10 w-10 rounded-full" src="https://ui-avatars.com/api/?name=User&background=0ea5e9&color=fff" alt="">
163
+ </div>
164
+ <div class="ml-3">
165
+ <p class="text-sm font-medium text-white">Current User</p>
166
+ <p class="text-xs font-medium text-gray-400">Administrator</p>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </aside>
171
+
172
+ <!-- Main Panel -->
173
+ <main class="flex-1 overflow-auto custom-scrollbar bg-gray-900 p-6">
174
+ <div class="max-w-7xl mx-auto">
175
+ <div class="mb-6">
176
+ <h2 class="text-2xl font-bold text-white">Windows Image Customization</h2>
177
+ <p class="text-gray-400 mt-1">Customize your Windows installation image with advanced options</p>
178
+ </div>
179
+
180
+ <!-- WIM Operations Card -->
181
+ <div class="bg-gray-800 rounded-lg shadow-md overflow-hidden mb-6">
182
+ <div class="px-6 py-4 border-b border-gray-700">
183
+ <h3 class="text-lg font-medium text-white flex items-center">
184
+ <i class="fas fa-hard-drive mr-2 text-blue-400"></i>
185
+ WIM Image Operations
186
+ </h3>
187
+ </div>
188
+ <div class="p-6">
189
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
190
+ <div>
191
+ <label class="block text-sm font-medium text-gray-300 mb-2">Select WIM File</label>
192
+ <div class="flex">
193
+ <input type="text" class="flex-1 bg-gray-700 border border-gray-600 rounded-l-md px-4 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="C:\path\to\install.wim">
194
+ <button class="bg-gray-600 hover:bg-gray-500 px-4 py-2 rounded-r-md text-sm font-medium transition">
195
+ <i class="fas fa-folder-open"></i>
196
+ </button>
197
+ </div>
198
+ </div>
199
+ <div>
200
+ <label class="block text-sm font-medium text-gray-300 mb-2">Select Edition</label>
201
+ <select class="w-full bg-gray-700 border border-gray-600 rounded-md px-4 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
202
+ <option>Windows 11 Pro</option>
203
+ <option>Windows 11 Home</option>
204
+ <option>Windows 11 Enterprise</option>
205
+ <option>Windows 11 Education</option>
206
+ </select>
207
+ </div>
208
+ </div>
209
+ <div class="mt-6 flex space-x-4">
210
+ <button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 rounded-md text-sm font-medium transition">
211
+ <i class="fas fa-upload mr-2"></i>Mount Image
212
+ </button>
213
+ <button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 rounded-md text-sm font-medium transition">
214
+ <i class="fas fa-download mr-2"></i>Dismount Image
215
+ </button>
216
+ <button class="px-4 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
217
+ <i class="fas fa-info-circle mr-2"></i>Image Info
218
+ </button>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Customization Options -->
224
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-6">
225
+ <!-- Remove Bloatware Card -->
226
+ <div class="bg-gray-800 rounded-lg shadow-md overflow-hidden">
227
+ <div class="px-6 py-4 border-b border-gray-700">
228
+ <h3 class="text-lg font-medium text-white flex items-center">
229
+ <i class="fas fa-trash mr-2 text-blue-400"></i>
230
+ Remove Bloatware
231
+ </h3>
232
+ </div>
233
+ <div class="p-6">
234
+ <div class="h-64 overflow-y-auto custom-scrollbar bg-gray-700 rounded-md p-4 mb-4">
235
+ <div class="space-y-2">
236
+ <div class="flex items-center draggable-item bg-gray-600 p-3 rounded-md cursor-move">
237
+ <i class="fas fa-grip-vertical text-gray-400 mr-3"></i>
238
+ <span class="flex-1 text-sm">3D Viewer</span>
239
+ <button class="text-red-400 hover:text-red-300">
240
+ <i class="fas fa-times"></i>
241
+ </button>
242
+ </div>
243
+ <div class="flex items-center draggable-item bg-gray-600 p-3 rounded-md cursor-move">
244
+ <i class="fas fa-grip-vertical text-gray-400 mr-3"></i>
245
+ <span class="flex-1 text-sm">Cortana</span>
246
+ <button class="text-red-400 hover:text-red-300">
247
+ <i class="fas fa-times"></i>
248
+ </button>
249
+ </div>
250
+ <div class="flex items-center draggable-item bg-gray-600 p-3 rounded-md cursor-move">
251
+ <i class="fas fa-grip-vertical text-gray-400 mr-3"></i>
252
+ <span class="flex-1 text-sm">Microsoft Edge</span>
253
+ <button class="text-red-400 hover:text-red-300">
254
+ <i class="fas fa-times"></i>
255
+ </button>
256
+ </div>
257
+ <div class="flex items-center draggable-item bg-gray-600 p-3 rounded-md cursor-move">
258
+ <i class="fas fa-grip-vertical text-gray-400 mr-3"></i>
259
+ <span class="flex-1 text-sm">Mail and Calendar</span>
260
+ <button class="text-red-400 hover:text-red-300">
261
+ <i class="fas fa-times"></i>
262
+ </button>
263
+ </div>
264
+ <div class="flex items-center draggable-item bg-gray-600 p-3 rounded-md cursor-move">
265
+ <i class="fas fa-grip-vertical text-gray-400 mr-3"></i>
266
+ <span class="flex-1 text-sm">Mixed Reality Portal</span>
267
+ <button class="text-red-400 hover:text-red-300">
268
+ <i class="fas fa-times"></i>
269
+ </button>
270
+ </div>
271
+ <div class="flex items-center draggable-item bg-gray-600 p-3 rounded-md cursor-move">
272
+ <i class="fas fa-grip-vertical text-gray-400 mr-3"></i>
273
+ <span class="flex-1 text-sm">Paint 3D</span>
274
+ <button class="text-red-400 hover:text-red-300">
275
+ <i class="fas fa-times"></i>
276
+ </button>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ <div class="flex justify-between items-center">
281
+ <button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 rounded-md text-sm font-medium transition">
282
+ <i class="fas fa-plus mr-2"></i>Add Custom App
283
+ </button>
284
+ <button class="px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-sm font-medium transition">
285
+ <i class="fas fa-check mr-2"></i>Apply Changes
286
+ </button>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Security & Privacy Card -->
292
+ <div class="bg-gray-800 rounded-lg shadow-md overflow-hidden">
293
+ <div class="px-6 py-4 border-b border-gray-700">
294
+ <h3 class="text-lg font-medium text-white flex items-center">
295
+ <i class="fas fa-shield-alt mr-2 text-blue-400"></i>
296
+ Security & Privacy
297
+ </h3>
298
+ </div>
299
+ <div class="p-6">
300
+ <div class="space-y-4">
301
+ <div class="flex items-start">
302
+ <div class="flex items-center h-5">
303
+ <input id="telemetry" name="telemetry" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-600 rounded bg-gray-700">
304
+ </div>
305
+ <div class="ml-3 text-sm">
306
+ <label for="telemetry" class="font-medium text-gray-300">Disable Telemetry & Tracking</label>
307
+ <p class="text-gray-400">Prevents Windows from sending usage data to Microsoft</p>
308
+ </div>
309
+ </div>
310
+ <div class="flex items-start">
311
+ <div class="flex items-center h-5">
312
+ <input id="tpm" name="tpm" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-600 rounded bg-gray-700">
313
+ </div>
314
+ <div class="ml-3 text-sm">
315
+ <label for="tpm" class="font-medium text-gray-300">Remove TPM Requirement</label>
316
+ <p class="text-gray-400">Bypasses hardware requirements for Windows 11</p>
317
+ </div>
318
+ </div>
319
+ <div class="flex items-start">
320
+ <div class="flex items-center h-5">
321
+ <input id="secureboot" name="secureboot" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-600 rounded bg-gray-700">
322
+ </div>
323
+ <div class="ml-3 text-sm">
324
+ <label for="secureboot" class="font-medium text-gray-300">Bypass Secure Boot</label>
325
+ <p class="text-gray-400">Allows installation on systems without Secure Boot</p>
326
+ </div>
327
+ </div>
328
+ <div class="flex items-start">
329
+ <div class="flex items-center h-5">
330
+ <input id="defender" name="defender" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-600 rounded bg-gray-700">
331
+ </div>
332
+ <div class="ml-3 text-sm">
333
+ <label for="defender" class="font-medium text-gray-300">Disable Windows Defender</label>
334
+ <p class="text-gray-400">Turns off real-time protection and background scanning</p>
335
+ </div>
336
+ </div>
337
+ </div>
338
+ <div class="mt-6">
339
+ <button class="w-full px-4 py-2 bg-green-600 hover:bg-green-700 rounded-md text-sm font-medium transition">
340
+ <i class="fas fa-save mr-2"></i>Save Security Settings
341
+ </button>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Drivers & Updates Section -->
348
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-6">
349
+ <!-- Add Drivers Card -->
350
+ <div class="bg-gray-800 rounded-lg shadow-md overflow-hidden">
351
+ <div class="px-6 py-4 border-b border-gray-700">
352
+ <h3 class="text-lg font-medium text-white flex items-center">
353
+ <i class="fas fa-plug mr-2 text-blue-400"></i>
354
+ Add Drivers
355
+ </h3>
356
+ </div>
357
+ <div class="p-6">
358
+ <div class="mb-4">
359
+ <label class="block text-sm font-medium text-gray-300 mb-2">Driver Source</label>
360
+ <div class="flex">
361
+ <input type="text" class="flex-1 bg-gray-700 border border-gray-600 rounded-l-md px-4 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="C:\path\to\drivers">
362
+ <button class="bg-gray-600 hover:bg-gray-500 px-4 py-2 rounded-r-md text-sm font-medium transition">
363
+ <i class="fas fa-folder-open"></i>
364
+ </button>
365
+ </div>
366
+ </div>
367
+ <div class="h-40 overflow-y-auto custom-scrollbar bg-gray-700 rounded-md p-4 mb-4">
368
+ <div class="text-sm text-gray-300">
369
+ <div class="flex items-center py-2 border-b border-gray-600">
370
+ <i class="fas fa-microchip mr-3 text-blue-400"></i>
371
+ <span>Intel Chipset Drivers (v10.1.18.14)</span>
372
+ </div>
373
+ <div class="flex items-center py-2 border-b border-gray-600">
374
+ <i class="fas fa-ethernet mr-3 text-blue-400"></i>
375
+ <span>Realtek Network Drivers (v10.50.0.7)</span>
376
+ </div>
377
+ <div class="flex items-center py-2">
378
+ <i class="fas fa-video mr-3 text-blue-400"></i>
379
+ <span>NVIDIA Graphics Drivers (v512.95)</span>
380
+ </div>
381
+ </div>
382
+ </div>
383
+ <div class="flex space-x-4">
384
+ <button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 rounded-md text-sm font-medium transition">
385
+ <i class="fas fa-plus mr-2"></i>Add Drivers
386
+ </button>
387
+ <button class="px-4 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
388
+ <i class="fas fa-trash mr-2"></i>Remove Selected
389
+ </button>
390
+ </div>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- Windows Updates Card -->
395
+ <div class="bg-gray-800 rounded-lg shadow-md overflow-hidden">
396
+ <div class="px-6 py-4 border-b border-gray-700">
397
+ <h3 class="text-lg font-medium text-white flex items-center">
398
+ <i class="fas fa-sync mr-2 text-blue-400"></i>
399
+ Windows Updates
400
+ </h3>
401
+ </div>
402
+ <div class="p-6">
403
+ <div class="mb-4">
404
+ <label class="block text-sm font-medium text-gray-300 mb-2">Update Source</label>
405
+ <div class="flex space-x-4">
406
+ <button class="flex-1 px-4 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
407
+ <i class="fas fa-download mr-2"></i>Download Latest
408
+ </button>
409
+ <button class="flex-1 px-4 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
410
+ <i class="fas fa-folder-open mr-2"></i>Local Folder
411
+ </button>
412
+ </div>
413
+ </div>
414
+ <div class="h-40 overflow-y-auto custom-scrollbar bg-gray-700 rounded-md p-4 mb-4">
415
+ <div class="text-sm text-gray-300">
416
+ <div class="flex items-center py-2 border-b border-gray-600">
417
+ <i class="fas fa-check-circle mr-3 text-green-400"></i>
418
+ <span>KB5015814 - 2022-07 Cumulative Update</span>
419
+ </div>
420
+ <div class="flex items-center py-2 border-b border-gray-600">
421
+ <i class="fas fa-check-circle mr-3 text-green-400"></i>
422
+ <span>KB5005565 - Servicing Stack Update</span>
423
+ </div>
424
+ <div class="flex items-center py-2">
425
+ <i class="fas fa-exclamation-triangle mr-3 text-yellow-400"></i>
426
+ <span>KB5005039 - Feature Update (Optional)</span>
427
+ </div>
428
+ </div>
429
+ </div>
430
+ <div class="flex space-x-4">
431
+ <button class="px-4 py-2 bg-blue-600 hover:bg-blue-700 rounded-md text-sm font-medium transition">
432
+ <i class="fas fa-plus mr-2"></i>Add Update
433
+ </button>
434
+ <button class="px-4 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
435
+ <i class="fas fa-trash mr-2"></i>Remove Selected
436
+ </button>
437
+ </div>
438
+ </div>
439
+ </div>
440
+ </div>
441
+
442
+ <!-- Final Actions -->
443
+ <div class="bg-gray-800 rounded-lg shadow-md overflow-hidden">
444
+ <div class="px-6 py-4 border-b border-gray-700">
445
+ <h3 class="text-lg font-medium text-white flex items-center">
446
+ <i class="fas fa-rocket mr-2 text-blue-400"></i>
447
+ Build & Export
448
+ </h3>
449
+ </div>
450
+ <div class="p-6">
451
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-6">
452
+ <div>
453
+ <label class="block text-sm font-medium text-gray-300 mb-2">Output Format</label>
454
+ <select class="w-full bg-gray-700 border border-gray-600 rounded-md px-4 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
455
+ <option>ISO Image</option>
456
+ <option>WIM File</option>
457
+ <option>ESD File</option>
458
+ </select>
459
+ </div>
460
+ <div>
461
+ <label class="block text-sm font-medium text-gray-300 mb-2">Output Directory</label>
462
+ <div class="flex">
463
+ <input type="text" class="flex-1 bg-gray-700 border border-gray-600 rounded-l-md px-4 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="C:\output">
464
+ <button class="bg-gray-600 hover:bg-gray-500 px-4 py-2 rounded-r-md text-sm font-medium transition">
465
+ <i class="fas fa-folder-open"></i>
466
+ </button>
467
+ </div>
468
+ </div>
469
+ <div>
470
+ <label class="block text-sm font-medium text-gray-300 mb-2">ISO Label</label>
471
+ <input type="text" class="w-full bg-gray-700 border border-gray-600 rounded-md px-4 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="Win11_Custom">
472
+ </div>
473
+ </div>
474
+ <div class="flex justify-between items-center">
475
+ <div class="flex items-center text-sm text-gray-400">
476
+ <i class="fas fa-info-circle mr-2 text-blue-400"></i>
477
+ <span>Estimated size: 4.7 GB</span>
478
+ </div>
479
+ <div class="flex space-x-4">
480
+ <button class="px-6 py-2 bg-gray-700 hover:bg-gray-600 rounded-md text-sm font-medium transition">
481
+ <i class="fas fa-tasks mr-2"></i>Validate
482
+ </button>
483
+ <button class="px-6 py-2 bg-green-600 hover:bg-green-700 rounded-md text-sm font-medium transition">
484
+ <i class="fas fa-play mr-2"></i>Start Build
485
+ </button>
486
+ </div>
487
+ </div>
488
+ </div>
489
+ </div>
490
+ </div>
491
+ </main>
492
+ </div>
493
+
494
+ <!-- Status Bar -->
495
+ <footer class="bg-gray-800 border-t border-gray-700 px-4 py-2 flex items-center justify-between text-xs text-gray-400">
496
+ <div class="flex items-center space-x-4">
497
+ <span><i class="fas fa-circle text-green-500 mr-1"></i> Ready</span>
498
+ <span><i class="fas fa-microchip mr-1"></i> DISM API v10.0.22000</span>
499
+ </div>
500
+ <div>
501
+ <span>WinCustomizer v1.0.0</span>
502
+ </div>
503
+ </footer>
504
+ </div>
505
+
506
+ <script>
507
+ // Simple drag and drop functionality for the bloatware list
508
+ document.addEventListener('DOMContentLoaded', function() {
509
+ const draggableItems = document.querySelectorAll('.draggable-item');
510
+
511
+ draggableItems.forEach(item => {
512
+ item.addEventListener('dragstart', function(e) {
513
+ e.dataTransfer.setData('text/plain', this.id);
514
+ this.classList.add('opacity-50');
515
+ });
516
+
517
+ item.addEventListener('dragend', function() {
518
+ this.classList.remove('opacity-50');
519
+ });
520
+ });
521
+
522
+ // Simple toggle for checkboxes
523
+ const checkboxes = document.querySelectorAll('input[type="checkbox"]');
524
+ checkboxes.forEach(checkbox => {
525
+ checkbox.addEventListener('change', function() {
526
+ const parentDiv = this.closest('.flex.items-start');
527
+ if (this.checked) {
528
+ parentDiv.querySelector('label').classList.add('text-blue-400');
529
+ } else {
530
+ parentDiv.querySelector('label').classList.remove('text-blue-400');
531
+ }
532
+ });
533
+ });
534
+
535
+ // Simulate progress bar for demo purposes
536
+ const buildButton = document.querySelector('button:contains("Start Build")');
537
+ if (buildButton) {
538
+ buildButton.addEventListener('click', function() {
539
+ alert('Build process started! This is a demo interface. In a real app, this would launch the image customization process.');
540
+ });
541
+ }
542
+ });
543
+ </script>
544
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=iresolver/wincustomizer" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
545
+ </html>