- ID da verificação
- 85ac0270-0286-4c84-9ab4-7782620c7d3fConcluído
- URL enviado:
- https://winaerotweaker.com/
- Relatório concluído:
Links · 80 encontrado(s)
Os links de saída identificados na página
Link | Texto |
---|---|
https://winaero.com/blog/winaero-tweaker-faq/ | FAQ |
https://winaero.com/ | Blog |
https://winaero.com/category/winaero-tweaker/ | Announcements |
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CYECH2VLNQPCA&source=url | Donate |
https://www.twitter.com/winaero | |
https://t.me/winaero | |
https://www.youtube.com/user/hb860 | |
https://winaero.com/winaero-apps/ | Winaero.com |
https://winaero.com/blog/the-list-of-winaero-tweaker-features/ | The list of Winaero Tweaker features |
https://winaero.com/winaero-tweaker-1-63-is-available/ | Release notes |
Variáveis JavaScript · 4 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
UpdateDownloadNumber | function |
Mensagens de registro do console · 0 encontrada(s)
Mensagens registradas no console web
HTML
O corpo HTML bruto da página
<!DOCTYPE html><html lang="en"><head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Winaero Tweaker</title>
<meta name="description" content="The ultimate all-in-one tweaker for Windows 11, Windows 10, Windows 8, and Windows 7.">
<meta name="author" content="Sergey Tkachenko">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script>
function UpdateDownloadNumber() {
var oReq = new XMLHttpRequest();
oReq.onload = function() {
document.getElementById("download_number").innerHTML = this.responseText;
};
oReq.open("get", "/download/counter.php", true);
oReq.send();
}
</script>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="skeleton/dist/css/normalize.css">
<link rel="stylesheet" href="skeleton/dist/css/skeleton.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="apple-touch-icon" sizes="57x57" href="/images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#003d62">
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
<meta name="theme-color" content="#003d62">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="bg-top">
<div class="bg-dim-fc-white">
<nav class="navbar">
<div class="navbar-flex navbar-flex-center navbar-flex-items-center navbar-flex-justify-between">
<div> </div>
<div class="navbar-flex navbar-flex-items-center">
<ul class="navbar-list">
<li class="navbar-item"><a class="navbar-link" href="#about">About</a></li>
<li class="navbar-item"><a class="navbar-link" href="#features">Features</a></li>
<li class="navbar-item"><a class="navbar-link" href="#screens">Screenshots</a></li>
<li class="navbar-item"><a class="navbar-link" href="#history">Versions</a></li>
<li class="navbar-item"><a class="navbar-link" href="https://winaero.com/blog/winaero-tweaker-faq/">FAQ</a></li>
<li class="navbar-item"><a class="navbar-link" href="https://winaero.com/">Blog</a></li>
<li class="navbar-item"><a class="navbar-link" href="https://winaero.com/category/winaero-tweaker/">Announcements</a></li>
<li class="navbar-item"><a class="navbar-link" href="#eula">License</a></li>
</ul>
</div>
</div>
</nav>
<!-- App Header
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section app">
<div class="container">
<div id="appname">
<div id="applogo"></div>
<h1>Winaero Tweaker</h1>
</div>
<h4>The ultimate all-in-one app for tuning Windows 11, Windows 10, Windows 8, and Windows 7.</h4>
</div>
</div>
</div>
</div>
<!-- Download
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section download" id="download">
<div class="container">
<h2 class="section-heading"><i class="fas fa-download"></i> Get the app</h2>
<h4>Download Winaero Tweaker</h4>
<h4>No telemetry/spyware/ads</h4>
<a class="button button-primary download" href="/download/"><i class="fas fa-download"></i> Download</a>
<a class="button button-primary learn" href="#features"><i class="fas fa-info-circle"></i> Learn more</a>
<a class="button button-primary donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CYECH2VLNQPCA&source=url"><i class="fas fa-dollar-sign"></i> Donate</a>
<p>Downloaded: <span id="download_number">5178593</span></p>
<script>UpdateDownloadNumber();</script>
<p>Stay in touch: <a title="Winaero on Twitter" href="https://www.twitter.com/winaero"><i class="fab fa-twitter fa-3x"></i></a> <a title="Join our Telegram channel" href="https://t.me/winaero"><i class="fab fa-telegram fa-3x"></i></a> <a title="Winaero on YouTube" href="https://www.youtube.com/user/hb860"><i class="fab fa-youtube fa-3x"></i></a> </p>
</div>
</div>
<!-- About
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section about" id="about">
<div class="container">
<h2 class="section-heading"><i class="fas fa-info-circle"></i> About</h2>
<div class="justify"><p>Winaero Tweaker is a freeware app created by myself, Sergey Tkachenko. It is an all-in-one application that comes with dozens of options for fine-grained tuning of various Windows settings and features.</p>
<p>It also includes most options which were available in free standalone apps at <a href="https://winaero.com/winaero-apps/">Winaero.com</a> and extends them as much as possible.</p>
<p>This web site is a new home for the app. It is ads-free, scripts-free, and web tracking-free.</p></div>
</div>
</div>
<!-- Features
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section features" id="features">
<div class="container">
<h2 class="section-heading"><i class="fas fa-cogs"></i> Features</h2>
<div class="justify">
<p>Winaero Tweaker comes with plenty of features and tweaks. To name a few of them:</p>
<ul>
<li>Shortcut tools that you can use
<ul>
<li>To launch an app as Administrator without a UAC confirmation.</li>
<li>To directly open any Control Panel applet or system folder.</li>
<li>To directly open any Settings page.</li>
<li>To create shortcuts to the classic Shut Down Windows dialog (Alt+F4), and Safe Mode.</li>
<li>To remove or customize the shortcut arrow overlay icon.</li>
<li>To remove the " - shortcut" suffix.</li>
<li>To remove blue arrows from compressed files.</li>
</ul>
</li>
<li>Manage Windows apps and features.
<ul>
<li>Restore classic Windows Photos Viewer to use it instead of Photos.</li>
<li>Restore the classic sound volume pop-up slider.</li>
<li>Permanently disable Windows Telemetry and Data Collection.</li>
<li>Permanently disable Windows Defender.</li>
<li>Permanently disable Windows Update.</li>
<li>Disable ads and unwanted app installation (Candy Crush Soda Saga, etc).</li>
<li>Enable the built-in Administrator account.</li>
<li>Enable automatic Registry backup.</li>
<li>Change drag-n-drop sensitivity.</li>
<li>Disable Action Center and notifications.</li>
<li>Reset icon cache.</li>
<li>Reset all Group Policy options at once.</li>
</ul>
</li>
<li>Networking options
<ul>
<li>Change the RDP port.</li>
<li>Make mapped drives accessible for elevated apps.</li>
</ul>
</li>
<li>Tune up Windows appearance
<ul>
<li>Customize folders in This PC.</li>
<li>Customize entries in Navigation Pane in File Explorer (in the left pane).</li>
<li>Rename and change the icon for the Quick Access entry.</li>
<li>Increase the taskbar transparency level.</li>
<li>Show time seconds in the taskbar clock.</li>
<li>Disable blur for the sign-in screen.</li>
<li>Customize fonts, and the Alt+Tab dialog appearance.</li>
<li>Change the title bar color for inactive windows.</li>
</ul>
</li>
<li>Context menus
<ul>
<li>Add handy context menus using a huge set of presets, e.g. to switch a Power Plan with one click, open a Command Prompt, add a Settings cascading menu - plenty of them.</li>
<li>Hide default entries from the context menu, e.g. Edit with Photos, Edit with Paint 3D, etc.</li>
<li>Add 'Run as Administrator' to VBS, MSI, CMD and BAT files.</li>
<li>Change the default app for the Edit context menu entry for images.</li>
</ul>
</li>
</ul>
<p>And much, MUCH more! Check out the following list of features:</p>
</div>
<a class="button button-primary featurelist" href="https://winaero.com/blog/the-list-of-winaero-tweaker-features/"><i class="fas fa-arrow-circle-right"></i> The list of Winaero Tweaker features</a>
</div>
</div>
<!-- Screenshots
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section screenshots" id="screens">
<div class="container">
<h2 class="section-heading"><i class="fas fa-images"></i> Screenshots</h2>
<p class="section-description">The user interface of the app features bookmarks, search, and the ability to hide tweaks you are not going to use. You can also create a Desktop shortcut to any of its tweaks.</p>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-unblock-cm.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-unblock-cm.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-drag-drop.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-drag-drop.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-taskbar-thumbnails.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-taskbar-thumbnails.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-this-pc.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-this-pc.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-remove-cm.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-remove-cm.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-reset-gp.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-reset-gp.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-shares-uac.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-shares-uac.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-elevated-shortcut.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-elevated-shortcut.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-inactive-color.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-inactive-color.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-navigation-pane.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-navigation-pane.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-photoviewer.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-photoviewer.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-cmd-cm.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-cmd-cm.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-defender.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-defender.png"></a>
</div>
</div>
<div class="row">
<div class="one-half column category">
<a href="images/tweaker-app-shortcut-arrow.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-shortcut-arrow.png"></a>
</div>
<div class="one-half column category">
<a href="images/tweaker-app-admin.png"><img alt="Winaero Tweaker" loading="lazy" class="u-max-full-width" src="images/tweaker-app-admin.png"></a>
</div>
</div>
</div>
</div>
<!-- Versions
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section history" id="history">
<div class="container">
<h2 class="section-heading"><i class="fas fa-clock"></i> Version history</h2>
<p class="section-description">Here is the list of releases</p>
<ul class="justify">
<li><code>1.63</code> <a href="https://winaero.com/winaero-tweaker-1-63-is-available/">Release notes</a></li>
<li><code>1.62.1</code> <a href="https://winaero.com/winaero-tweaker-1-62-is-available-with-fixes-and-one-new-feature/#v1621">Release notes</a></li>
<li><code>1.62</code> <a href="https://winaero.com/winaero-tweaker-1-62-is-available-with-fixes-and-one-new-feature/">Release notes</a></li>
<li><code>1.60.1</code> Version 1.60.1 fixed a crash in Terminal profiles context menu introduced in version 1.60.</li>
<li><code>1.60</code> <a href="https://winaero.com/winaero-tweaker-1-60-is-here/">Release notes</a></li>
<li><code>1.55</code> <a href="https://winaero.com/winaero-tweaker-1-55/">Release notes</a></li>
<li><code>1.54</code> <a href="https://winaero.com/winaero-tweaker-1-54-allows-you-to-manage-removed-file-explorer-settings-in-windows-11/">Release notes</a></li>
<li><code>1.53</code> <a href="https://winaero.com/winaero-tweaker-1-53-released/">Release notes</a></li>
<li><code>1.52</code> I found out that the "Disable Edge Updates" option in Winaero Tweaker is not effective in most consumer scenarios. So I have created an alternative implementation, which should work for everyone.</li>
<li><code>1.51</code> <ul><li>Fixed a crash in "Edge" options.</li><li>Added the "Select all/none/invert" options to the "Available Shell Locations" dialog.</li></ul></li>
<li><code>1.50</code> <a href="https://winaero.com/winaero-tweaker-1-50-is-here/">Release notes</a></li>
<li><code>1.40</code> <a href="https://winaero.com/winaero-tweaker-1-40-is-here-with-new-features-and-fixes/">Release notes</a></li>
<li><code>1.33</code> <a href="https://winaero.com/winaero-tweaker-1-33-allows-you-to-restore-the-classic-search-in-file-explorer/">Release notes</a></li>
<li><code>1.32</code> <a href="https://winaero.com/winaero-tweaker-1-32-is-here-a-minor-update-with-major-changes/">Release notes</a></li>
<li><code>1.31.0.1</code> <a href="https://winaero.com/winaero-tweaker-1-31-0-1-is-out-with-a-single-bug-fix/">Release notes</a></li>
<li><code>1.31</code> <a href="https://winaero.com/winaero-tweaker-1-31-is-out-with-a-couple-of-useful-options/">Release notes</a></li>
<li><code>1.30</code> <a href="https://winaero.com/winaero-tweaker-1-30-is-here-allows-you-to-move-windows-11-taskbar-and-more/">Release notes</a></li>
<li><code>1.20.1</code> Added the ability to restore the classic Start menu and taskbar in Windows 11. <a href="https://winaero.com/winaero-tweaker-1-20-1-get-back-windows-10-start-menu-and-taskbar-in-windows-11/">Learn more here</a>.</li>
<li><code>1.20</code> <a href="https://winaero.com/winaero-tweaker-1-20-is-out-with-windows-11-support-and-tons-of-new-features/">Release Notes</a></li>
<li><code>0.19.1</code> Added the ability to enable <a href="https://winaero.com/winaero-tweaker-0-19-1-allows-enabling-windows-10x-boot-animation/">Windows 10X boot animation</a></li>
<li><code>0.19</code> <a href="https://winaero.com/winaero-tweaker-0-19-released/">Release Notes</a></li>
<li><code>0.18</code> <a href="https://winaero.com/winaero-tweaker-0-18-is-out-with-windows-10-version-20h2-support-and-new-features/">Release Notes</a></li>
<li><code>0.17.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-17-1-is-here-with-2-fixes-and-1-new-feature/">Changes and fixes</a></li>
<li><code>0.17</code> <a href="https://winaero.com/blog/winaero-tweaker-0-17-is-available/">Release Notes</a></li>
<li><code>0.16.1</code> Fixes for 'Disable Windows Update', 'Disable Windows Defender' features, search feature improvements, the ability to disable 'End of Support' fullscreen notifications in Windows 7.</li>
<li><code>0.16</code> <a href="https://winaero.com/blog/winaero-tweaker-0-16-is-available-with-windows-10-version-1909-support/">Release Notes</a></li>
<li><code>0.15.1</code> This version comes with a fix for the Compact OS context menu option (it wasn't get getting deleted when you unticked the option), and includes reliability changes for the Change Startup Sound feature.</li>
<li><code>0.15</code> <a href="https://winaero.com/blog/winaero-tweaker-0-15-is-here-with-fixes-and-improvements/">Release Notes</a></li>
<li><code>0.14</code> <a href="https://winaero.com/blog/winaero-tweaker-0-14-is-out/">Release Notes</a></li>
<li><code>0.12.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-12-1-is-out-with-fixes-and-a-couple-of-new-features/">Release Notes</a></li>
<li><code>0.12</code> <a href="https://winaero.com/blog/winaero-tweaker-for-windows-10-version-1809/">Release Notes</a></li>
<li><code>0.11.2</code>
<ul><li>The "Show Menu Delay" option is now available again for Windows 10 version 1803+.</li>
<li>HiDPI fixes for the toolbar, the status bar, and the license agreement window.</li>
</ul>
</li>
<li><code>0.11.1</code> Fixed a crash that happens for some users when they open the Manage Bookmarks tab. </li>
<li><code>0.11</code> <a href="https://winaero.com/blog/winaero-tweaker-0-11-released/">Release Notes</a></li>
<li><code>0.10.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-10-2/">Release Notes</a></li>
<li><code>0.10.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-10-1-is-out/">Release Notes</a> </li>
<li><code>0.10</code> <a href="https://winaero.com/blog/winaero-tweaker-0-10/">Release Notes</a> </li>
<li><code>0.9</code> <a href="https://winaero.com/blog/winaero-tweaker-0-9/">Release Notes</a> </li>
<li><code>0.8</code> This is the first version of the app which supports import and export for changes you made! <a href="https://winaero.com/blog/winaero-tweaker-0-8-is-out/">Release Notes</a></li>
<li><code>0.7.0.4</code> <a href="https://winaero.com/blog/winaero-tweaker-0-7-0-4-released/">Release Notes</a></li>
<li><code>0.7.0.3</code> Disabled the accidentally enabled debug mode.</li>
<li><code>0.7.0.2</code>
<ul><li>Fixed the invalid state of the "Close All Tabs" checkbox for Edge.</li>
<li>Removed the extra messagebox in the Defender Tray Icon feature.</li>
</ul></li>
<li><code>0.7.0.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-7-0-1/">Release Notes</a></li>
<li><code>0.7</code> <a href="https://winaero.com/blog/winaero-tweaker-0-7/">Release Notes</a></li>
<li><code>0.6.0.10</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-10/">Release Notes</a></li>
<li><code>0.6.0.9</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-9-comes-with-ui-improvements-and-brand-new-tweaks/">Release Notes</a></li>
<li><code>0.6.0.8</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-8-is-out-with-14-new-features/">Release Notes</a></li>
<li><code>0.6.0.7</code> Comes with 13 new features and 11 bugfixes. <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-7-is-here-with-13-new-tweaks-and-11-fixes/">Release Notes</a> </li>
<li><code>0.6.0.6</code> Bugfixes only. <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-6/">Release Notes</a></li>
<li><code>0.6.0.5</code> Adds the ability to disable Lock Screen in Windows 10 Anniversary Update version 1607. <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-5-is-out/">Release Notes</a></li>
<li><code>0.6.0.4</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-4-is-out/">Release Notes</a> </li>
<li><code>0.6.0.3</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-3-is-out-with-a-couple-of-new-features/">Release Notes</a> </li>
<li><code>0.6.0.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-0-2-is-out-allows-to-disable-telemetry-in-windows-10-and-more/">Release Notes</a> </li>
<li><code>0.6.0.1</code> This is a maintenance release.
<ul><li>fixed a bug with Alt+Tab appearance (thumbnails were not scaled properly)</li>
<li>updated feature descriptions</li>
<li>updated the installer for Windows 7 which was trying to extract files created for Windows 8.</li>
</ul></li>
<li><code>0.6</code> <a href="https://winaero.com/blog/winaero-tweaker-0-6-is-out-with-a-lot-of-changes/">Release Notes</a> </li>
<li><code>0.5.0.6</code> <a href="https://winaero.com/blog/winaero-tweaker-0-5-0-6-is-out/">Release Notes</a> </li>
<li><code>0.5.0.5</code> <a href="https://winaero.com/blog/winaero-tweaker-0-5-0-5-is-out/">Release Notes</a> </li>
<li><code>0.5.0.4</code>
<ul><li>Fixed the Taskbar Transparency Level checkbox state.</li>
<li>Added a sign out request to Taskbar Transparency Level and Disable Quick Action Buttons.</li>
</ul></li>
<li><code>0.5.0.3</code> <a href="https://winaero.com/blog/winaero-tweaker-0-5-0-3-is-out/">Release Notes</a> </li>
<li><code>0.5.0.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-5-0-1-has-been-released/">Release Notes</a> </li>
<li><code>0.5</code> <a href="https://winaero.com/blog/winaero-tweaker-0-5-is-out-features-significant-improvements/">Release Notes</a> </li>
<li><code>0.4.0.3</code> <a href="https://winaero.com/blog/winaero-tweaker-0-4-0-3-has-been-released/">Release Notes</a> </li>
<li><code>0.4.0.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-4-0-2-is-out/">Release Notes</a> </li>
<li><code>0.4.0.1</code>
<ul><li>Fixed a crash when the user has OneDrive uninstalled.</li>
<li>Fixed wrong Libraries visibility detection under Windows 10/8.</li>
</ul></li>
<li><code>0.4</code> <a href="https://winaero.com/blog/winaero-tweaker-0-4-is-out/">Release Notes</a> </li>
<li><code>0.3.2.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3-2-2-is-out/">Release Notes</a> </li>
<li><code>0.3.2.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3-2-1-is-out/">Release Notes</a> </li>
<li><code>0.3.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3-2-released/">Release Notes</a> </li>
<li><code>0.3.1.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3-1-is-out-features-lots-of-useful-tweaks/">Release Notes</a> </li>
<li><code>0.3.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3-1-is-out-features-lots-of-useful-tweaks/">Release Notes</a>
<ul><li>The Colored title bars feature now comes with auto colorization enabled by default.</li>
<li>Added Advanced appearance->Menus. There you can change the height and font of menus in Windows 7, Windows 8/8.1 and Windows 10.</li>
<li>Added Advanced appearance->Title bars. There you can adjust height and font of titlebars and window buttons in Windows 7, Windows 8/8.1 and Windows 10.</li>
<li>Added Advanced appearance->Scrollbars. There you can adjust width of scrollbars and change the size of scrollbar buttons in Windows 7, Windows 8/8.1 and Windows 10.</li>
<li>Added Advanced appearance->Icons. There you can adjust the font of icons in Explorer and on Desktop. Also, here you can adjust icon spacing on Desktop in Windows 7, Windows 8/8.1 and Windows 10.</li>
<li>Added the ability to activate the Aero Lite theme.</li>
<li>The Window Borders feature is available now in Windows 10. It can be used to tweak borders in Aero Lite and in third-party themes (but not in the default Windows 10 theme which still has no borders!). </li>
<li>A bug was fixed in Appearance -> Custom accents. The "reset defaults" button was not working. This is fixed, it works now.</li>
<li>Various improvements to the code.</li>
</ul></li>
<li><code>0.3.0.2</code> Fixed the broken "Get colored title bars" feature in Windows 10. It works now.</li>
<li><code>0.3.0.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3-0-1-is-out/">Release Notes</a></li>
<li><code>0.3</code> <a href="https://winaero.com/blog/winaero-tweaker-0-3/">Release Notes</a></li>
<li><code>0.2.5</code> <a href="https://winaero.com/blog/winaero-tweaker-0-2-5-is-out/">Release Notes</a></li>
<li><code>0.2.4</code> <a href="https://winaero.com/blog/winaero-tweaker-0-2-4-released/">Release Notes</a></li>
<li><code>0.2.3.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-2-3-2-released/">Release Notes</a></li>
<li><code>0.2.3.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-2-3-1-released/">Release Notes</a></li>
<li><code>0.2.2</code> <a href="https://winaero.com/blog/winaero-tweaker-0-2-2-released/">Release Notes</a></li>
<li><code>0.2.1</code> <a href="https://winaero.com/blog/winaero-tweaker-0-2-1-released/">Release Notes</a></li>
<li><code>0.2</code> <a href="https://winaero.com/blog/winaero-tweaker-version-0-2/">Release Notes</a></li>
<li><code>0.1.0.1</code> <a href="https://winaero.com/blog/winaero-tweaker-is-updated-to-version-0-1-0-1/">Release Notes</a></li>
<li><code>0.1</code> <a href="https://winaero.com/blog/winaero-tweaker-released/">Initial release</a>.</li>
</ul>
</div>
</div>
<!-- EULA
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section eula" id="eula">
<div class="container">
<h2 class="section-heading"><i class="fas fa-user"></i> End-user license agreement</h2>
<div class="justify"><p>This software is provided free of charge by Winaero.com but Sergey Tkachenko, called futher as "author", retains copyright. You are not allowed to make any copies or redistribute this software including but not limited to making the software available for download or making this software part of a software CD or any other media compilation. For the exception case you should contact the author directly via email to get the permission.</p>
<p>You are not allowed to sell or to rent this software. You are not allowed to reverse engineer this software.</p>
<p>This software is distributed 'as-is', without any express or implied warranty. The author is not responsible for possible damage, which is caused by use of the software.</p></div>
</div>
</div>
<!-- Credits
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section credits" id="credits">
<div class="container">
<h2 class="section-heading"><i class="fas fa-check-circle"></i> Credits</h2>
<p>© <a href="https://winaero.com">Winaero.com</a>. Created by Sergey Tkachenko. This website is powered by <a href="http://getskeleton.com/">Skeleton</a> and <a href="https://fontawesome.com/">Font Awesome</a>.</p>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body></html>