Enable Hyper Terminal Windows 10
How to Enable Disable Hyper V on Windows 10? October 28, 2018 By Jitendra Dabhi Leave a Comment By now, you are aware of fundamentals of hyper v (of course, you might have read my previous blog having ground level information about hyper-v). Hi, The following is for a WinXP service pack 3 system: HyperTerminal was malfunctioning due to an unsuccessful previous operation. (Installing and removing of a non Microsoft HyperTerminal program). Windows Vista Applications Question 7 7/18/2008 1:20:59.
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave 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
Comments
commented Mar 11, 2017 • edited by albinekb
edited by albinekb
IssueI am unable to get transparency working on Hyper 1.31 on Windows 10. I have tried a few plugins, none of which worked, and changing my backgroundColor to |
commented Mar 11, 2017
Try to see this #1625 |
commented Mar 11, 2017
+1 Please explain how to enable transparency using flags if it is possible at all. This is my favourite terminal emulator by far and I would like to keep using it but need transparency. |
commented Mar 11, 2017 • edited
edited
As sad @Zx-EvM in
|
commented Mar 12, 2017 • edited
edited
If you're feeling adventurous, I have found that you can enable transparency in Hyper 1.3.1 on Windows 10 by setting |
commented Mar 12, 2017 • edited
edited
@cvandal thanks. it's really working Also I want to pay attention that I did not see much difference between CPU usage before and after using this lifehack
IMO I think it's because hyper.is terminal was only available for OS X initially |
referenced this issue Mar 12, 2017
ClosedBackground transparency not working as expected. #1556
commented Mar 12, 2017
I haven't noticed an increase in CPU or MEM consumption, however after enabling transparency I have found that it certainly feels sluggish while entering commands. I can live without transparent terminal, I can't live with a slow terminal so I've reverted my changes :). |
added the 🖼 Platform: Windows label Mar 14, 2017
commented Mar 17, 2017
This is only because if you enable the transparency on windows and then use the View > Full Reload, then the hole window of hyper is completely transparent. I can live with this because I don't use this 'Full Reload'. I just restart the hole hyper after plugin installations. But I WANT a half transparent window ^^. |
referenced this issue Mar 17, 2017
Closed[Windows] Sometimes when I do a full reload, the terminal becomes transparent #1026
commented Mar 17, 2017 • edited
edited
@cvandal yes, this was done because it caused issues with Windows snapping. You could not snap Hyper to the edge of the screen when transparency is enabled. This was the problem with Electron actually. |
commented Mar 20, 2017
@stefanivic yes I also found this out today :) |
referenced this issue May 20, 2017
ClosedWindow background opacity does not work (regression) #1799
commented May 20, 2017
Looks like it's not going to be supported |
referenced this issue Jun 14, 2017
ClosedAdd transparency #4
commented Sep 19, 2017
I have enabled @cvandal's hack on Windows 10 without the I edited the contents of Default electron has a command line flag ( |
referenced this issue Sep 19, 2017
ClosedVibrancy for Windows #2232
commented Jan 19, 2018
Hyperterminal For Windows 10 64 Bit
Is the workaround no longer possible? I'm on version 1.4.8 and not able to find any of the referenced code in app.asar:index.js. |
referenced this issue Feb 5, 2018
OpenBackground transparency per OS support #7
commented Apr 24, 2018
Hey, any updates on this for Hyper 2? |
Terminal Emulator For Windows 10
commented Apr 24, 2018
@johnRivs @ryanproud - apparently it's a Chromium issue, per the issue referenced by @albinekb : electron/electron#8532 (comment) I don't think they (Hyper) can fix it until Chromium does so on their end... |
commented May 12, 2018
This can be solved using I made a plugin for that : hyper-opacity |
commented May 12, 2018
@lucleray You know what, it's not the same but it's close enough. I'm gonna check it out. |
commented May 12, 2018
@johnRivs It's true that it doesn't only set the opacity for the background |
commented May 14, 2018
Very nice plugin! @chabou do we want to keep this as a feature request? Should probably have feature parity across all OS and we have vibrancy out of the box for macOS. |
referenced this issue May 19, 2018
ClosedOpacity does not work #24
commented Jun 3, 2018
@lucleray THANK YOU so much, this is absolutely amazing -- however, quick question, I can not get BLUR or Vibracvy to work.... just transparency. Is that possible. OMG, I that is possible, then This terminal is absolutely what I been hoping for. |
commented Jun 4, 2018
@Stanzilla If I remember correctly, opacity was not a core feature due to some bug with mouse interactions. I'll try to find concerned issues. |
commented Jun 4, 2018
@Stanzilla@lucleray This is the PR that disabled explicitly transparency on Windows: #1307 I don't know if this is still relevant. |
commented Jun 5, 2018 • edited
edited
According to the electron docs :
So, for Windows, instead of explicitly disabling transparency (#1307), it's possible to enable it if DWM is enabled. If you think this should be part of Hyper, I can write a PR for that. Otherwise it could be left to a plugin to handle this. |
commented Jun 5, 2018 • edited
edited
I think it's better suited for a plugin (for windows) as this will most likely not work 100% all the time and we need to maintain it and also check that it works every time we upgrade electron. |
commented Jun 5, 2018
@albinekb I agree that this should be a plugin for now while it's a workaround, but if the electron issue ever gets solved conclusively, I feel it should be moved into hyper again to align with the features available on OSX. There should also be a note somewhere in the README/docs to clarify this position, as lots of people are probably looking for this feature. |