I have created a taskbar button to open a CMD prompt in elevated mode in the current directory. It's is very simple just "CLI DOSPROMPT=admin". It works as I expected and does open a CMD prompt in admin mode in the current directory. My problem is that the window is white text on a red background and I can't figure out how to change the color. If I create a similar button with the command "CLI DOSPROMPT" it opens a regular CMD prompt with white text on black background. Ideas?
CLI DOSPROMPT="admin,color=97"
THANKS - Works great.
1 Like