Command Line - Control Panel task manager and Settings executed with Administrative rights

If you work on pc using user without administrative righs you could have necessity to execute some menu with administrative rights.

Start --> Cmd.exe with administrative rights:


  1. Control panel (to laungh Control Panel)
  2. start ms-settings: (to launch Settings menu)
    Here it is official documentation and here.
  3. Start-Process "ms-settings:(to launch Settings menu using powershell)
  4. taskmgr.exe (to launch task manager)
  5. control netcpl.cpl (to launch Network Properties)