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
Example: net user user1 password123
2.Net localgroup
net localgroup is used to add privileged to users
ifconfig is used to check ip address interfaces
4.mkdir
mkdir is used to create folders5.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 password8.netsh wlan show profiles name
netsh wlan show profiles name=----- key=clear is user to check WiFi passwordWmic
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
DiskpartList disk
Select disk 2
Clean
Create partition primary
Select partition 1
active
format
fs=ntfs
Assign
Exit
12.Uninstall programs
WmicProduct 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
15.ipconfig flashdns
ipconfig flashdns is used to flash dns
For more updates stay tune...
Comments
Post a Comment