In Windows Explorer, I often do CTRL+L c m d ENTER to quickly launch a cmd.exe shell with the working directory being the current Explorer folder. It's a handy and quick 1-second shortcut. (I don't use Powershell, I prefer cmd.exe)
But then, the cmd.exe which is started is not admin, even though my current Windows user is Administrator.
Example: mklink .... gives You do not have sufficient privilege to perform this operation (see also: Why can't I make a symbolic link (mklink) even when I'm an administrator)
How to launch an (administrator) cmd.exe from a Windows Explorer window, with the current working directory = the current folder in Explorer?
Notes:
Some answers are given in Hotkey to open cmd with administration rights in current folder from Explorer but 1) it's off topic on SO 2) most answers don't give an admin cmd.exe 3) some do but you end with an admin Powershell which I don't want 4) some are outdated and no longer work on newer Win10 versions (see comments).
Similar question but for Powershell: Open Powershell as Administrator at Current File Explorer Directory Keyboard Shortcut (Windows 10)

