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 3.1
edited by Denisa Wernerová
on 03.08.2023 12:57
Change comment: Imported from XAR

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,28 @@
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. Press **WinKey+X** and from shown list choose **Command Line (administrator)**.
13 +In case that your account doesn't have administrative privileges press above searched **cmd** right mouse button and choose **Run as administrator**.
14 +\\[[[[image:01.png||alt="011.png"]]>>attach:01.png||rel="__blank"]]
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"]]
18 -
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 ##
20 +\\[[[[image:02.png||alt="012.png"]]>>attach:02.png||rel="__blank"]]
23 23  
24 -[[[[image:012.png||width="611"]]>>attach:012.png||rel="__blank"]]
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.
29 -
30 -[[[[image:002.png||width="632"]]>>attach:002.png||rel="__blank"]]
31 -
32 -{{id name="import"/}}
23 +Type **ipconfig **in the command line and confirm by pressing **Enter**.
24 +There** shouldn't be displayed** Adapters for tunnel connection.. in the listing.
25 +\\[[[[image:03.png||alt="002.png"]]>>attach:03.png||rel="__blank"]]
26 +\\{{id name="import"/}}
33 33  
34 34  (((
35 -== Edit the register by importing from file ==
29 +**Edit the register by importing from file**
36 36  )))
37 37  
38 38  After this register edit will be turned off tunneling IPv6 functions.
... ... @@ -39,26 +39,20 @@
39 39  
40 40  
41 41  1. Save following text (between marks ~-~-beginning .reg file~-~- and ~-~--end .reg file~-~--) to the file with suffix **.reg** .
42 -\\
43 43  1*. You can download prepared file from[[ our storage.>>attach:win-vypnuti-tunelu.zip]]
44 -
45 -~-~-beginning .reg file~-~-
37 +\\~-~-beginning .reg file~-~-
46 46   Windows Registry Editor Version 5.00
47 -
48 -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
49 -
50 -"DisabledComponents"=dword:00000001
39 +\\[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
40 +\\"DisabledComponents"=dword:00000001
51 51   ~-~--end .reg file~-~--
52 52  
53 -1. Click on file and agree with saving information into a register.
43 +1. Click on file and agree with saving information into a register.
54 54  
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 ==
49 +**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**
... ... @@ -66,7 +66,6 @@
66 66   Search the key **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters**.
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**.
57 +\\[[[[image:04.png||alt="001.png"]]>>attach:04.png||rel="__blank"]]
69 69  
70 -[[[[image:001.png||width="680"]]>>attach:001.png||rel="__blank"]]
71 -
72 72  1. After edit register Windows is necessary to reboot the computer.