Windows/cmd: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 +
 +
 
== extract a CAB-file (Win7) ==
 
== extract a CAB-file (Win7) ==
  
Zeile 8: Zeile 10:
  
 
-f for specifying a file/files to be extracted: -f:*.dll will extract all dll-files
 
-f for specifying a file/files to be extracted: -f:*.dll will extract all dll-files
 +
 +
 +
== IPv6 ==
 +
 +
[http://www.colorconsole.de/cmd/en/Windows_XP/netsh/interface/ipv6.htm Found VIA]
 +
 +
=== Install IPv6 ===
 +
 +
netsh int ipv6 install
 +
 +
 +
=== Uninstall IPv6 ===
 +
 +
netsh int ipv6 uninstall

Version vom 25. Februar 2015, 08:40 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

Found VIA

Install IPv6

netsh int ipv6 install


Uninstall IPv6

netsh int ipv6 uninstall