| | | |

Windows Quick Access Shortcut Commands [ My TechNet Wiki Post ]

Access Windows Servcies with MSC Commands.

Hello Wiki, sometimes I see some experts follow GUI pathes in order to access a service panel to configure or rearrange it. However, accessing them through RUN or start menu as a shortcut with just a simple command would make it quickly and easier to access.
Here is some of them I learnt through the years and wanted to share it with Wiki.

Access Computer Management:
Compmgmt.msc

Access Windows Services:
Services.msc

Access to NIC’s ( Network Interface Cards ):
Ncpa.cpl

Access to Active Directory Users and Computers:
Dsa.msc

Access to Certificate Manegement:
Certmgr.msc

Access to Disk Management:
Diskmgmt.msc

Access to Registery Editor:
Regedit.msc

Access to Devices Management:
Devmgmt.msc

Open Remote Desktop Management:
MSTSC

Local Users and Computers:
Lusrmgr.msc

Access local Group policies:
Gpedit.msc

System Configuration utility:
Msconfig

Windows Firewall:
Firewall.cpl

Create a local new user account:
netplwiz

Similar Posts

  • What about Azure Policy?!

    Hi Blog! Here’s a small explanation about Azure policy and it’s use cases and benefits within the environment. Microsoft Azure is a cloud computing platform that provides a wide range of services for businesses and organizations. One of the key features of Azure is the ability to enforce policies and ensure the security of the…

  • Azure ACI – Best Practices

    Hey Blog! Here’s some best practices to share about Azure ACI (Azure Container Services) I thought that might be helpful for the community to share. Azure Container Instances (ACI) is a fast and simple way to run containers in the Azure cloud. Here are some best practices to follow when using ACI: By following these…

  • YAY! 2023 MVP Award Renewal!

    I’m amazingly happy to share I just got MVP Award renewed from Microsoft and extremely happy to share in my blog on how valuable is for me to be recognized again with Microsoft MVP Award! We are community and community means everything! I’m glad that I’ll be sharing my knowledge as much as I can…

  • Active Directory Ports

    In the series of posts this month we’ve been looking at network ports relevant to security administrators. This note explores the ports used for Active Directory (AD) communications, which is a topic particularly relevant for allowing AD traffic across a firewall. For instance, you may be wondering which ports to open to allow AD replication…

  • Azure Load Balancer

    Azure Load Balancer: ( from AZ-103 Trainer Book ) The Azure Load Balancer delivers high availability and network performance to your applications. The load balancer distributes inbound traffic to backend resources using load balancing rules and health probes.