Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

Besoin d'aide s'il vous plaît!!!!! résolu


anneso83

Messages recommandés

salut,

 

On va essayer en passant par un utilitaire.

 

Télécharge RegDACL sur le Bureau

http://www.heysoft.de/nt/reg/doc/RegDACLE.zip

 

Crée un dossier Regdacl sur le Bureau. Clic droit sur un espace vide du Bureau, Sélectionne Nouveau Dossier sur le menu et le nommer Regdacl

Dézippe les fichiers de RegDACLE.zip dans le nouveau dossier Regdacl sur le Bureau.

 

Copie /colle le texte suivant qui est en citation (sans le mot citation) dans le Bloc-Notes. Fais en sorte que Retour automatique à la ligne ne soit pas coché (Menu Format)

 

 

 

@echo off

echo %DATE% %TIME% >fixme.txt

For %%i in ("HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_AVP","HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER","HKLM\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper","HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER","HKLM\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper","HKLM\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP","HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER","HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER","HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER","HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper","HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP","HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER","HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER","HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER","HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper") Do regdacl %%i /GGE:F(CI) -ANSI>>fixme.txt

ping 1.1.1.1 -n 1 -w 1000>NUL

type fixme.txt | find /v /i "RegDACL 5.1" > newfix.txt

del fixme.txt

type newfix.txt | find /v /i "Copyright" > fixme.txt

del newfix.txt

type fixme.txt | find /v /i "Freeware" > newfix.txt

del fixme.txt

type newfix.txt > fixme.txt

del newfix.txt

echo.>>fixme.txt

echo ==========>>fixme.txt

echo.>>fixme.txt

(echo Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_AVP

reg delete HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_AVP /f

echo.....

echo Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER

reg delete HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER /f

echo.....

echo Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

reg delete HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER /f

echo.....

echo Effacement de SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

reg delete HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER /f

echo.....

echo Effacement de ControlSet001\Services\F-SECURE Gatekeeper

reg delete HKLM\SYSTEM\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper /f

echo.....

echo Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

reg delete HKLM\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP /f

echo.....

echo Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER

reg delete HKLM\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER /f

echo.....

echo Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

reg delete HKLM\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER /f

echo.....

echo Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

reg delete HKLM\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER /f

echo.....

echo Effacement de ControlSet003\Services\F-SECURE Gatekeeper

reg delete HKLM\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper /f

echo.....

echo Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP

reg delete HKLM\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP /f

echo.....

echo Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER

reg delete HKLM\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER /f

echo.....

echo Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

reg delete HKLM\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER /f

echo.....

echo Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

reg delete HKLM\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER /f

echo.....

echo Effacement de CurrentControlSet\Services\F-SECURE Gatekeeper

reg delete HKLM\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper /f

echo.....

echo Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

reg delete HKLM\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP /f

)>logit.txt 2>&1

type logit.txt >> fixme.txt

start fixme.txt

 

Sauvegarde dans le dossier Regdacl sur le Bureau comme klegacy.bat

choisis:

Type: Tous les fichiers (pas comme un document texte)

Nom: klegacy.bat

 

Ouvre le dossier Regdacl sur le Bureau, double-clic sur klegacy.bat. Une fenêtre DOS sera visible un court instant, ceci est normal.

Le Bloc-Notes ouvrira fixme.txt, poste le contenu.

 

Ensuite, reutilise reg search, meme recherche que d'habitude :P et poste le rapport.

 

@+

Modifié par bruce lee
Lien vers le commentaire
Partager sur d’autres sites

re,

 

ça yé c'est fait!!

 

 

12/10/2006 17:59:36,70

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- adding new entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- really "Everyone" has already all permissions you want to grant

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

je vais faire regsearch et je te post le résultat.

 

A+

 

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

==========

 

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_AVP

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

 

L'opération s'est bien déroulée

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP

 

Erreur : le système n'a pas pu trouver la clé ou la valeur de Registre spécifiée

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

 

Erreur : le système n'a pas pu trouver la clé ou la valeur de Registre spécifiée

 

re,

 

ça yé c'est fait!!

 

 

12/10/2006 17:59:36,70

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- adding new entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- really "Everyone" has already all permissions you want to grant

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

==========

 

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_AVP

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

 

L'opération s'est bien déroulée

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP

 

