Run regedit command to open Registry Editor.
In left pane of Registry Editor window, navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
How to switch Windows Insider Channel in Windows 11
You should be able to locate BranchName registry string (REG_SZ). You can set it to channel name like Dev, Beta and Release Preview to opt for respective Windows Insider Channel.
Then go to following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection
How to switch Windows Insider Channel in Windows 11
Similar to step 3, set the UIBranch registry string (REG_SZ) to Dev, Beta and Release Preview. Make sure you fill same Value data for both the registry strings.
Once done, close Registry Editor and reboot.
Dans une bouteille en verre avec un bouchon a visse (pour pouvoir dégazer lentement)
Get-DnsClientServerAddress
Set-DNSClientServerAddress "Wi-Fi" --ServerAddresses ("1.1.1.1"," 8.8.8.8")
Set-DNSClientServerAddress "InterfaceAlias" --ServerAddresses ("preferred-DNS-address", "alternate-DNS-address")
Open Command Prompt and type ipconfig /flushdns.
This command will flush the DNS.
Set-DNSClientServerAddress --interfaceIndex 12 --ServerAddresses (“10.0.0.1”,”10.0.0.2”)