IT

ALL IT Technology Information
Showing posts with label CMD Commands. Show all posts

CMD Commands



1.to show WiFi password $




 CMD Administrator use
> netsh wlan show profiles
>netsh wlan show profile wifiname key=clear


2.creat hotsport
 CMD Administrator use
>netsh wlan set hostednetwork mode=allow ssid=hotsportname key=123456789
>netsh wlan start hostednetwork

to off hotsport
>netsh wlan stop hostednetwork



1. how to encrypt file
file right click properties to adanced opction click to
encrypt contents to secure dadt

to cmd command
>cd (yourfloderto encrypt )
>cipher /e

2.cmd latter change to
>color 02

3.change c":\ user.... names to
>prompt yourname

4.how to show all software
>wmic product get name
>wmic product where "name like'%PuTTY%'" call uninstall /nointeractive

5. Scan Network With Simple Windows Command


go to desktop  cerat file ip-list.txt
dir = show folder file list
cd = change path
>for /L %i in (0,1,255) do ping -n 1 -w 250 192.168.0.%i>>ip-list.txt

==========================
How to show open port and any ip  connection ESTABLISHED

netstat -ano  | findstr :8080
//find all show open port and connection enable

taskkill /PID 3740 /F