adding admin consoles to the console list #5426

Open
opened 2026-01-31 00:13:02 +00:00 by claunia · 0 comments
Owner

Originally created by @JustBeta on GitHub (Dec 6, 2019).

Would it be possible to integrate a console with the 'admin' token so that it can be associated with the other tabs.

Here is the profile I use, they are functional but not integrate.
{
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Command Start-Process "%SystemRoot%\system32\cmd.exe" -Verb runAs",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{f406ac09-24c5-4f23-ab3b-e1303ef722e6}",
"historySize" : 9001,
"icon" : "ms-appx:///ProfileIcons/{f406ac09-24c5-4f23-ab3b-e1303ef722e6}.png",
"name" : "cmd (admin)",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : true
},
{
"acrylicOpacity" : 0.5,
"background" : "#012456",
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Command Start-Process "powershell.exe" -Verb runAs",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{05bba87c-60ce-485b-b510-766ea0c24805}",
"historySize" : 9001,
"icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name" : "Windows PowerShell (Admin)",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : false
},

Originally created by @JustBeta on GitHub (Dec 6, 2019). Would it be possible to integrate a console with the 'admin' token so that it can be associated with the other tabs. Here is the profile I use, they are functional but not integrate. { "acrylicOpacity" : 0.75, "closeOnExit" : true, "colorScheme" : "Campbell", "commandline" : "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoLogo -Command Start-Process \"%SystemRoot%\\system32\\cmd.exe\" -Verb runAs", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "Consolas", "fontSize" : 10, "guid" : "{f406ac09-24c5-4f23-ab3b-e1303ef722e6}", "historySize" : 9001, "icon" : "ms-appx:///ProfileIcons/{f406ac09-24c5-4f23-ab3b-e1303ef722e6}.png", "name" : "cmd (admin)", "padding" : "0, 0, 0, 0", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : true }, { "acrylicOpacity" : 0.5, "background" : "#012456", "closeOnExit" : true, "colorScheme" : "Campbell", "commandline" : "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoLogo -Command Start-Process \"powershell.exe\" -Verb runAs", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "Consolas", "fontSize" : 10, "guid" : "{05bba87c-60ce-485b-b510-766ea0c24805}", "historySize" : 9001, "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", "name" : "Windows PowerShell (Admin)", "padding" : "0, 0, 0, 0", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : false },
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 00:13:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5426