spirit posteets tagged windows  [ Profile ]

Sort by: Date / Title /

  1. 4 months ago
    1. ipconfig /flushdns
  2. 7 months ago
    /WINDOWS/system32/drivers/etc
  3. 9 months ago and saved by 1 other
    tasklist -> ps
    
    taskkill -> kill
    (taskkill /PID <pid>)
  4. sponsorised links
  5. 1 year ago
    1. Windows Registry Editor Version 5.00
    2.  
    3. [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security]
    4. "Level1Remove"="exe;zip;msi"
  6. 1 year ago
    1. # Pour ajouter une route vers le réseau 192.168.1.1/24 à travers la passerelle 172.10.10.1
    2. route add 192.168.1.1 mask 255.255.255.0 172.10.10.1
    3.  
    4. # Pour que la route soit permanente :
    5. route -p add 192.168.1.1 mask 255.255.255.0 172.10.10.1

First / Previous / Next / Last / Page 1 of 1 (5 posteets)