-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No color scheme in tabs opened as Administrator #94
Comments
Hi @gsbabil, does this still affect you on version 1.1.3? |
@MartiUK Yes, I just tested and the issues is still here with version 1.1.3. |
@gsbabil May be a Win 8 specific problem since it works just fine on Win 7 64bit, will look at it tonight. |
I had this same problem on Windows 7 64bit. I've solved it by manually creating the "CMDER_ROOT" environment variable that points to where I put cmder ("C:\cmder") |
@Woodham thanks a lot. I just tested it. |
While the workaround is easy enough, it would be nice if Cmder handled this 'out of the box'. |
When starting a shell as Administrator, the CMDER_ROOT variable is not propagated from the parent (non-Admin) environment. Fix this by using paths relative to %ConEmuDir%. Fixes issue cmderdev#94.
Color scheme doesn't apply if Cmder is run as current user and a new tab is opened with
Run as Administrator
. The error message says -The system cannot find the path specified.
If
Cmder.exe
is originally run as administrator and then a new tab is opened within this session, everything works. But obviously a regular user session can not be opened anymore (everything runs as administrator).The text was updated successfully, but these errors were encountered: