SnippetVamp

Because spending time searching snippets sucks.



AI 1 administration 1 android 1 cmd 3 linux 2 oculus 1 oneplus 1 opera 5 retropie 1 root 1 violentmonkey 5 wifi 1 windows 4

.

windows

Connaître la capacité maximale de RAM supportée par votre PC

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

Information sur les user dans un domain

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

Afficher les wifi et code enregistré sous windows

@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

Copier une clé USB bootable

#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

Flux RSS de cette page


SnippetVamp 1.84 par Bronco - Page générée en 0.046 s