[SC] QueryServiceConfig réussite(s) SERVICE_NAME: lanmanworkstation TYPE : 20 WIN32_SHARE_PROCESS START_TYPE : 2 AUTO_START ERROR_CONTROL : 1 NORMAL BINARY_PATH_NAME : C:\Windows\System32\svchost.exe -k NetworkService LOAD_ORDER_GROUP : NetworkProvider TAG : 0 DISPLAY_NAME : Station de travail DEPENDENCIES : Bowser : MRxSmb10 : MRxSmb20 : NSI SERVICE_START_NAME : NT AUTHORITY\NetworkService
[SC] ChangeServiceConfig réussite(s)
[SC] ChangeServiceConfig réussite(s)
[SC] QueryServiceConfig réussite(s) SERVICE_NAME: lanmanworkstation TYPE : 20 WIN32_SHARE_PROCESS START_TYPE : 2 AUTO_START ERROR_CONTROL : 1 NORMAL BINARY_PATH_NAME : C:\Windows\System32\svchost.exe -k NetworkService LOAD_ORDER_GROUP : NetworkProvider TAG : 0 DISPLAY_NAME : Station de travail DEPENDENCIES : bowser : mrxsmb20 : nsi SERVICE_START_NAME : NT AUTHORITY\NetworkService
=NB.SI($F$2:$F$120;F2)>1
$F$2:$F$120
is the range of cells to search intoF2
is the value to look for=NB.SI(range;value)
counts the occurrences of value in range. Unique values occur just once, hence the >1
to highlight duplicatesAdvanced formula : =SI(NB.SI($F$2:$F$120;F2)>1;"DOUBLON !!";"")
This question occurred while trying to configure / use an Android smartphone as a USB modem on a Windows 7 workstation, which is already connected to the Internet via its built-in wired network card.
The setup is fairly straightforward : plug the smartphone via USB on the PC, then on the phone side, enable network sharing. Windows should detect a new network card and install drivers.
route print
IPv4 Table de routage =========================================================================== Itinéraires actifs : Destination réseau Masque réseau Adr. passerelle Adr. interface Métrique 0.0.0.0 0.0.0.0 10.29.19.254 10.29.19.125 20
ipconfig
Carte Ethernet Connexion au réseau local 2 : this is my phone Suffixe DNS propre à la connexion. . . : Adresse IPv4. . . . . . . . . . . . . .: 192.168.42.41 Masque de sous-réseau. . . . . . . . . : 255.255.255.0 Passerelle par défaut. . . . . . . . . : 192.168.42.129 Carte Ethernet Connexion au réseau local : this is the regular LAN connection Suffixe DNS propre à la connexion. . . : acme.corp.com Adresse IPv4. . . . . . . . . . . . . .: 10.29.19.125 Masque de sous-réseau. . . . . . . . . : 255.255.255.0 Passerelle par défaut. . . . . . . . . : 10.29.19.254
route print
IPv4 Table de routage =========================================================================== Itinéraires actifs : Destination réseau Masque réseau Adr. passerelle Adr. interface Métrique 0.0.0.0 0.0.0.0 192.168.42.129 192.168.42.41 10 phone 0.0.0.0 0.0.0.0 10.29.19.254 10.29.19.125 20 regular LAN connection
Altering the USB interface works fine, but these settings will be lost after disconnecting the phone, and the same problem will pop again the next time it is plugged in. So let's workaround this by setting the metric of the LAN interface to the lowest possible value : 1.
route print
IPv4 Table de routage =========================================================================== Destination réseau Masque réseau Adr. passerelle Adr. interface Métrique 0.0.0.0 0.0.0.0 10.29.19.254 10.29.19.125 1 0.0.0.0 0.0.0.0 192.168.42.129 192.168.42.41 10
OS | File |
---|---|
Windows XP, Windows 7 |
C:\WINDOWS\system32\drivers\etc\hosts
it can be found in : %systemroot%\system32\drivers\etc\
|
Windows 2000 | C:\WINNT\system32\drivers\etc\hosts |
Windows 98 | C:\Windows\hosts.sam |
Variable Name | Value | Details |
---|---|---|
SystemRoot | c:\windows |
.dll files are supposed to be found in C:\WINDOWS\system32
To open ... | Type : Windows key-R ... |
---|---|
Computer Management | compmgmt.msc |
Disk Management | diskmgmt.msc |
Services | services.msc |