Erreur : le système n'a pas pu trouver la clé ou la valeur de Registre spécifiée

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

 

Erreur : le système n'a pas pu trouver la clé ou la valeur de Registre spécifiée

 

 

 

 

je vais faire regsearch et je te post le résultat.

 

A+

 

 

 

j'ai fais une erreur de manip excuse moi

 

 

12/10/2006 17:59:36,70

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- adding new entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- really "Everyone" has already all permissions you want to grant

 

 

 

 

Granting "F(CI)" access for really "Everyone"

- changing existing entry

 

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

 

 

Can't open Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper:

 

1011 - Impossible d'ouvrir la clé du Registre de configuration.

 

==========

 

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_AVP

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

L'opération s'est bien déroulée

....

Effacement de ControlSet001\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

 

L'opération s'est bien déroulée

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

Error: Accès refusé.

....

Effacement de ControlSet003\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_AVP

 

Erreur : le système n'a pas pu trouver la clé ou la valeur de Registre spécifiée

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER

 

Error: Accès refusé.

....

Effacement de CurrentControlSet\Services\F-SECURE Gatekeeper

 

Erreur : paramètres de ligne de commande non valides

....

Effacement de ControlSet003\Enum\Root\LEGACY_F-SECURE_AVP

 

Erreur : le système n'a pas pu trouver la clé ou la valeur de Registre spécifiée

 

 

 

maintenant je fais la recherche regsearch et je te tiens au courant.

 

merci

a+

Lien vers le commentaire
Partager sur d’autres sites

voila le post de regsearch

 

 

REGEDIT4

 

; Registry Search by Bobbi Flekman © 2005

; Version: 1.0.2.4

 

; Results at 12/10/2006 18:07:33 for strings:

; 'f-secure'

; Strings excluded from search:

; (None)

; Search in:

; Registry Keys Registry Values Registry Data

; HKEY_LOCAL_MACHINE HKEY_USERS

 

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

"Service"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

"DeviceDesc"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper]

"DisplayName"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper\Options]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper\Parameters]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

"Service"="F-SECURE Filter"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

"DeviceDesc"="F-SECURE Filter"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_FILTER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

"Service"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

"DeviceDesc"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000\Control]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

"Service"="F-SECURE Recognizer"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

"DeviceDesc"="F-SECURE Recognizer"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper]

"DisplayName"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper\Options]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper\Parameters]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

"Service"="F-SECURE Filter"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

"DeviceDesc"="F-SECURE Filter"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_FILTER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

"Service"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000]

"DeviceDesc"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_GATEKEEPER\0000\Control]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

"Service"="F-SECURE Recognizer"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

"DeviceDesc"="F-SECURE Recognizer"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper]

"DisplayName"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper\Options]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper\Parameters]

 

[HKEY_USERS\S-1-5-21-583907252-789336058-839522115-1004\Software\Microsoft\Search Assistant\ACMru\5604]

"000"="f-secure"

 

; End Of The Log...

Lien vers le commentaire
Partager sur d’autres sites

re,

 

