AirV's Blog

Just another blog

Seven – IPV6

Merci Loig
« …Pendant la procédure d’installation sur les poste client SEVEN, je désactive l’ipv6 via les propriétés de la « connexion réseau ». Cela ne désactive pas totalement l’ipv6, il faut aussi rajouter une valeur dans la base de registre :

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesTCPIP6Parameters]
"DisabledComponents"=dword:ffffffff

****************
"DisabledComponents"=dword:0 -> Active tous les composants
ipv6
"DisabledComponents"=dword:ffffffff -> Désactive tous les
composants ipv6
"DisabledComponents"=dword:20 -> Utilise ipv4 au lieu de ipv6
"DisabledComponents"=dword:10 -> Désactive les interface ipv6
natifs
"DisabledComponents"=dword:01 -> Désactive toutes les
interface tunnel
...
****************

NB : il est possible de modifier la base de registre en mode silencieuse.

" C:>reg import ipv6.reg " ou avec " C:>reg add ...".

Boot loader sous windows seven

From http://www.howtogeek.com

How to Manually Repair Windows 7 Boot Loader Problems

If you’re having boot problems on your Windows PC, it’s often helpful to repair the MBR (Master Boot Record) to restore the Windows 7 boot loader—and you can do it easily from the Windows installation disc.

This is generally most useful if you’ve broken something and there’s a boot loader error, or if you have made the mistake of installing an older version of Windows on the same PC that already has Windows 7 which wipes out the boot loader.

Note: If your PC starts booting into Windows but fails, you should probably try using Safe Mode instead.

Boot From the Windows Install Disc

The first thing you’ll need to do is boot off the install disc, and then click through until you see the “Repair your computer” link in the lower left-hand corner.

image

You’ll need to choose the correct installation of Windows and then click the Next button.

image

And then you’ll get to the System Recovery Options screen, where you can get to the Command Prompt.

image

Repairing the Master Boot Record

If you want to restore the master boot record, you can simply type in the following command:

bootrec /fixmbr

You can also write a new boot sector onto the system partition with this command (which is often more useful):

bootrec /fixboot

And of course, if you just use bootrec /? you’ll be able to see all the options.

image

This is the same way that we fixed the “BOOTMGR is missing” error when trying to boot up Windows 7 or Vista.

Replacing the Windows XP Bootloader with Windows 7

If you’ve managed to install XP on the same PC that you already had Windows 7 on, you’ll noticed that you can’t boot into Windows 7 anymore. You can use this command to fix that and restore the Windows 7 bootloader:

bootsect /nt60 all

Depending on the partition that you’ve installed, you might need to substitute the drive letter instead of “all”.

image

Note: if you want to restore Windows XP back to the menu, you can open up a command prompt in Windows 7 and run this command:

bcdedit /create {ntldr} -d “Windows XP”

image

Using the Automated Startup Repair

Of course, all this command-line stuff is probably not necessary in most cases. You can usually just use the Startup Repair option from the Recovery menu…

image

It’ll check for problems and probably fix them. If not, then you can always use the command prompt.

image

Have you ever needed to restore your boot loader to get Windows working again?

Mot de passe Windows

Fonctionnement des partages

  • Activer les mots de passe
    • il faut le bon login / mdp
  • Désactiver les mots de passe
    • si le comtpe n’existe pas ok
    • si le compte existe il faut le bon mot de passe

Astuce

Sous windows seven il est possible d’ajouter un compte administrateur sur une machine (voir le post suivant pour plus de détails)

Utilisez un LiveCD afin d’accéder à votre partition système NTFS (C: depuis Windows).

  • Renommez le fichier Utilman.exe en Utilman.exe.bak situé dans le répetoire C:WindowsSystem32
  • Faites une copie du fichier cmd.exe et renommez le Utilman.exe (tout se passe dans le même répertoire).

Nous venons de remplacer l’exécutable de gestion des options d’ergonomie (Utilman.exe) par l’éxecutable de l’invite de commande (cmd.exe)

Redémarrez votre PC normalement sous Windows (Vista ou Seven).

Créer le nouveau compte admin en ligne de commande en cliquant sur l’icone de gauche

  • net user root /add
  • net user root toto
  • net local group administrateurs root /add

Logiciel

Voir le post suivant pour plus de détails.

Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a Graphical User Interface and runs on multiple platforms.

Testé le 04/02/2011 => ok

Features:

  • Runs on Windows, Linux/Unix, Mac OS X, …
  • Cracks LM and NTLM hashes.
  • Free tables available for Windows XP and Vista.
  • Brute-force module for simple passwords.
  • Audit mode and CSV export.
  • Real-time graphs to analyze the passwords.
  • LiveCD available to simplify the cracking.
  • Loads hashes from encrypted SAM recovered from a Windows partition, Vista included.
  • Free and open source software (GPL).

Fichier bat

Pour que des fichiers réseaux .bat soient considérés comme locaux :

Internet explorer => Outils => Options internet => Sécurité => Intranet local => sites :
cocher « Inclure tous les chemins d’accès au réseau (UNC) »

Pilote signé

1 – Signature des pilotes

Windows 7, par défaut bloque les pilotes qui ne sont pas signés numériquement, ce qui vous empèche de procéder à l’installation de ces pilotes et il est alors impossible de faire fonctionner votre périphérique.
Pour que Windows 7 autorise l’installation d’un pilote non signé, Il faudra désactiver la vérification de signature des pilotes temporairement.

Désactiver la vérification de signature des pilotes

1) Cliquez sur Démarrer puis inscrivez la commande suivante dans l’outil de recherche: bcdedit /set nointegritychecks ON

2) Redémarrez votre ordinateur

3) Installez votre pilote qui n’est pas signé

Activer la vérification de signature des pilotes

1) Cliquez sur Démarrer puis inscrivez la commande suivante dans l’outil de recherche: bcdedit /set nointegritychecks OFF

2) Redémarrez votre ordinateur.

2 – Sources des pilotes

Sous windows Seven, il est possible de spécifier l’ordre de recherche des emplacements source des pilotes de périphériques.

Voir la faq
http://technet.microsoft.com/fr-fr/library/dd701203%28WS.10%29.aspx

  • lancer gpedit.msc (%systemroot%system32gpedit.msc)
  • Modifier la stratégie suivante :

Local Computer ConfigurationAdministrative TemplatesSystemDevice Installation
Spécifier l’ordre de recherche des emplacements source des pilotes de périphériques


Nouveau. Ce paramêtre configure si la recherche sur Windows Update a lieu avant ou après la recherche dans le magasin de pilotes et les dossiers DevicePath, ou si cette recherche n’a pas lieu du tout. Le comportement par défaut de Windows 7 et Windows Server 2008 R2 est d’effectuer la recherche sur Windows Update en premier.

  • Non configuré (valeur par défaut)
  • Activé
    Si ce paramêtre est activé :

    • Rechercher d’abord sur Windows Update
    • Rechercher en dernier sur Windows Update
    • Ne pas rechercher sur Windows Update
  • Désactivé

GodMode

From www.zebulon.fr

« … ce GodMode va simplement afficher l’ensemble des options du panneau de configuration sous forme de liste… »

Pour ce faire créer un dossier portant le nom :

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

« Page précédente