Mostly used windows system admin commands

1.net user

net user is used to check user & create users, change password...etc
net user is used to check list of users


net user username password /add



Example: net user user1 password123

2.Net localgroup

net localgroup is used to add privileged to users



Example: net localgroup administrators user1 /add


3.Ifconfig

ifconfig is used to check ip address interfaces




4.mkdir 

mkdir is used to create folders


5.Dir

dir used to list out files &directories


6.diskpart

diskpart used to check hard disk related information
list volume show list of volumes







7.net user [name] *

net user [username]* is used to change password







8.netsh wlan show profiles name

netsh wlan show profiles name is used to check list of wifi


netsh wlan show profiles name=----- key=clear is user to check WiFi password

Wmic
wmic is used to check bios details



10.Arp -a

arp -a is used to check mac address using ip address



11.How to create boot table pen-drive

Diskpart
List disk
Select disk 2
Clean
Create partition primary
Select partition 1
active
format
fs=ntfs
Assign
Exit

12.Uninstall programs

Wmic
Product get name
Product where name="name of program" call uninstall


13.Netsh interface

netsh interface is used to assign ip address & subnet mask

Netsh interface ip set address name="Local Area Connection" static 192.168.1.2  255.255.255.0

14.cd

cd used to navigate to one folder to another folder





15.ipconfig flashdns

ipconfig flashdns is used to flash dns






For more updates stay tune...

Comments

Popular posts from this blog

Awk command with simple examples

Learn Linux in Telugu | Linux complete Free Course in Telugu by 7Hills

rsync Command Examples | rsync Command In Telugu