-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
707 lines (656 loc) · 41.2 KB
/
index.html
File metadata and controls
707 lines (656 loc) · 41.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Winhance - Windows Enhancement Utility</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="256x256" href="images/winhance-rocket.png">
<link rel="apple-touch-icon" sizes="256x256" href="images/winhance-rocket.png">
<!-- SEO Meta Tags -->
<meta name="description"
content="Winhance is an easy-to-use tool designed to help you debloat, optimize, and customize your Windows 10 or 11 system. Enhance your Windows experience by effortlessly removing unwanted features, improving performance and allowing customization.">
<meta name="keywords"
content="Windows, optimization, debloat, customize, Windows 10, Windows 11, performance, system utility, open source">
<meta name="author" content="memstechtips">
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://winhance.net/">
<meta property="og:title" content="Winhance - Windows Enhancement Utility">
<meta property="og:description"
content="Enhance your Windows experience by effortlessly debloating, optimizing and customizing your system, giving you more control over how Windows performs.">
<meta property="og:image" content="https://winhance.net/images/winhance-hero.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://winhance.net/">
<meta name="twitter:title" content="Winhance - Windows Enhancement Utility">
<meta name="twitter:description"
content="Enhance your Windows experience by effortlessly debloating, optimizing and customizing your system, giving you more control over how Windows performs.">
<meta name="twitter:image" content="https://winhance.net/images/winhance-hero.png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;500;600;700&display=swap">
</head>
<body>
<!-- Header -->
<header>
<div class="container header-container">
<div class="logo">
<img src="images/winhance-rocket.png" alt="Winhance Logo">
<h1>Winhance</h1>
</div>
<ul class="nav-links">
<li>
<a href="#hero">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
<span>Home</span>
</a>
</li>
<li>
<a href="#features">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<span>Features</span>
</a>
</li>
<li>
<a href="#faq">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
<line x1="9" y1="10" x2="9.01" y2="10"></line>
<line x1="15" y1="10" x2="15.01" y2="10"></line>
</svg>
<span>FAQ</span>
</a>
</li>
<li>
<a href="docs/index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
</svg>
<span>Docs</span>
</a>
</li>
<li class="nav-icons-group">
<a href="https://github.com/memstechtips/Winhance" target="_blank" class="icon-btn github-btn"
title="GitHub">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
<a href="https://www.discord.gg/zWGANV8QAX" target="_blank" class="icon-btn discord-btn"
title="Join Discord">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z" />
</svg>
</a>
<a href="https://ko-fi.com/memstechtips" target="_blank" class="icon-btn kofi-btn"
title="Support on Ko-fi">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24">
<path fill="currentColor"
d="M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916zM18.052 12.937c-.928.116-1.682.028-1.682.028V7.284h1.77s1.971.551 1.971 2.638c0 1.913-.985 2.667-2.059 3.015z" />
<path fill="#FF5E5B"
d="M12.819 12.459c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963 1.904.82 1.832 3.011.723 4.311z" />
</svg>
</a>
<a href="https://paypal.me/memstech" target="_blank" class="icon-btn paypal-btn"
title="Support via PayPal">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M20.067 8.478c.492.88.556 2.014.3 3.327-.74 3.806-3.276 5.12-6.514 5.12h-.5a.805.805 0 0 0-.794.68l-.04.22-.63 3.993-.028.15a.805.805 0 0 1-.794.679H7.72a.483.483 0 0 1-.477-.558L7.418 21h1.518l.95-6.02h1.385c4.678 0 7.75-2.203 8.796-6.502zm-2.96-5.09c.762.868.983 1.81.752 3.285-.019.123-.04.24-.062.36-.735 3.773-3.089 5.446-6.956 5.446H8.957c-.63 0-1.174.414-1.354 1.002l-.014-.002-.93 5.894H3.121a.051.051 0 0 1-.05-.06l2.598-16.459A.95.95 0 0 1 6.607 2h5.976c2.013 0 3.38.405 4.524 1.388z" />
</svg>
</a>
</li>
<li class="nav-download-btn">
<a href="https://github.com/memstechtips/Winhance/releases/latest/download/Winhance.Installer.exe"
class="btn btn-accent btn-nav-download">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
<span>Download</span>
</a>
</li>
</ul>
</div>
</header>
<!-- Hero Section -->
<section class="hero" id="hero">
<div id="download"></div>
<div class="container">
<!-- Badges above title -->
<div class="badges-container">
<a href="https://github.com/memstechtips/Winhance" target="_blank" class="github-stars-badge">
<span class="github-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="white">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</span>
<span class="text">10.5k+ GitHub Stars</span>
</a>
<a href="https://memstechtips.com/" target="_blank" class="made-by-badge">
<span class="text">Made with</span>
<span class="heart-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"
fill="#ff0000">
<path
d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
</span>
<span class="text">by Memory</span>
</a>
</div>
<!-- Title stretched horizontally -->
<div class="hero-heading">
<h1 data-text="The Windows Enhancement Utility">The Windows <span
style="color: var(--accent-color);">Enhancement Utility</span></h1>
</div>
<!-- Description stretched horizontally -->
<div class="hero-description">
<p>Enhance your Windows experience by effortlessly debloating, optimizing and customizing your system,
giving you more control over how Windows performs.</p>
</div>
<div class="hero-content">
<div class="hero-image-container">
<img src="images/winhance-hero.png" alt="Winhance Hero Image" class="hero-image">
</div>
</div>
<!-- Info line with Requirements, Latest Release, Downloads -->
<div class="hero-info-line">
<span class="info-item">Requirements: <strong>Windows 10 x64 | Windows 11</strong></span>
<span class="info-separator">•</span>
<span class="info-item">Latest Release: <strong class="version-number">v26.05.22</strong></span>
<span class="info-separator">•</span>
<span class="info-item">Downloads: <strong class="download-count">1.3M+</strong></span>
</div>
<!-- PowerShell Command Block -->
<div class="powershell-command-wrapper">
<div class="powershell-tooltip">Paste this command into PowerShell to download the installer</div>
<div class="powershell-command-container">
<code id="powershell-code">irm "https://get.winhance.net" | iex</code>
<button class="copy-btn" id="copy-powershell-btn" title="Copy to clipboard">
<svg class="copy-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
<svg class="checkmark-icon" xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" style="display: none;">
<polyline points="20 6 9 17 4 12"></polyline>
</svg>
</button>
</div>
</div>
<!-- Centered action buttons -->
<div class="hero-actions">
<div class="btn-row btn-row-primary">
<a href="https://github.com/memstechtips/Winhance/releases/latest/download/Winhance.Installer.exe"
class="btn btn-accent btn-download-main" id="installerDownloadBtn">
<span class="btn-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</span>
<span>Download Winhance</span>
</a>
<a href="https://youtu.be/m4i9wroDOjA" target="_blank" class="btn btn-outline btn-demo">
<span class="btn-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
</svg>
</span>
<span>Watch Demo</span>
</a>
<a href="docs/index.html" class="btn btn-outline btn-docs">
<span class="btn-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
</svg>
</span>
<span>Read Docs</span>
</a>
</div>
<div class="btn-row btn-row-support">
<a href="https://ko-fi.com/memstechtips" target="_blank" class="btn btn-support">
<span class="btn-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
<path fill="currentColor"
d="M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916zM18.052 12.937c-.928.116-1.682.028-1.682.028V7.284h1.77s1.971.551 1.971 2.638c0 1.913-.985 2.667-2.059 3.015z" />
<path fill="#FF5E5B"
d="M12.819 12.459c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963 1.904.82 1.832 3.011.723 4.311z" />
</svg>
</span>
<span>Ko-fi</span>
</a>
<a href="https://paypal.me/memstech" target="_blank" class="btn btn-support">
<span class="btn-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M20.067 8.478c.492.88.556 2.014.3 3.327-.74 3.806-3.276 5.12-6.514 5.12h-.5a.805.805 0 0 0-.794.68l-.04.22-.63 3.993-.028.15a.805.805 0 0 1-.794.679H7.72a.483.483 0 0 1-.477-.558L7.418 21h1.518l.95-6.02h1.385c4.678 0 7.75-2.203 8.796-6.502zm-2.96-5.09c.762.868.983 1.81.752 3.285-.019.123-.04.24-.062.36-.735 3.773-3.089 5.446-6.956 5.446H8.957c-.63 0-1.174.414-1.354 1.002l-.014-.002-.93 5.894H3.121a.051.051 0 0 1-.05-.06l2.598-16.459A.95.95 0 0 1 6.607 2h5.976c2.013 0 3.38.405 4.524 1.388z" />
</svg>
</span>
<span>PayPal</span>
</a>
</div>
</div>
</div>
</section>
<!-- Media Testimonials - Featured In -->
<section class="media-testimonials">
<div class="container">
<div class="section-title" style="text-align: center;">
<h2 style="color: var(--light-text);">Featured In</h2>
</div>
<div class="media-testimonials-slider">
<div class="media-testimonials-track">
<!-- XDA Developers -->
<a href="https://www.xda-developers.com/winhance-customization-optimization-tool-windows-11/"
target="_blank" class="media-testimonial-card">
<div class="media-name">XDA-Developers</div>
<div class="media-quote-text">"Best free and open-source tool to customize Windows 11"</div>
</a>
<!-- BetaNews -->
<a href="https://betanews.com/2025/05/06/our-favorite-free-windows-customization-tool-just-got-updated-download-winhance-5-now/"
target="_blank" class="media-testimonial-card">
<div class="media-name">BetaNews</div>
<div class="media-quote-text">"Our favorite free Windows customization tool..."</div>
</a>
<!-- YouTube - Mike's unboxing -->
<a href="https://www.youtube.com/watch?v=xznXOILGqF8" target="_blank"
class="media-testimonial-card">
<div class="media-name">Mike's unboxing</div>
<div class="media-quote-text">"BEST Windows 11 Debloating Tool..."</div>
</a>
<!-- YouTube - CyberCPU Tech -->
<a href="https://youtu.be/Bk_Ll3UvEA8" target="_blank" class="media-testimonial-card">
<div class="media-name">CyberCPU Tech</div>
<div class="media-quote-text">"Winhance makes debloating and customizing Windows 11 ridiculously
easy"</div>
</a>
<!-- YouTube - Britec09 -->
<a href="https://youtu.be/nphUCnjJc7U" target="_blank" class="media-testimonial-card">
<div class="media-name">Britec09</div>
<div class="media-quote-text">"This Windows 11 Install Changes Everything"</div>
</a>
<!-- YouTube - Britec09 (25H2 Debloat Guide) -->
<a href="https://youtu.be/UvXQg8nqyks" target="_blank" class="media-testimonial-card">
<div class="media-name">Britec09</div>
<div class="media-quote-text">"Windows 11 25H2 Debloat Guide: Remove Bloatware & Disable Telemetry"</div>
</a>
<!-- PCWorld -->
<a href="https://www.pcworld.com/article/3056694/strip-out-windows-11s-bloatware-ads-and-other-grossness-for-free.html"
target="_blank" class="media-testimonial-card">
<div class="media-name">PCWorld</div>
<div class="media-quote-text">"...makes debloating and configuring Windows almost as easy as
Linux."</div>
</a>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<div class="container">
<div class="section-title">
<h2>Key Features</h2>
</div>
<div class="feature-item animate-fadeInUp">
<div class="feature-text">
<h3>📦 Software & Apps Management</h3>
<ul>
<li>Install or Remove Windows Apps & Features
<ul>
<li>Microsoft Edge, OneDrive, Copilot, Recall and other Windows Packages, Capabilities
and Optional Features</li>
</ul>
</li>
<li>Install Additional External Software like:
<ul>
<li>Browsers, Multimedia Apps, Document Viewers and any other apps you need when setting
up a fresh Windows installation</li>
</ul>
</li>
</ul>
<a href="#download" class="btn">Download Now</a>
</div>
<div class="feature-image">
<img src="images/software-apps-view.png" alt="Software & Apps">
</div>
</div>
<div class="feature-item animate-fadeInUp">
<div class="feature-text">
<h3>🚀 Optimizations</h3>
<p>Enhance your system for better performance with access to:</p>
<ul>
<li>Privacy & Security Settings</li>
<li>Power Settings</li>
<li>Gaming & Performance Settings</li>
<li>Windows Update Settings</li>
<li>Notification Settings</li>
<li>Sound Settings</li>
</ul>
<a href="#download" class="btn">Download Now</a>
</div>
<div class="feature-image">
<img src="images/optimize-view.png" alt="Optimize">
</div>
</div>
<div class="feature-item animate-fadeInUp">
<div class="feature-text">
<h3>🎨 Customizations</h3>
<p>Customize your Windows experience with access to:</p>
<ul>
<li>Windows Theme (Light/Dark Mode) Settings</li>
<li>Taskbar Settings</li>
<li>Start Menu Settings</li>
<li>Explorer Settings</li>
</ul>
<a href="#download" class="btn">Download Now</a>
</div>
<div class="feature-image">
<img src="images/customize-view.png" alt="Customize">
</div>
</div>
<div class="feature-item animate-fadeInUp">
<div class="feature-text">
<h3>⚙️ Configuration System</h3>
<p>Save and restore your perfect Windows setup with ease:</p>
<ul>
<li>Export Configuration
<ul>
<li>Save all current Winhance settings to a config file</li>
</ul>
</li>
<li>Import Configuration
<ul>
<li>Import your own custom configuration file or apply the recommended Winhance config
for effortless debloating and optimization</li>
</ul>
</li>
</ul>
<a href="#download" class="btn">Download Now</a>
</div>
<div class="feature-image">
<img src="images/config-import-view.png" alt="Configuration System">
</div>
</div>
<div class="feature-item animate-fadeInUp">
<div class="feature-text">
<h3>🛠️ Advanced Tools</h3>
<p>Professional-grade tools for advanced Windows customization:</p>
<ul>
<li>WIMUtil - Windows Installation Media Utility
<ul>
<li>Create custom Windows ISO with autounattend.xml and integrated drivers</li>
</ul>
</li>
<li>Autounattend.xml Generator
<ul>
<li>Generate automated setup files based on your current selections in Winhance</li>
</ul>
</li>
</ul>
<div style="display: flex; gap: 15px; margin-top: 15px;">
<a href="#download" class="btn">Download Now</a>
<a href="docs/guides/wimutil.html" class="btn btn-outline"
style="border-color: var(--accent-color); color: var(--accent-color);">Read WIMUtil
Guide</a>
</div>
</div>
<div class="feature-image">
<img src="images/wimutil-view.png" alt="Advanced Tools - WIMUtil">
</div>
</div>
</div>
</section>
<!-- Documentation Section -->
<section class="docs-portal animate-fadeInUp">
<div class="container">
<div class="section-title" style="text-align: center;">
<h2 style="color: var(--light-text);">Documentation</h2>
<p style="color: #ccc; max-width: 600px; margin: 0 auto;">Everything you need to know about setting up
and using Winhance. Comprehensive guides for beginners and advanced users.</p>
</div>
<div class="docs-grid">
<a href="docs/getting-started/installation.html" class="docs-card">
<div class="docs-card-icon">🚀</div>
<h3>Getting Started</h3>
<p>Learn how to install Winhance using PowerShell or the manual installer. Includes system
requirements and quick start steps.</p>
<span class="docs-card-link">Read Guide →</span>
</a>
<a href="docs/features/optimize.html" class="docs-card">
<div class="docs-card-icon">⚙️</div>
<h3>Features Overview</h3>
<p>Detailed explanations of every optimization and customization setting. Understand what each
toggle does before applying it.</p>
<span class="docs-card-link">Read Guide →</span>
</a>
<a href="docs/guides/wimutil.html" class="docs-card">
<div class="docs-card-icon">🛠️</div>
<h3>Advanced Guides</h3>
<p>Step-by-step instructions for WIMUtil, Autounattend generator, and configuration management for
power users.</p>
<span class="docs-card-link">Read Guide →</span>
</a>
</div>
</div>
</section>
<!-- User Testimonials -->
<section class="testimonials">
<div class="container">
<div class="section-title" style="text-align: center;">
<h2 style="color: var(--light-text);">User Testimonials</h2>
<div class="stars" style="color: var(--accent-color); font-size: 24px; margin-top: 10px;">★★★★★</div>
</div>
<div class="testimonials-slider">
<div class="testimonials-track">
<!-- Testimonial 1 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Nice work on the debloater for Windows, saved me a lot of time.</p>
<div class="testimonial-author">A.D.C.</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Thank you for Winhance, it's amazing keep up the good work!</p>
<div class="testimonial-author">H.A.</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Winhance is Awesome!</p>
<div class="testimonial-author">J.M.</div>
</div>
<!-- Testimonial 4 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Extremely helpful, keep up the amazing work!</p>
<div class="testimonial-author">D.S.</div>
</div>
<!-- Testimonial 5 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">A great piece of software - and many thanks.</p>
<div class="testimonial-author">C.F.</div>
</div>
<!-- Testimonial 6 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Thank you for this amazing program!</p>
<div class="testimonial-author">R.H.</div>
</div>
<!-- Testimonial 7 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Thank you for making a great app to debloat Windows 11.</p>
<div class="testimonial-author">J.S.</div>
</div>
<!-- Testimonial 8 -->
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<p class="testimonial-text">Thank you for the great Winhance utility!</p>
<div class="testimonial-author">M.S.</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="cta">
<div class="container">
<h2>Ready to Optimize and Customize Your Windows Experience?</h2>
<a href="#download" class="btn btn-accent">Download Winhance</a>
</div>
</section>
<!-- FAQ Section -->
<section class="faq" id="faq">
<div class="container">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
</div>
<div class="faq-container">
<div class="faq-item">
<div class="faq-question">
<h3>What is Winhance?</h3>
<span class="faq-icon">+</span>
</div>
<div class="faq-answer">
<p>Winhance is an easy-to-use tool designed to help you debloat, optimize, and customize your
Windows 10 or 11 system. It gives you control over your Windows experience by removing
unwanted features, improving performance and allowing customization.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Is Winhance safe to use?</h3>
<span class="faq-icon">+</span>
</div>
<div class="faq-answer">
<p>Yes, Winhance is open-source, so the code is transparent and can be reviewed by anyone. Most
of the settings it applies are reversable and all modifications are clearly explained so you
know exactly what's happening to your system.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Which Windows versions are supported?</h3>
<span class="faq-icon">+</span>
</div>
<div class="faq-answer">
<p>Winhance supports both Windows 10 and Windows 11 64-bit versions. It's regularly updated to
ensure compatibility with the latest Windows updates and features.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Do I need technical knowledge to use Winhance?</h3>
<span class="faq-icon">+</span>
</div>
<div class="faq-answer">
<p>No, Winhance is designed to be user-friendly. The interface is intuitive with clear
descriptions for each option. You can easily select which optimizations or customizations
you want to apply without needing advanced technical knowledge. If you still feel stuck,
watch the demo video.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>What's the difference between the installer and portable versions during the installation
wizard?</h3>
<span class="faq-icon">+</span>
</div>
<div class="faq-answer">
<p>The installer version integrates Winhance into your system, creating shortcuts and making it
easily accessible from the Start menu. The portable version doesn't require installation and
can be run directly from any location, including external drives. Both versions offer the
same features and functionality.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Can I undo changes made by Winhance?</h3>
<span class="faq-icon">+</span>
</div>
<div class="faq-answer">
<p>Yes, many features have toggle options that allow you to revert specific changes. The tool is
designed to be non-destructive, giving you control over your system's configuration.
However, some Windows apps and features cannot be reinstalled or reenabled after removal,
but there are clear indicators about this in the GUI.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-column">
<h3>Winhance</h3>
<p>Enhance your Windows experience by effortlessly debloating, optimizing and customizing your
system, giving you more control over how Windows performs.</p>
<p class="requirements">• Windows 10 x64 | Windows 11</p>
<p class="footer-version">Version v26.05.22</p>
</div>
<div class="footer-column">
<h3>Links</h3>
<ul class="footer-links">
<li><a href="#features">Features</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="docs/index.html">Documentation</a></li>
<li><a href="https://github.com/memstechtips/Winhance" target="_blank">GitHub</a></li>
<li><a href="https://www.discord.gg/zWGANV8QAX" target="_blank">Discord</a></li>
<li><a href="https://ko-fi.com/memstechtips" target="_blank">Ko-fi</a></li>
<li><a href="https://paypal.me/memstech" target="_blank">PayPal</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Winhance. All rights reserved. | Made with <a href="https://memstechtips.com/"
target="_blank" class="footer-made-by"><span class="footer-heart-icon"><svg
xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"
fill="#ff0000">
<path
d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg></span> by Memory</a></p>
</div>
</div>
</footer>
<script src="scripts.js"></script>
</body>
</html>