skymaxs posteets tagged windows  [ Profile ]

Sort by: Date / Title /

  1. 1 year ago and saved by 1 other
    si au boot windows on vous annonce qu'il vous manque ou est endommagé le fichier : c:windowssystem32configsystem, ces commandes peuvent vous sauvez. La console de récupération windoww est accéssible via un cd d'installation classique.
    Démarrez l'ordinateur en mode Console de récupération.
    À l'invite de commande de la Console de récupération, tapez les lignes suivantes :
    
    
    md tmp puis ENTREE
    copy C:windowssystem32configsystem C:windowstmpsystem.bak puis ENTREE
    
    copy C:windowssystem32configsoftware C:windowstmpsoftware.bak puis ENTREE
    
    copy c:windowssystem32configsam c:windowstmpsam.bak puis ENTREE
    
    copy c:windowssystem32configsecurity c:windowstmpsecurity.bak puis ENTREE
    
    copy c:windowssystem32configdefault c:windowstmpdefault.bak puis ENTREE
    
    delete c:windowssystem32configsystem puis ENTREE
    delete c:windowssystem32configsoftware puis ENTREE
    delete c:windowssystem32configsam puis ENTREE
    delete c:windowssystem32configsecurity puis ENTREE
    delete c:windowssystem32configdefault puis ENTREE
    
    copy c:windowsrepairsystem c:windowssystem32configsystem puis ENTREE
    
    copy c:windowsrepairsoftware c:windowssystem32configsoftware puis ENTREE
    
    copy c:windowsrepairsam c:windowssystem32configsam puis ENTREE
    
    copy c:windowsrepairsecurity c:windowssystem32configsecurity puis ENTREE
    
    copy c:windowsrepairdefault c:windowssystem32configdefault puis ENTREE
    
    
    Tapez exit pour quitter la Console de récupération Votre ordinateur va redémarrer.
  2. 1 year ago and saved by 1 other
    Le batch doit se terminer par exit - start /min exécute en fenêtre réduite - "TITRE" est obligatoire si le chemin\nom_de_batch est, comme ici, entre guillemets
    1. Problème: Comment exécuter un batch NT en arrière-plan:
    2. Mettre dans le champ "Exécuter":
    3. C:\WINNT\system32\CMD.EXE /c start /min "TITRE" "C:\Program Files\etc\Mon Batch.cmd"
  3. 1 year ago
    Il faut créer un fichier VBS contenant ceci :
    
    ----8<------8<------8<------8<------8<------8<--
    ' *** Script start ***
    Set oShell = CreateObject("WScript.Shell")
    
    oShell.Run "toto.bat", 0, True 
    ----8<------8<------8<------8<------8<------8<--
    
    Cela permet d'exécuter toto.bat sans fenêtre de commande DOS.
  4. sponsorised links

First / Previous / Next / Last / Page 1 of 1 (3 posteets)