wmic memphysical get MaxCapacity, MemoryDevices
cmd windows
<iframe width="100%" height="200" src="http://cochi.se/code/index.php?embed=6826e8ff33929" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 16/05/2025
net user /domain %username%
administration windows
<iframe width="100%" height="200" src="http://cochi.se/code/index.php?embed=5c07b7edde4a5" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 05/12/2018
@echo off
cd %USERPROFILE%\
mkdir wifi
cd wifi
netsh wlan export profile key=clear > profiles.txt
findstr -i "keymaterial" *.xml > keys.txt
del *.xml
del profiles.txt
notepad keys.txt
del keys.txt
cd ../
rmdir /S /Q wifi
windows wifi
<iframe width="100%" height="398" src="http://cochi.se/code/index.php?embed=58cbf9cc62ce3" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 17/03/2017
#In command prompt windows type :
diskpart
list disk
select disk 1 -> Where disk 1 is your blank usb
clean
create partition primary
select partition 1
active
format fs=ntfs quick
assign
exit
xcopy e:\*.* /s/e/f f:\ -> Where e: is the source and f: destination
windows cmd
<iframe width="100%" height="434" src="http://cochi.se/code/index.php?embed=570b62ec38a8b" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 11/04/2016