Aller au contenu
Règlement du forum ×
IPTV et arnaques ×

[Win 7] Restaurer des fichiers Windows


racNET

Messages recommandés

Salut,

 

J'ai perdu quelques applications (.exe) du sys. d'exploitation (Paint, Console de gestion...) suite à un virus et je cherche un moyen de les restaurer depuis le DVD d'installation.

Si ce n'est pas possible, est ce que quelqu'un qui utilise Windows 7 édition 32-bit aurait la gentillesse de m'uploader les deux fichiers (surtout la console de gestion puisque je ne peux même pas accéder au gestionnaire des périphériques) ?

 

Les fichiers sont:

1- Paint: "C:\Windows\System32\mspaint.exe"

2- Console de gestion: "C:\Windows\System32\mmc.exe"

 

Merci d'avance pour votre aide.

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

boot en console, et tape sfc /scannow

Quand la vérification s'est terminée, le message disait que Windows avait trouvé des fichiers modifiés mais n'a pas pu les réparer (Le dvd d'installation était dans le lecteur mais n'a pas été utilisé).

 

Found: {l:32 b:N+iONjHUt1dhvtI+ALXbVsTo5d5l9aL04dAHFxTSXMg=} Expected: {l:32 b:DtScqA0qcae+SQWooQQvJbC9T4fanGPdi7SUnhi1HPY=}

2010-01-10 21:40:21, Info CSI 0000077f [sR] Cannot repair member file [l:22{11}]"mspaint.exe" of Microsoft-Windows-mspaint, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch

J'ai vu le fichier log, même les fichiers de sauvegarde dans l'emplacement "C:\Windows\winsxs\" ont été touchés, c'est pourquoi Windows n'a pas pu réparer.

 

formater totalement ?

Jamais de la vie :D

Lien vers le commentaire
Partager sur d’autres sites

A. The Windows Automated Installation Kit (WAIK) includes the Imagex utility, which, in addition to facilitating the capture and deployment of WIM images, can also be used to mount a WIM file so that you can access its content.

But before you can mount a WIM file, you need to install the WIM File System Filter, which is responsible for handling all file system requests to the mounted WIM file, enabling browsing and editing of its contents. To install the WIM File System Filter, navigate to the C:\Program Files\Windows AIK\Tools\x86 folder, right-click wimfltr.inf, and select Install. This will install and activate the wimfltr.sys file system filter.

After you install the WIM File System Filter, you can mount a WIM by following these steps:

 

  1. Create a folder on the file system that will be used to access the WIM file content (e.g., d:\vistamount).
  2. Start a command prompt with Administrative credentials (Start, Programs, Accessories; right-click Command Prompt and select "Run as administrator").
  3. Navigate to the C:\Program Files\Windows AIK\Tools\x86 folder on a machine with WAIK installed (assuming you're running on an x86 architecture box).
  4. Run the Imagex command with the /mount switch to open the WIM file in read-only mode or the /mountrw switch to open with full read and write abilities. Use the following command syntax: imagex or /mountrw> For example, to mount the first image of the standard Vista install.wim file to path d:\vistamount, use the following command:
    C:\Program Files\Windows AIK\Tools\x86>imagex /mountrw d:\Sources\install.wim 1 d:\vistamount
    You can then modify the WIM file via standard file system manipulation tools, such as the command prompt and Windows Explorer.
    Once editing is complete, unmount using the Imagex utility with the /unmount switch, and if you wish to keep the changes made also add the /commit switch (if you don't specify the /commit switch, all changes will be lost, and you won't be prompted for confirmation). Unmounting without the /commit switch is significantly faster because it doesn't have to convert file system changes to the relevant area inside the WIM file.

 

J'ai suivie la solution donnée sur ce site, et j'ai pu monté le fichier INSTALL.WIM qui contient les fichiers d'installation de Windows puis j'ai récupéré les fichiers perdus.
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.

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.

×
×
  • Créer...