Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
windows [2011/12/14 11:45]
jdejan
windows [2018/12/01 19:29]
93.103.213.10
Line 3: Line 3:
 http://www.blackviper.com/Windows_7/servicecfg.htm http://www.blackviper.com/Windows_7/servicecfg.htm
  
-Windows 7 TCP/IP tweaks - http://www.speedguide.net/read_articles.php?id=2574+  * Windows 7 TCP/IP tweaks - http://www.speedguide.net/read_articles.php?id=2574
  
 == Enable icmp echo-request in Windows IPv4 and IPv6 == == Enable icmp echo-request in Windows IPv4 and IPv6 ==
Line 10: Line 10:
   netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any   netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any
  
-== Enable udp traceroute ===+== udp traceroute == 
 +<del>netsh advfirewall firewall add rule name="traceroute-udp" dir=in action=allow protocol=udp localport=33434-33523 remoteport=32769-65535 
 +</del>
  
-  <del>netsh advfirewall firewall add rule name="traceroute-udp" dir=in action=allow protocol=udp localport=33434-33523 remoteport=32769-65535</del>+UDP traceroute is always blocked by Windows firewall!
  
-== Other Windows network tweaks ==+== Other Windows network optimizing tweaks to make Internet / IP "faster" ==
  
   netsh int tcp set heuristics disabled   netsh int tcp set heuristics disabled
Line 25: Line 27:
   netsh int tcp set global netdma=enabled   netsh int tcp set global netdma=enabled
   netsh int tcp set global timestamps=enabled   netsh int tcp set global timestamps=enabled
 +
 +=== Windows IPv6 network tweaks ===
 +
 +
 +
  
 Windows by default generate random interface IDs for non-temporary autoconfigured IPv6 addresses. Windows by default generate random interface IDs for non-temporary autoconfigured IPv6 addresses.
 To change this type: To change this type:
- +   
 +  netsh interface ipv6 set privacy state=disabled store=active 
 +  netsh interface ipv6 set privacy state=disabled store=persistent 
 +  netsh interface ipv6 set global randomizeidentifiers=disabled store=active
   netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent   netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
- +  
 Disable 6to4 and Teredo, by entering the following commands in an Administrator shell: Disable 6to4 and Teredo, by entering the following commands in an Administrator shell:
  
-  netsh interface ipv6 6to4 set state disabled 
   netsh interface teredo set state disabled   netsh interface teredo set state disabled
 +  netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
 +  netsh interface ipv6 isatap set state state=disabled
 +  
 +and/or  disable IP helper service:
 +
 +  net stop "IP Helper"
  
 or use http://support.microsoft.com/kb/929852#fixit4me or use http://support.microsoft.com/kb/929852#fixit4me
  
 +== Tweak network awareness ==
  
 +http://blog.superuser.com/2011/05/16/windows-7-network-awareness/
  
 == Windows XP Professional (Slovenia Keyboard Layout) == == Windows XP Professional (Slovenia Keyboard Layout) ==
Line 73: Line 89:
  
 http://home.comcast.net/~SupportCD/OptimizeXP.html http://home.comcast.net/~SupportCD/OptimizeXP.html
 +
 +== Enable PAE in x86 32-bit Windows to Use Large 4GB or More RAM Memory ==
 +
 +http://forums.techarena.in/tips-tweaks/979404.htm
  
 == Crack Windows passwords == == Crack Windows passwords ==
windows.txt · Last modified: 2018/12/20 11:56 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready