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 [30/01/2019 09:37] – [Logiciels utiles] Arnaud Jacquemin | memo:windows [21/04/2023 16:57] (Version actuelle) – [Fichier Hosts] Arnaud Jacquemin | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| ===== Logiciels utiles ===== | ===== Logiciels utiles ===== | ||
| - | * FreeFileSync : https:// | + | * [[FreeFileSync]] : https:// |
| * Greenshot : http:// | * Greenshot : http:// | ||
| * 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) | ||
| - | # | + | # |
| </ | </ | ||
| Le caractère "#" | Le caractère "#" | ||
| + | |||
| + | ===== Script de démarrage ===== | ||
| + | |||
| + | <file batch start.bat> | ||
| + | REM Lancer Outlook | ||
| + | start /d " | ||
| + | |||
| + | REM Lancer Teams | ||
| + | start /d " | ||
| + | |||
| + | REM Lancer Firefox | ||
| + | start /d " | ||
| + | |||
| + | REM Lancer Freeplane | ||
| + | start /d " | ||
| + | |||
| + | REM Lancer AutoHotKey avec mes raccourcis préférés | ||
| + | start /d " | ||
| + | |||
| + | REM Vider le dossier /tmp/ | ||
| + | rmdir /S /Q c:\tmp\ && mkdir c:\tmp\ | ||
| + | </ | ||
| + | |||
| + | ===== Fichier Hosts ===== | ||
| + | |||
| + | C: | ||
| + | |||
| + | |||
| ===== Empreinte MD5 ===== | ===== Empreinte MD5 ===== | ||
| Ligne 122: | Ligne 151: | ||
| " | " | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Synchroniser deux dossiers ===== | ||
| + | |||
| + | robocopy " | ||