Hello. why "CLI DOSPROMPT=admin" is always INACTIVE in floating toolbar
That command opens a DOS Prompt in the current folder, but floating toolbars don't have a current folder.
You can use these commands on a floating toolbar, changing the first line to the folder you want the command prompt to start in:
Normal:
cd %HOMEDRIVE%%HOMEPATH%\Desktop
C:\Windows\system32\cmd.exe
Admin/Elevated:
cd %HOMEDRIVE%%HOMEPATH%\Desktop
@admin: C:\Windows\system32\cmd.exe /T:47
(Remove the /T:47
if you don't want the admin prompt to have a red background.)