I
I
Insolent Muzzle2020-01-18 19:40:28
Windows
Insolent Muzzle, 2020-01-18 19:40:28

How do I remove the word admin from the title bar of a VS Code window?

I want to completely remove the VS Code window title. With the help of settings.json, I was able to remove all the text except for the inscription [Administrator]. How to remove it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
webserfer, 2020-05-24
@pluffie

It is necessary to remove ${e.NLS_USER_IS_ADMIN} and ${ e.NLS_UNSUPPORTED}, though VSC will start complaining about changes at startup, but this notification can be turned off.

B
Bohdan Petrov, 2020-01-19
@mindyourlifeguide

"window.title": "",

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question