On va faire ca la manuelle (ca risque d'etre un peu long désolé)

 

avant tout faire une sauvegarde du registre:

 

demarrer\executer\ regedit

 

tu cliques sur fichier puis exporter, tu donnes un nom simple(pour t'en rappeler) et tu enregistres ca aussi dans un endroit facil d'acces.

 

- rend toi dans le registre une seconde fois Démarrer > Exécuter >et tape regedit dans la fenêtre.

 

-Tu vas naviguer jusqu'à la clé suivante en cliquant à chaque fois sur le signe [+] (à gauche)

 

=>HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_GATEKEEPER

- Fais un clic avec le bouton droit de la souris sur cette clé (LEGACY_F-SECURE_GATEKEEPER) et sélectionne Autorisations dans le menu qui s'est déroulé.

 

- dans la fenêtre qui vient de s'ouvrir, sélectionne ton profil (dans nom d'utilisateur ou de groupe) ou "Tout le Monde" => assure toi que la case "Contrôle Total" soit bien cochée ,si ce n'est pas le cas,coche puis clique sur "ok" .

 

- fais un clic droit sur la clé et sélectionne "Supprimer"

 

fais la meme manip avec ces clés et supprimes les (celles en gras):

 

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ F-SECURE Gatekeeper

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\ LEGACY_F-SECURE_FILTER

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\ LEGACY_F-SECURE_GATEKEEPER

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\ LEGACY_F-SECURE_RECOGNIZER

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\ F-SECURE Gatekeeper

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\ LEGACY_F-SECURE_FILTER

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\ LEGACY_F-SECURE_GATEKEEPER

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\ LEGACY_F-SECURE_RECOGNIZER

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ F-SECURE Gatekeeper

 

 

quitte le registre

 

reutilise Reg search (meme recherche que d'habitude) puis poste le rapport.

 

@+

Lien vers le commentaire
Partager sur d’autres sites

Bonjour,

 

Alors je n'ai pas pu tout supprimer il n'a pas voulu que je supprime:

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ F-SECURE Gatekeeper

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\ F-SECURE Gatekeeper

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ F-SECURE Gatekeeper

 

et voila le resultat de regsearch:

 

EGEDIT4

 

; Registry Search by Bobbi Flekman © 2005

; Version: 1.0.2.4

 

; Results at 13/10/2006 10:22:19 for strings:

; 'f-secure'

; Strings excluded from search:

; (None)

; Search in:

; Registry Keys Registry Values Registry Data

; HKEY_LOCAL_MACHINE HKEY_USERS

 

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

"Service"="F-SECURE Filter"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER\0000]

"DeviceDesc"="F-SECURE Filter"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

"Service"="F-SECURE Recognizer"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000]

"DeviceDesc"="F-SECURE Recognizer"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_RECOGNIZER\0000\LogConf]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper\Options]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\F-SECURE Gatekeeper\Parameters]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper]

"DisplayName"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper\Options]

 

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\F-SECURE Gatekeeper\Parameters]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper]

"DisplayName"="F-SECURE Gatekeeper"

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper\Options]

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\F-SECURE Gatekeeper\Parameters]

 

[HKEY_USERS\S-1-5-21-583907252-789336058-839522115-1004\Software\Microsoft\Search Assistant\ACMru\5604]

"000"="f-secure"

 

[HKEY_USERS\S-1-5-21-583907252-789336058-839522115-1004\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit]

"LastKey"="Poste de travail\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\F-SECURE Gatekeeper"

 

; End Of The Log...

 

 

A+

Lien vers le commentaire
Partager sur d’autres sites

salut,

 

Il ma marque erreur lors de la suppression de la clé.

 

Tu n'as rien d'autres comme message? (pas d'explication sur le pourquoi elle ne peut pas etre supprimée)?

 

En mode sans echec; as tu verifié les autoriations (comme on a fait en mode normal? Si non; recommence et dis moi ce que ca donne.

 

@+

Lien vers le commentaire
Partager sur d’autres sites

re bonjour,

 

1/ demarre en mode sans echec

 

2/demarrer/executer/regedit

 

3/ rend toi ici:

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_F-SECURE_FILTER\0000

 

et supprime 0000 si tu as reussi; supprime ensuite la clé en gras:

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\ LEGACY_F-SECURE_FILTER

 

 

redemarre en mode normal et dis moi si tu as reussi a supprimé cette fameuse clé LEGACY_F-SECURE_FILTER

 

@+

Lien vers le commentaire
Partager sur d’autres sites

re,

 

mais celui la est spprimer ce sont celles là que je ne peux pas supprimer:

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ F-SECURE Gatekeeper

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\ F-SECURE Gatekeeper

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ F-SECURE Gatekeeper

 

 

Mais ca yé j'ai réussi j'ai d'abord suppriméles sous dossier et ensuite j'ai pu supprimer le dossier .

 

j'ai refais une recherche de f-secure il me marque ca:

 

EGEDIT4

 

; Registry Search by Bobbi Flekman © 2005

; Version: 1.0.2.4

 

; Results at 15/10/2006 15:48:08 for strings:

; 'f-secure'

; Strings excluded from search:

; (None)

; Search in:

; Registry Keys Registry Values Registry Data

; HKEY_LOCAL_MACHINE HKEY_USERS

 

 

[HKEY_USERS\S-1-5-21-583907252-789336058-839522115-1004\Software\Microsoft\Search Assistant\ACMru\5604]

"000"="f-secure"

 

; End Of The Log...

 

 

 

ça aussi je dois le supprimer?

 

Merci encore pour ton aide!!!

Lien vers le commentaire
Partager sur d’autres sites

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...