Fix a broken link

This commit is contained in:
WindowsAddict 2024-09-06 04:40:36 +05:30
parent 7fb86ce6a5
commit 2817fb86bd

View File

@ -39,7 +39,7 @@
- This Powershell one-liner will work on Windows 8.1 and later versions only. - This Powershell one-liner will work on Windows 8.1 and later versions only.
- Make sure to use the below command beforehand to enable TLs1.2 on older Windows versions. - Make sure to use the below command beforehand to enable TLs1.2 on older Windows versions.
`[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12` `[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12`
- To change the edition through the command line, check [here](change_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases. - To change the edition through the command line, check [here](change_windows_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases.
------------------------------------------------------------------------ ------------------------------------------------------------------------