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 [14/01/2019 13:52] – [Raccourcis clavier avec la touche Windows] Arnaud Jacquemin | memo:windows [21/04/2023 16:57] (Version actuelle) – [Fichier Hosts] Arnaud Jacquemin | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Microsoft Windows ====== | ====== Microsoft Windows ====== | ||
| + | |||
| + | ===== Logiciels utiles ===== | ||
| + | |||
| + | * [[FreeFileSync]] : https:// | ||
| + | * Greenshot : http:// | ||
| + | * Notepad++ : http:// | ||
| + | * WinMerge : http:// | ||
| + | * installer le [[http:// | ||
| + | |||
| ===== Raccourcis clavier avec la touche Windows ===== | ===== Raccourcis clavier avec la touche Windows ===== | ||
| Ligne 7: | Ligne 16: | ||
| Créer un " | Créer un " | ||
| - | <file 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 114: | Ligne 151: | ||
| " | " | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Synchroniser deux dossiers ===== | ||
| + | |||
| + | robocopy " | ||