View: Comment ajouter "Command prompt here" au clic droit sur une répertoire?

  1. 2 years ago by tibboh
    1. Créez une fichier toto.vbs contenant les lignes suivantes, et lancez-le:
    2. Set objShell = CreateObject("WScript.Shell")
    3.  
    4. objShell.RegWrite "HKCR\Folder\Shell\MenuText\Command\", _
    5.       "cmd.exe /k cd /d " & chr(34) & "%1" & chr(34)
    6. objShell.RegWrite "HKCR\Folder\Shell\MenuText\", "Command Prompt Here"
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/546"></script>

0 comment about "Comment ajouter "Command prompt here" au clic droit sur une répertoire?"