Checked with Grammarly

This commit is contained in:
2022-08-10 22:31:29 +05:30
parent 43cf2ed7f4
commit bb82ea3e65
32 changed files with 424 additions and 422 deletions

View File

@ -398,23 +398,23 @@ div.tocify {
<h1>Change Windows Edition</h1>
<hr />
<ul>
<li><p>You can find this option in MAS extras section.</p></li>
<li><p>You can find this option in the MAS extras section.</p></li>
<li><p>It can change the Windows 10-11 / Server Editions (Build 10240
and higher).</p></li>
<li><p>It uses official methods for changing editions.</p></li>
<li><p>Available editions are shown in script basis on<br />
<li><p>Available editions are shown in the script basis on<br />
<code>dism /online /english /Get-TargetEditions</code></p></li>
<li><p>Script is future proof, means on the release of new Windows /
Server editions, script doesnt need an update and can get the required
key from the system itself.</p></li>
<li><p>The script is future proof, which means on the release of new
Windows / Server editions, the script doesnt need an update and can get
the required key from the system itself.</p></li>
<li><p>Script blocks the change to/from CountrySpecific and CloudEdition
editions, since its offically not supported and user may face
editions since its officially not supported and the user may face
issues.</p></li>
<li><p>Internet needs to be turned off and a restart is required while
changing from Core (Home) to Non-Core (Pro, Enterprise etc)
changing from Core (Home) to Non-Core (Pro, Enterprise, etc)
edition.</p></li>
<li><p>Script can not change the Non-Core (Pro, Enterprise etc) to Core
(Home) edition.</p></li>
<li><p>The script can not change the Non-Core (Pro, Enterprise, etc) to
Core (Home) edition.</p></li>
</ul>
<hr />
</div>