Copy The Code Below
@echo off
color 0a
echo ------------------------------------------- systemfile -------------------------------------- > Autoscan.txt
systeminfo >> autoscan.txt
echo.
echo ------------------------------------------- net user info ----------------------------------- >> autoscan.txt
net user admin >> autoscan.txt
echo.
echo ------------------------------------------------- networkinfo ------------------------------ >> autoscan.txt
ipconfig /allcompartments /all >> autoscan.txt
echo.
echo --------------------------------------------------- wifiinfo ------------------------------------ >> autoscan.txt
netsh wlan show profile >> autoscan.txt
echo.
0 Comments
If You Have Any doubts, Please Let Me Know