{"id":2091,"date":"2023-08-09T10:44:32","date_gmt":"2023-08-09T08:44:32","guid":{"rendered":"https:\/\/techtocraft.xyz\/?p=2091"},"modified":"2024-04-02T15:21:57","modified_gmt":"2024-04-02T13:21:57","slug":"windows-admin-tips","status":"publish","type":"post","link":"https:\/\/hinakuu.xyz\/?p=2091","title":{"rendered":"Astuces Windows"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\">Ajouter une application pour qu\u2019elle s\u2019ex\u00e9cute automatiquement au d\u00e9marrage dans Windows\u00a010 <\/mark><\/h3>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"413\" height=\"219\" src=\"https:\/\/techtocraft.xyz\/wp-content\/uploads\/2023\/08\/shell-startup.png\" alt=\"\" class=\"wp-image-2092\" srcset=\"https:\/\/hinakuu.xyz\/wp-content\/uploads\/2023\/08\/shell-startup.png 413w, https:\/\/hinakuu.xyz\/wp-content\/uploads\/2023\/08\/shell-startup-300x159.png 300w\" sizes=\"auto, (max-width: 413px) 100vw, 413px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" style=\"list-style-type:1\">\n<li>S\u00e9lectionnez le bouton&nbsp;<strong>D\u00e9marrer&nbsp;<\/strong>&nbsp;et faites d\u00e9filer jusqu\u2019\u00e0 trouver l\u2019application que vous souhaitez ex\u00e9cuter au d\u00e9marrage.<\/li>\n\n\n\n<li>Cliquez sur l\u2019application, s\u00e9lectionnez&nbsp;<strong>Plus<\/strong>, puis s\u00e9lectionnez&nbsp;<strong>Ouvrir l\u2019emplacement du fichier<\/strong>. L\u2019emplacement o\u00f9 est enregistr\u00e9 le raccourci vers l\u2019application s\u2019ouvre. S\u2019il n\u2019y a pas d\u2019option pour&nbsp;<strong>Ouvrir l\u2019emplacement du fichier<\/strong>, cela signifie que l\u2019application ne peut pas s\u2019ex\u00e9cuter au d\u00e9marrage.<\/li>\n\n\n\n<li>Avec l\u2019emplacement du fichier ouvert, appuyez sur la&nbsp;<strong>touche de logo Windows&nbsp;<\/strong>&nbsp;+&nbsp;<strong>R<\/strong>, tapez&nbsp;<strong>shell:startup<\/strong>, puis s\u00e9lectionnez&nbsp;<strong>OK<\/strong>. Le dossier&nbsp;<strong>D\u00e9marrage<\/strong>&nbsp;s\u2019ouvre.<\/li>\n\n\n\n<li>Copiez et collez le raccourci de l\u2019application \u00e0 partir de l\u2019emplacement du fichier dans le dossier <strong>D\u00e9marrage<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-cyan-blue-color\">Script pour activer une carte r\u00e9seau sous Windows<\/mark><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Cr\u00e9er un nouveau fichier texte. Par exemple sur le Bureau de Windows : clic droit sur le fond d\u2019\u00e9cran, Nouveau, Document texte.<\/li>\n\n\n\n<li>Copier \/ coller cette ligne :<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">netsh int set int name=\"NomCarteReseau\" admin=enable<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Par exemple :<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">netsh int set int name=\"Ethernet\" admin=enabled<\/mark><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Enregistrer le fichier texte.<\/li>\n\n\n\n<li>Renommer ce fichier \u00ab Nouveau document texte.txt \u00bb en \u00ab ActiverEthernet.bat \u00bb par exemple (ne pas oublier de changer l\u2019extension .txt en .bat).<\/li>\n<\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>Double cliquer sur le fichier .bat pour activer la carte r\u00e9seau en question.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-cyan-blue-color\">Script pour d\u00e9activer une carte r\u00e9seau sous Windows<\/mark><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Proc\u00e9dure identique \u00e0 l\u2019exception de la commande qui change.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Cr\u00e9er un nouveau fichier texte.<\/li>\n\n\n\n<li>Copier \/ coller cette ligne<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">netsh int set int name=\"NomCarteReseau\" admin=disable<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Par exemple :<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">netsh int set int name=\"Wi-Fi\" admin=disabled<\/mark><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Enregistrer le fichier texte.<\/li>\n\n\n\n<li>Renommer ce fichier \u00ab Nouveau document texte.txt \u00bb en \u00ab DesactiverEthernet.bat \u00bb par exemple (ne pas oublier de changer l\u2019extension .txt en .bat).<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">5. Double cliquer sur le fichier .bat pour d\u00e9sactiver la carte r\u00e9seau en question.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ajouter une application pour qu\u2019elle s\u2019ex\u00e9cute automatiquement au d\u00e9marrage dans Windows\u00a010 Script pour activer une carte r\u00e9seau sous<\/p>\n","protected":false},"author":1,"featured_media":2104,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2091","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/posts\/2091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2091"}],"version-history":[{"count":9,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/posts\/2091\/revisions"}],"predecessor-version":[{"id":2856,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/posts\/2091\/revisions\/2856"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=\/wp\/v2\/media\/2104"}],"wp:attachment":[{"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hinakuu.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}