Last modified by Denisa Wernerová on 03.08.2023 12:57

From version 1.1
edited by sle0052
on 08.07.2015 10:45
Change comment: There is no comment for this version
To version 2.1
edited by Denisa Wernerová
on 29.08.2017 12:43
Change comment: Copied from xwiki:tuonet.win-ipv6-tunely

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Turning off tunneling IPv6 function in Windows 7/8 and Vista
1 +Turning off tunneling IPv6 function in Windows
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sle0052
1 +XWiki.wer022
Content
... ... @@ -5,34 +5,33 @@
5 5  * [[Turning off in the command line by command netsh>>||anchor="netsh"]]
6 6  * [[Edit the register by importing from file>>||anchor="import"]]
7 7  * [[Edit the register using Register Editor>>||anchor="editor"]]
8 +{{id name="netsch"/}}
8 8  
9 -(((
10 -== Turning off in the command line by command netsh ==
11 -)))
10 +**Turning off in the command line by command netsh**
12 12  
13 -1. In Windows 8 press **WinKey+X** and from shown list choose **Command Line (administrator)**.
12 +1. In **Windows 10/8** press **WinKey+X** and from shown list choose **Command Line (administrator)**.
14 14  
15 -In Windows 7 and Vista go via **Start**//, //type **cmd **into a searching field and confirm by pressing Enter or click on the searched program **cmd **(Command Line Windows). In case that your account doesn't have administrative privileges press above searched **cmd** right mouse button and choose **"Run as administrator"**.
16 -\\
17 -[[[[image:011.png||width="665"]]>>attach:011.png||rel="__blank"]]
14 +In **Windows 7** go via **Start**//, //type **cmd **into a searching field and confirm by pressing Enter or click on the searched program **cmd **(Command Line Windows). In case that your account doesn't have administrative privileges press above searched **cmd** right mouse button and choose **Run as administrator**.
18 18  
16 +[[[[image:01.png||alt="011.png" width="530"]]>>attach:01.png||rel="__blank"]]
17 +
19 19  1. Write following command into a command line and confirm their execution by pressing Enter:
20 20  ## netsh interface ipv6 set teredo disabled ##
21 21  ## netsh interface ipv6 6to4 set state disabled ##
22 22  ## netsh interface ipv6 isatap set state disabled ##
23 23  
24 -[[[[image:012.png||width="611"]]>>attach:012.png||rel="__blank"]]
23 +[[[[image:02.png||alt="012.png" width="490"]]>>attach:02.png||rel="__blank"]]
25 25  
26 26  1. Verify turning off the IPv6 tunnels can be done again in the command line cmd by listing command ipconfigg:
27 - Type **ipconfig **in the command line and confirm by pressing **Enter**.
28 - There** shouldn't be displayed** Adapters for tunnel connection.. in the listing.
26 +Type **ipconfig **in the command line and confirm by pressing **Enter**.
27 +There** shouldn't be displayed** Adapters for tunnel connection.. in the listing.
29 29  
30 -[[[[image:002.png||width="632"]]>>attach:002.png||rel="__blank"]]
29 +[[[[image:03.png||alt="002.png" width="510"]]>>attach:03.png||rel="__blank"]]
31 31  
32 32  {{id name="import"/}}
33 33  
34 34  (((
35 -== Edit the register by importing from file ==
34 +**Edit the register by importing from file**
36 36  )))
37 37  
38 38  After this register edit will be turned off tunneling IPv6 functions.
... ... @@ -55,10 +55,8 @@
55 55  1. After edit register Windows is necessary to reboot the computer.
56 56  {{id name="editor"/}}
57 57  
58 -
59 -
60 60  (((
61 -== Modification of registers using Register Editor ==
58 +**Modification of registers using Register Editor**
62 62  )))
63 63  
64 64  1. Go via S**tart** and choose **Run...** and type **regedit** into the window **open** and click on **OK**
... ... @@ -67,6 +67,6 @@
67 67   By clicking right mouse button open the menu and choose New and choose Value DWORD (32bit).
68 68   Rename item to **DisabledComponents** and choose it't value to **1**.
69 69  
70 -[[[[image:001.png||width="680"]]>>attach:001.png||rel="__blank"]]
67 +[[[[image:04.png||alt="001.png" width="680"]]>>attach:04.png||rel="__blank"]]
71 71  
72 72  1. After edit register Windows is necessary to reboot the computer.