You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have no way of modifying the Window Style for our shortcuts.
Having the ability to change the Window Style to Minimized or Hidden (which doesn't seem to actually work...) for console applications would make for a much nicer shortcut and this is supported by the Install-ChocolatelyShortcut function that we are using. (For example, it should alleviate seeing any command prompt popup that may not be wanted)
I think we should add this as an extra argument to pass into VM-Install-Shortcut.
The text was updated successfully, but these errors were encountered:
Yes, That is one of the reasons that I would like to have the option. 🙂 It will make it so that opening the new cyberchef shortcut will be clean without a popup.
When trying to fix mandiant/flare-vm#559, I attempted to try the route of adding cyberchef to be the default homepage when opening chrome programmatically (modifying config files) but it seems to change often enough that it will likely break eventually.
Adding it as a chrome policy also didn't work as chrome straight up denies having a local file be used for the default homepage.
While it may be nice to have, it's not a necessity right now as no tool currently needs it, so we can close it for the moment and reopen it if the need arises in the future. 🙂
Details
Right now we have no way of modifying the Window Style for our shortcuts.
Having the ability to change the Window Style to
Minimized
orHidden
(which doesn't seem to actually work...) for console applications would make for a much nicer shortcut and this is supported by theInstall-ChocolatelyShortcut
function that we are using. (For example, it should alleviate seeing any command prompt popup that may not be wanted)I think we should add this as an extra argument to pass into
VM-Install-Shortcut
.The text was updated successfully, but these errors were encountered: