Windows xp scanne au démarrage
Résolu
Bern
-
Bernflo -
Bernflo -
Bonjour,
J'ai un ordinateur Windows XP, qui au démarrage lance un scan à chaque ouverture. Comment désactiver ce Scan ? Merci d'avance.
J'ai un ordinateur Windows XP, qui au démarrage lance un scan à chaque ouverture. Comment désactiver ce Scan ? Merci d'avance.
2 réponses
-
Bsr
un scan de quoi? -
Change cette valeur dans la base de registre :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In the right hand pane, double click BootExecute.
The default value of the key is autocheck autochk *
* means every drive is checked for consistency. Just add /K:C at the end before *. /K switch will disable autocheck on C: drive at Windows startup. So the final value should look like this:
autocheck autochk /k:C *