Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
memo:windows [26/12/2022 10:02] – [Script de démarrage] Lancer Teams Arnaud Jacqueminmemo:windows [21/04/2023 16:57] (Version actuelle) – [Fichier Hosts] Arnaud Jacquemin
Ligne 18: Ligne 18:
 <file autohotkey windows-shortcuts.ahk> <file autohotkey windows-shortcuts.ahk>
 ; Lancer Notepad++ avec Windows n ; Lancer Notepad++ avec Windows n
-#n::Run"C:\Program Files\Notepad++\notepad++.exe"+#n::Run "C:\Program Files\Notepad++\notepad++.exe"
  
 ; Lancer l'invite de commande avec Windows c ; Lancer l'invite de commande avec Windows c
-#c::Runcmd+#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)
-#NumpadSub::Runcalc+#NumpadSub::Run "calc"
 </file> </file>
  
Ligne 53: Ligne 53:
 ===== Fichier Hosts ===== ===== Fichier Hosts =====
  
-  C:\Windows\System32\drivers\etc+  C:\Windows\System32\drivers\etc\hosts
  
  
  • memo/windows.1672045372.txt.gz
  • Dernière modification : il y a 3 ans
  • de Arnaud Jacquemin