Windows/cmd: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
  
  
== IPv6 ==
+
== IPv6 (XP) ==
  
 
[http://www.colorconsole.de/cmd/en/Windows_XP/netsh/interface/ipv6.htm Found VIA]
 
[http://www.colorconsole.de/cmd/en/Windows_XP/netsh/interface/ipv6.htm Found VIA]
Zeile 24: Zeile 24:
  
 
  netsh int ipv6 uninstall
 
  netsh int ipv6 uninstall
 +
 +
 +
== IPv6 (>= Vista/Win7) ==
 +
 +
ipv6 related commands
 +
[http://www.colorconsole.de/cmd/en/Windows_Vista/netsh/interface/ipv6.htm Found VIA]
 +
 +
 +
=== Show configuration ===
 +
 +
netsh interface ipv6 show
 +
 +
 +
=== Privacy extensions ===
 +
 +
netsh interface ipv6 set privacy [[state=]enabled|disabled]

Version vom 25. Februar 2015, 08:45 Uhr


extract a CAB-file (Win7)

expand <source>.cab -f:<files> <destination>

e.g.

expand test.cab -f:* .

-f for specifying a file/files to be extracted: -f:*.dll will extract all dll-files


IPv6 (XP)

Found VIA

Install IPv6

netsh int ipv6 install


Uninstall IPv6

netsh int ipv6 uninstall


IPv6 (>= Vista/Win7)

ipv6 related commands Found VIA


Show configuration

netsh interface ipv6 show 


Privacy extensions

netsh interface ipv6 set privacy [[state=]enabled|disabled]