Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| memo:windows [10/06/2020 15:59] – [Logiciels utiles] Arnaud Jacquemin | memo:windows [21/04/2023 16:57] (Version actuelle) – [Fichier Hosts] Arnaud Jacquemin | ||
|---|---|---|---|
| Ligne 7: | Ligne 7: | ||
| * Notepad++ : http:// | * Notepad++ : http:// | ||
| * WinMerge : http:// | * WinMerge : http:// | ||
| + | * installer le [[http:// | ||
| Ligne 17: | Ligne 18: | ||
| <file autohotkey windows-shortcuts.ahk> | <file autohotkey windows-shortcuts.ahk> | ||
| ; Lancer Notepad++ avec Windows n | ; Lancer Notepad++ avec Windows n | ||
| - | #n::Run, " | + | #n::Run " |
| ; Lancer l' | ; Lancer l' | ||
| - | #c::Run, cmd | + | # |
| ; Lancer la calculatrice avec Windows - (touche moins du pavé numérique) | ; Lancer la calculatrice avec Windows - (touche moins du pavé numérique) | ||
| - | # | + | # |
| </ | </ | ||
| Ligne 33: | Ligne 34: | ||
| REM Lancer Outlook | REM Lancer Outlook | ||
| start /d " | start /d " | ||
| + | |||
| + | REM Lancer Teams | ||
| + | start /d " | ||
| REM Lancer Firefox | REM Lancer Firefox | ||
| Ligne 41: | Ligne 45: | ||
| REM Lancer AutoHotKey avec mes raccourcis préférés | REM Lancer AutoHotKey avec mes raccourcis préférés | ||
| - | start /d " | + | start /d " |
| REM Vider le dossier /tmp/ | REM Vider le dossier /tmp/ | ||
| rmdir /S /Q c:\tmp\ && mkdir c:\tmp\ | rmdir /S /Q c:\tmp\ && mkdir c:\tmp\ | ||
| </ | </ | ||
| + | |||
| + | ===== Fichier Hosts ===== | ||
| + | |||
| + | C: | ||
| + | |||
| ===== Empreinte MD5 ===== | ===== Empreinte MD5 ===== | ||
| Ligne 142: | Ligne 151: | ||
| " | " | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Synchroniser deux dossiers ===== | ||
| + | |||
| + | robocopy " | ||