CPL:
sysdm.cpl -- for my computer propertiesappwiz.cpl -- add remove feature
ncpa.cpl -- for show network connections
inetcpl.cpl -- internet properties for browser
timedate.cpl -- for date and time
desk.cpl --for display properties
firewall.cpl --for show firewall
main.cpl --for mouse properties
powercfg.cpl --for power configaration
control wuaucpl.cpl --for windows update
intl.cpl --for regional and language
MSC:
devmgmt.msc --for show device manager
compmgmt.msc -- for computer management
diskmgmt.msc --for disk management
eventvwr.msc --for event viewer
secpol.msc --for local security policy
lusrmgr.msc -- for user and group
perfmon.msc --for performance monitor
services.msc --for show services
fsmgmt.msc --for share folder management
taskscsd.msc --task scheduler
gpedit.msc --for local group policy
gpmc.msc -- for gpo
dnsmgmt.msc
wf.msc --for windows firewall
compmgmt.msc -- for computer management
diskmgmt.msc --for disk management
eventvwr.msc --for event viewer
secpol.msc --for local security policy
lusrmgr.msc -- for user and group
perfmon.msc --for performance monitor
services.msc --for show services
fsmgmt.msc --for share folder management
taskscsd.msc --task scheduler
gpedit.msc --for local group policy
gpmc.msc -- for gpo
dnsmgmt.msc
wf.msc --for windows firewall
exe:
dxdiag -- for show details computer properties and direct x
cleanmgr --for disk cleanup utility
diskpart -- disk partition manager
iscsicpl --for iscsi initiator configuration
control printers --for printer management
rstrui --for system restor
taskmgr --task manager
wuapp -- for windows update
mstsc --for remote desktop
sdctl --backup and restore utility
chkdsk --check disk utility
dfrgui -- for disk derangement
control keyboard --for keyboard properties
control keyboard -- for mouse properties
regedit --registry editor
control fonts --for fonts
msconfig --for edit windows startup process
control update -- for windows update
netstat --to see details of active network connections.
For user Create-
net user worshi * /add [ * for password]
Reset the TCP/IP Stack-
netsh interface ip reset log.txt
Delete arp cache-
netsh interface ip delete arpcache
Configure firewall-
Enable/Disable Windows firewall-
netsh firewall set opmode mode=enable
netsh firewall set opmode mode=disable
Add Ports to the Exception List-
netsh firewall add portopening TCP 3234 MyTCPPort
netsh firewall add portopening UDP 7365 MyUDPPort
netsh advfirewall set currentprofile state on
netsh advfirewall set currentprofile state off
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
Add applications to exceptions list-
netsh firewall add allowedprogram c:\MyProgram.exe
Again if we look at the exceptions list, MyProgram.exe has been added.
netsh firewall show allowedprogram
For permanently delete file In the CMD type-
“cipher /w:c” (assuming that “c” is the drive that you want to clean up, if not replace with your alternative)
netsh interface show interface [ for show nic card status]
netsh interface set interface Ethernet enable [ enable ethernet card]
net stop netlogon
net start netlogon
%username% after file link will create every user name
For user Create-
net user worshi * /add [ * for password]
Reset the TCP/IP Stack-
netsh interface ip reset log.txt
Delete arp cache-
netsh interface ip delete arpcache
Configure firewall-
Enable/Disable Windows firewall-
netsh firewall set opmode mode=enable
netsh firewall set opmode mode=disable
Add Ports to the Exception List-
netsh firewall add portopening TCP 3234 MyTCPPort
netsh firewall add portopening UDP 7365 MyUDPPort
netsh advfirewall set currentprofile state on
netsh advfirewall set currentprofile state off
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
Add applications to exceptions list-
netsh firewall add allowedprogram c:\MyProgram.exe
Again if we look at the exceptions list, MyProgram.exe has been added.
netsh firewall show allowedprogram
For permanently delete file In the CMD type-
“cipher /w:c” (assuming that “c” is the drive that you want to clean up, if not replace with your alternative)
netsh interface show interface [ for show nic card status]
netsh interface set interface Ethernet enable [ enable ethernet card]
net stop netlogon
net start netlogon
%username% after file link will create every user name
The net use command is a Command Prompt command that's used to connect to, remove, and configure connections to shared resources, like mapped drives and network printers. The net use command is one of many net commands likenet send, net time, net user, net view, etc [for configuring and monitoring]
No comments:
Post a Comment