<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>windows - Gagzen</title>
	<atom:link href="https://gagzen.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://gagzen.net</link>
	<description></description>
	<lastBuildDate>Tue, 23 Mar 2010 15:01:07 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://gagzen.net/wp-content/uploads/2026/06/android-chrome-512x512-1-150x150.png</url>
	<title>windows - Gagzen</title>
	<link>https://gagzen.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Passer outre la limitation su en interactif</title>
		<link>https://gagzen.net/2010/03/23/passer-outre-la-limitation-su-en-interactif/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 15:01:07 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[interactif]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=154</guid>

					<description><![CDATA[<p>Pré-requis : utiliser windows Ici, on utilise Kitty (fork de Putty) pour se connecter au serveur 10.xx.xx.xx en user, puis on passe root (su -) pour finalement faire un ifconfig et rendre la main. Voici le script en vbs : set prog=wscript.createobject(« WScript.Shell ») prog.Run « kitty.exe -l user -pw password -log fichier_log.txt 10.xx.xx.xx » wscript.sleep 5000 prog.sendkeys « su [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2010/03/23/passer-outre-la-limitation-su-en-interactif/">Passer outre la limitation su en interactif</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Pré-requis :</p>
<ul>
<li>utiliser windows</li>
</ul>
<p><span id="more-270"></span></p>
</div>
<div>
<p>Ici, on utilise Kitty (fork de Putty)  pour se connecter au serveur 10.xx.xx.xx en user, puis on passe root (su  -) pour finalement faire un ifconfig et rendre la main.</p>
<p>Voici le script en vbs :</p>
<p>set prog=wscript.createobject(« WScript.Shell »)</p>
<p>prog.Run « kitty.exe -l user -pw password -log fichier_log.txt 10.xx.xx.xx »</p>
<p>wscript.sleep 5000</p>
<p>prog.sendkeys « su -~ »</p>
<p>wscript.sleep 2000</p>
<p>prog.sendkeys « password~ »</p>
<p>wscript.sleep 2000</p>
<p>prog.sendkeys « ifconfig »</p>
<p>wscript.sleep 5000</p>
<p>prog.sendkeys « exit~ »</p>
<p>wscript.sleep 2000</p>
<p>prog.sendkeys « exit~ »</p>
<p>&nbsp;</p>
<p>Merci à Jimmy <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
</div><p>The post <a href="https://gagzen.net/2010/03/23/passer-outre-la-limitation-su-en-interactif/">Passer outre la limitation su en interactif</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>winexe : ps exec sous Linux</title>
		<link>https://gagzen.net/2010/03/23/winexe-ps-exec-sous-linux/</link>
					<comments>https://gagzen.net/2010/03/23/winexe-ps-exec-sous-linux/#comments</comments>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:58:19 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[commandes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=152</guid>

					<description><![CDATA[<p>Pré-requis : autoconf Recupérer les sources sur http://eol.ovh.org/winexe/#how_to_get_it Décompresser : tar -jxvf ./winexe-package-sources.tar.bz2 cd ./winexe-directorie ./autogen.sh ./configure make proto bin/winexe Pour finir, déplacer le binaire dans un répertoire du PATH cp bin/winexe /usr/local/sbin/ Utilisation : winexe -U Domaine/Utilisateur%Password //IP « Commande distante » Pour la récupération de l&#8217;heure, la commande distante est : « cmd /c echo %date% [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2010/03/23/winexe-ps-exec-sous-linux/">winexe : ps exec sous Linux</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>Pré-requis :</div>
<div>
<ul>
<li> autoconf</li>
</ul>
</div>
<div><span id="more-269"></span></div>
<div>Recupérer les sources sur</div>
<div style="padding-left: 30px;">http://eol.ovh.org/winexe/#how_to_get_it</div>
<div>Décompresser :</div>
<div style="padding-left: 30px;">tar -jxvf ./winexe-package-sources.tar.bz2 cd ./winexe-directorie ./autogen.sh  ./configure  make proto bin/winexe</div>
<div>Pour finir, déplacer le binaire dans un répertoire du PATH</div>
<div style="padding-left: 30px;">cp bin/winexe /usr/local/sbin/</div>
<div>Utilisation :</div>
<div style="padding-left: 30px;">winexe -U Domaine/Utilisateur%Password //IP « Commande distante »</div>
<div>Pour la récupération de l&rsquo;heure, la commande distante est :</div>
<div style="padding-left: 30px;">« cmd /c echo %date% %time% »</div><p>The post <a href="https://gagzen.net/2010/03/23/winexe-ps-exec-sous-linux/">winexe : ps exec sous Linux</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://gagzen.net/2010/03/23/winexe-ps-exec-sous-linux/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Changement de Clef produit sous Windows XP</title>
		<link>https://gagzen.net/2009/12/18/changement-de-clef-produit-sous-windows-xp/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:51:32 +0000</pubDate>
				<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=143</guid>

					<description><![CDATA[<p>A chaque fois que je reinstalle le portable de ma femme avec un Windows chinois, je perds 10 mins a trouver des copies d&#8217;écran sur la toile pour me guider dans l&#8217;opération. &#8230; Je viens de le refaire &#8230; et je me décide à mettre qqls copies d&#8217;écran ici pour la prochaine fois. regedit &#62; [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2009/12/18/changement-de-clef-produit-sous-windows-xp/">Changement de Clef produit sous Windows XP</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>A chaque fois que je reinstalle le portable  de ma femme avec un Windows chinois, je perds 10 mins a trouver des  copies d&rsquo;écran sur la toile pour me guider dans l&rsquo;opération. &#8230;</p>
<p>Je viens de le refaire &#8230; et je me décide à mettre qqls copies d&rsquo;écran ici pour la prochaine fois.</p>
</div>
<p>regedit &gt; Modifier la clef  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows  NT\CurrentVersion\WPAEvents (elle doit être différente &gt; Suppression  d&rsquo;1 caractère par exemple)</p>
<p>executer &gt; C:\WINDOWS\system32\oobe\msoobe.exe /a</p>
<p>Sur le premier écran &gt; Ligne du milieu pour une activation par téléphone</p>
<p><a href="https://gagzen.net/wp-content/uploads/2011/02/oobe11-1.png"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-145" title="oobe1" src="https://gagzen.net/wp-content/uploads/2011/02/oobe11-1.png" alt="" width="638" height="527" /></a>Second écran &gt; deuxieme bouton en partant de la gauche en bas : Modifier la clef</p>
<p><a href="https://gagzen.net/wp-content/uploads/2011/02/oobe2-1.png"><img decoding="async" class="aligncenter size-full wp-image-146" title="oobe2" src="https://gagzen.net/wp-content/uploads/2011/02/oobe2-1.png" alt="" width="644" height="532" /></a>Troisième écran &gt; Renseigner la clef KiVaBien dans les cases; puis le  bouton en bas à droite va se dégriser &gt; Mettre à jour.</p>
<p><a href="https://gagzen.net/wp-content/uploads/2011/02/oobe3-1.png"><img decoding="async" class="aligncenter size-full wp-image-147" title="oobe3" src="https://gagzen.net/wp-content/uploads/2011/02/oobe3-1.png" alt="" width="639" height="527" /></a>Retour sur l&rsquo;écran précédent où il faut appuyer sur le troisième bouton  en partant de la gauche en bas : Me le rappeler plus tard.</p>
<p><a href="https://gagzen.net/wp-content/uploads/2011/02/oobe2-1.png"><img decoding="async" class="aligncenter size-full wp-image-146" title="oobe2" src="https://gagzen.net/wp-content/uploads/2011/02/oobe2-1.png" alt="" width="644" height="532" /></a>Rebooter le système.</p><p>The post <a href="https://gagzen.net/2009/12/18/changement-de-clef-produit-sous-windows-xp/">Changement de Clef produit sous Windows XP</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[Crack] ophcrack</title>
		<link>https://gagzen.net/2009/07/30/crack-ophcrack/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:42:11 +0000</pubDate>
				<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=127</guid>

					<description><![CDATA[<p>Ophcrack is a free Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a Graphical User Interface and runs on multiple platforms. http://ophcrack.sourceforge.net/ Pas eu l&#8217;occasion de le tester encore, mais cela peut dépanner un jour.</p>
<p>The post <a href="https://gagzen.net/2009/07/30/crack-ophcrack/">[Crack] ophcrack</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<pre><a href="https://gagzen.net/wp-content/uploads/2011/02/ophcrack-1.png"><img decoding="async" class="aligncenter size-full wp-image-128" title="ophcrack" src="https://gagzen.net/wp-content/uploads/2011/02/ophcrack-1.png" alt="" width="171" height="40" /></a>
Ophcrack is a free Windows password cracker based on rainbow
tables. It is a very efficient implementation of rainbow tables
done by the inventors of the method. It comes with a
Graphical User Interface and runs on multiple platforms.</pre>
<p><a hreflang="en" href="http://ophcrack.sourceforge.net/">http://ophcrack.sourceforge.net/</a></p>
<p>Pas eu l&rsquo;occasion de le tester encore, mais cela peut dépanner un jour.</p><p>The post <a href="https://gagzen.net/2009/07/30/crack-ophcrack/">[Crack] ophcrack</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[Windows] Auto logon</title>
		<link>https://gagzen.net/2009/07/19/windows-auto-logon/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Sun, 19 Jul 2009 14:35:21 +0000</pubDate>
				<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[auto logon]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=116</guid>

					<description><![CDATA[<p>Click Start, click Run, and type control userpasswords2 Clear the Users must enter a username and password to use this computer check box. Click Apply. Enter the user name and password you wish to automatically log on with, and then click OK. Click OK again and you&#8217;re all done. Source : http://www.microsoft.com/windowsxp/using/setup/learnmore/tips/knox2.mspx</p>
<p>The post <a href="https://gagzen.net/2009/07/19/windows-auto-logon/">[Windows] Auto logon</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://gagzen.net/wp-content/uploads/2011/02/userpasswords1-1.png"><img decoding="async" class="aligncenter size-medium wp-image-117" title="userpasswords1" src="https://gagzen.net/wp-content/uploads/2011/02/userpasswords1-297x300.png" alt="" width="297" height="300" /></a></p>
<ol>
<li>Click Start, click Run, and type <strong><em><code>control userpasswords2</code></em></strong></li>
<li>Clear the Users must enter a username and password to use this computer check box.</li>
<li>Click Apply.</li>
<li>Enter the user name and password you wish to automatically log on with, and then click OK.</li>
<li>Click OK again and you&rsquo;re all done.</li>
</ol>
<p><em><ins>Source :</ins> http://www.microsoft.com/windowsxp/using/setup/learnmore/tips/knox2.mspx</em></p><p>The post <a href="https://gagzen.net/2009/07/19/windows-auto-logon/">[Windows] Auto logon</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[Windows] Verr num.</title>
		<link>https://gagzen.net/2009/07/19/windows-verr-num/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Sun, 19 Jul 2009 14:34:35 +0000</pubDate>
				<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[verrnum]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=114</guid>

					<description><![CDATA[<p>Pour activer la touche du clavier NUM LOCK au démarrage de Windows XP et 2000 : Lancez l&#8217;éditeur de registre (REGEDIT) Sélectionnez la clé HKEY_USERS\DEFAULT\Control Panel\Keyboard Modifiez la valeur de InitialKeyboardIndicators : 2 =&#62; NUM LOCK activé, 0 =&#62; NUM LOCK désactivé C&#8217;est prêt ! source : http://heliamo.free.fr/windows/97.htm</p>
<p>The post <a href="https://gagzen.net/2009/07/19/windows-verr-num/">[Windows] Verr num.</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Pour activer la touche du clavier NUM LOCK au démarrage de Windows XP et 2000 :<br />
Lancez l&rsquo;éditeur de registre (REGEDIT)<br />
Sélectionnez la clé <strong>HKEY_USERS\DEFAULT\Control Panel\Keyboard</strong><br />
Modifiez la valeur de <strong>InitialKeyboardIndicators</strong> :</p>
<ul>
<li><strong>2</strong> =&gt; NUM LOCK activé,</li>
<li><strong>0</strong> =&gt; NUM LOCK désactivé</li>
</ul>
<p>C&rsquo;est prêt !</p>
<p><ins>source :</ins> http://heliamo.free.fr/windows/97.htm</p>
</div><p>The post <a href="https://gagzen.net/2009/07/19/windows-verr-num/">[Windows] Verr num.</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[windows] Créer une icône Bureau</title>
		<link>https://gagzen.net/2009/07/10/windows-creer-une-icone-bureau/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Fri, 10 Jul 2009 14:33:27 +0000</pubDate>
				<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[bureau]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=112</guid>

					<description><![CDATA[<p>Voici le contenu correspondant à l&#8217;icône Bureau qui se trouve habituellement dans la barre de lancement rapide. Bureau.scf [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Ca peut servir en cas de suppression involontaire.</p>
<p>The post <a href="https://gagzen.net/2009/07/10/windows-creer-une-icone-bureau/">[windows] Créer une icône Bureau</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Voici le contenu correspondant à l&rsquo;icône <strong>Bureau</strong> qui se trouve habituellement dans la barre de lancement rapide.</p>
<p><img decoding="async" title="Icone retour au bureau, juil 2009" src="http://www.barthoi.com/public/windows-bureau.png" alt="" /></p>
<p><ins>Bureau.scf</ins></p>
<p><code>[Shell]</code><br />
<code>Command=2<br />
IconFile=explorer.exe,3<br />
[Taskbar]<br />
Command=ToggleDesktop</code></p>
<p>Ca peut servir en cas de suppression involontaire.</p><p>The post <a href="https://gagzen.net/2009/07/10/windows-creer-une-icone-bureau/">[windows] Créer une icône Bureau</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
