1106 shaares
79 results
tagged
windows
<<Perl
To convert a Windows text file to a Unix text file using Perl, enter:
perl -p -e 's/\r$//' < winfile.txt > unixfile.txt
To convert from a Unix text file to a Windows text file, enter:
perl -p -e 's/\n/\r\n/' < unixfile.txt > winfile.txt
You must use single quotation marks in either command line. This prevents your shell from trying to evaluate anything inside.>>
#ThisSaveMyLifeToday
To convert a Windows text file to a Unix text file using Perl, enter:
perl -p -e 's/\r$//' < winfile.txt > unixfile.txt
To convert from a Unix text file to a Windows text file, enter:
perl -p -e 's/\n/\r\n/' < unixfile.txt > winfile.txt
You must use single quotation marks in either command line. This prevents your shell from trying to evaluate anything inside.>>
#ThisSaveMyLifeToday
Bat file pour avoir les mdp wifi sous windows
Création d'un RAT sous linux
=>Tools
Bookmarké pour le prochain dépannage informatique...
Des VM virtualbox / vagrant de MS fournis par MS. Peux servir un jour...
To remove "spyware" updates open Command Prompt as administrator by clicking right mouse button on Start button or by pressing Win+X shortcut, and enter the following:
start /w wusa.exe /uninstall /kb:2976978 /quiet /norestart
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart
start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart
start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart
start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart
start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart
start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart
start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart
start /w wusa.exe /uninstall /kb:971033 /quiet /norestart
start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart
start /w wusa.exe /uninstall /kb:KB3035583 /quiet /norestart
start /w wusa.exe /uninstall /kb:KB2952664 /quiet /norestart
start /w wusa.exe /uninstall /kb:KB3021917 /quiet /norestart
start /w wusa.exe /uninstall /kb:2976978 /quiet /norestart
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart
start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart
start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart
start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart
start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart
start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart
start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart
start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart
start /w wusa.exe /uninstall /kb:971033 /quiet /norestart
start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart
start /w wusa.exe /uninstall /kb:KB3035583 /quiet /norestart
start /w wusa.exe /uninstall /kb:KB2952664 /quiet /norestart
start /w wusa.exe /uninstall /kb:KB3021917 /quiet /norestart
Je l'avais bookmarké en avril mais le lien était mort depuis.
On en est rendu là sous Windows?
"The LaZagne project is an open source application used to retrieve lots of passwords stored on a local computer. Each software stores its passwords using different techniques (plaintext, APIs, custom algorithms, databases, etc.). This tool has been developed for the purpose of finding these passwords for the most commonly-used software. At this moment, it supports 22 Programs on Microsoft Windows and 12 on a Linux/Unix-Like OS."
Créer un réseau ad-hoc sous Windows
Vérifier si notre config permet d’être un AP :
netsh wlan show drivers
Créer le profil :
netsh wlan set hostednetwork mode=allow ssid=MonReseau key=MotdePasse
Démarrer le profil :
netsh wlan start hostednetwork
Vérifier si notre config permet d’être un AP :
netsh wlan show drivers
Créer le profil :
netsh wlan set hostednetwork mode=allow ssid=MonReseau key=MotdePasse
Démarrer le profil :
netsh wlan start hostednetwork
/soupir
Un updater de setup opensource qui fait du parsing via regex de plateforme web. En C# malheureusement. Ça me rapelle mon script bash.
Si par malchance je dois y remettre les pieds
Où sont stocké les mot de passes des navigateurs. Dans le registre pour IE...
Dans la catégorie, où caches -tu ça Windows?
Pour dépanner un client, ça me permet de savoir à partir de backup de son répertoire user qu'est-ce qu'il avait comme wallpaper.
C:\Documents and Settings\YourName\Application Data\Microsoft\Internet Explorer\Internet Explorer Wallpaper.jpg
ou
C:\Documents and Settings\YourName\Local Settings\Application Data\Microsoft\Wallpaper1.jpg
Pour dépanner un client, ça me permet de savoir à partir de backup de son répertoire user qu'est-ce qu'il avait comme wallpaper.
C:\Documents and Settings\YourName\Application Data\Microsoft\Internet Explorer\Internet Explorer Wallpaper.jpg
ou
C:\Documents and Settings\YourName\Local Settings\Application Data\Microsoft\Wallpaper1.jpg