Rechercher dans ce blog

lundi 26 octobre 2020

OFFICE 365 - VERSION AU 10/2020

VERSIONS PARTICULER / TPE / PME
https://www.microsoft.com/fr-fr/microsoft-365/business/compare-all-microsoft-365-business-products

VERSIONS ENTREPRISES
https://www.microsoft.com/fr-fr/microsoft-365/enterprise/compare-office-365-plans

WINDOWS - MOT DE PASSE PERDU

 Méthodes

- Démarrer Windows depuis une clé USB ou un CD
- Choisir l'option Dépannage , Console de commande (CMD)

- Se positionner dans c:\windows\system32
- Renommer Utilman.exe en Utilman.old
- Copier cmd.exe en utilman.exe 

Ligne de commande complète :
ren utilman.exe utilman.old & copy cmd.exe !cmd.exe & ren !cmd.exe utilman.exe
ou
ren utilman.exe utilman.old & copy cmd.exe utilman.exe

Nous avons maintenant les fichiers suivants :
utilman.old     = Ex: utilman.exe d'origine
cmd.exe          = Inchangé
utilman.exe    = Copie du fichier cmd.exe

- Rebooter le PC
----------------------------------------------------------------------------------------------------  

- Au démarrage de Windows apparait en bas a droite : 
    - Cliquer sur l'icone du milieu une boite DOS s'ouvre

Plusieurs Solutions
- Solution1,
- Saisir : control userpasswords2 
- Y a plus qu'a :


- Redémarrer 
---------------------------------------------------------------------------------------------------- 
- Solution 2, le compte existe ici : TOTO

    - Saisir : net user (pour connaitre les comptes existants sur ce Windows)
- Choisir un des comptes a gérer, hors "invité" et "DefaultAccount"
    - Saisir :
        - net user toto Mot_de_passe  (Bien évidement le MDP doit respecter les critères définis)
    - Redémarrer avec les compte modifié 
---------------------------------------------------------------------------------------------------- 

- Solution 3, Créer un compte Admin
    - Saisir :
        - net user toto Mot_de_passe / add
        - net localgoup Administrateurs toto /add
    - Redémarrer avec la cession créée

---------------------------------------------------------------------------------------------------- 

- Solution 4, Autres Outils Binaires
    
https://kon-boot.com/fr 
    - http://www.pcunlocker.com/    




ACTIVATION DE WINDOWS & OFFICE

POUR WINDOW 10

Démarrer un CMD en mode admin, puis copier les ligne 1 par 1

► 𝐌é𝐭𝐡𝐨𝐝𝐞 𝟏

slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr.vbs /skms kms.lotro.cc
slmgr.vbs /ato

► 𝐌é𝐭𝐡𝐨𝐝𝐞 2

slmgr /ipk 

Windows 10 Famille : TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Windows 10 Famille N: 3KHY7-WNT83-DGQKR-F7HPR-844BM
Windows 10 Famille Langue unique: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
Windows 10 Famille (Country Specific): PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
Windows 10 Professionnel: W269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 10 Professionnel N: MH37W-N47XK-V7XM9-C7227-GCQG9
Windows 10 Éducation: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
Windows 10 Entreprise N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
Windows 10 Entreprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
Windows 10 Entreprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 

slmgr /skms kms8.msguides.com
slmgr /ato

► 𝐌é𝐭𝐡𝐨𝐝𝐞 3

Pour utiliser cette méthode, vous devez d'abord désactiver Windows Defender.
https://get.msguides.com/windows10.txt

----------------------------------------------------------------------------------------------------------- 

POUR OFFICE

Copier le fichier ci-dessous correspondant a votre version dans un fichier xxxx.cmd
et démarrer le fichier en Admin

 OFFICE 2010
https://get.msguides.com/office2010.txt

 OFFICE 2013
https://get.msguides.com/office2013.txt

 OFFCIE 2016
https://get.msguides.com/office2016.txt

 OFFICE 2019
https://get.msguides.com/office2019.txt


vendredi 23 octobre 2020

TELECHARGER LES DIFFERENTES VERSIONS DE WINDOWS

VIA LE WEB
https://tb.rg-adguard.net/public.php?lang=fr-FR 

VIA UN EXE
https://www.heidoc.net/joomla/technology-science/microsoft/67-microsoft-windows-and-office-iso-download-tool 

https://www.heidoc.net/php/Windows-ISO-Downloader.exe 

SITE MICROSOFT
https://www.microsoft.com/fr-fr/software-download/ 



vendredi 16 octobre 2020

SOPHOS ENDPOINT - DESISTALLATION

 

  1. Démarrez votre système Windows en mode sans échec. 
  2. Ensuite, ouvrez la ligne de commande (Shell) et exécutez les commandes suivantes:

  3. REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SAVService" /t REG_DWORD /v Start /d 0x00000004 /f
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos MCS Agent" /t REG_DWORD /v Start /d 0x00000004 /f
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config" /t REG_DWORD /v SAVEnabled /d 0 /f
    REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config" /t REG_DWORD /v SEDEnabled /d 0 /f
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sophos\SAVService\TamperProtection" /t REG_DWORD /v Enabled /d 0 /f
    
  4. Redémarrez le système en mode normal.
  5. Puis désinstaller normalement
EN MODE TXT
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SAVService" /t REG_DWORD /v Start /d 0x00000004 /f
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos MCS Agent" /t REG_DWORD /v Start /d 0x00000004 /f
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config" /t REG_DWORD /v SAVEnabled /d 0 /f
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config" /t REG_DWORD /v SEDEnabled /d 0 /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sophos\SAVService\TamperProtection" /t REG_DWORD /v Enabled /d 0 /f


REF : https://www.avanet.com/en/kb/uninstall-sophos-endpoint-protection-with-tamper-protection-enabled-windows/

lundi 5 octobre 2020

WIFI - Connaitre les infos wifi déjà référencés sur votre PC

Affiche les profiles Wifi déjà référencés:
Netsh wlan show profile(s)

Exporte les profiles Wifi:
netsh wlan export profile folder=c:\temp

Voir la clé de cryptage
netsh wlan show profile name="NOM PROFILE" key=clear

Voir que la clé de cryptage
netsh wlan show profile name="NOM PROFILE" key=clear | findstr clé ou Key


WINDOWS 10 2004 SMB

 - Il semble que la version de Windows 10 - 2004 modifie quelque peu la donne concernant le SMBv1

Si les utilisateurs ont des lecteurs réseaux en SMBv1 typiquement des partages provenant de serveurs en 2003 voir en 2008, il se peut que les lecteurs réseaux aient du mal à remonter.

- Le symptôme, l’explorateur Windows se plante complément et le PC devient carrément inutilisable.

- Après recherche et en attendant peut être une MAJ Windows, il faut aller ajouter une clef dans le registre pour le/les lecteurs réseaux concernés.

- On va donc dans HKEY_CURRENT_USER\NETWORK\ « LETTRE DU LECTEUR CONCERNE »  et on ajoute la valeur DWORD 32 Bits « ProviderFlags » que l’on règle sur 1

Redémarrage du poste et voilà…