We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment we can add a comma separated list of strings into the --shortcut-locations=Desktop,StartMenu.
--shortcut-locations=Desktop,StartMenu
It would be nice if this would also accept a full path like:
--shortcut-locations='c:\path\to\folder\'
and it could work with multiple entries and with a combination of what is already working like this:
--shortcut-locations=Desktop,'c:\path\to\folder\'
The text was updated successfully, but these errors were encountered:
I'm not super excited about that because then it's hard to update / maintain shortcuts. What folder do you want to put shortcuts in?
Sorry, something went wrong.
%APPDATA%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Then maybe adding that to the list --shortcut-locations=Desktop,TaskBar :)
--shortcut-locations=Desktop,TaskBar
No branches or pull requests
At the moment we can add a comma separated list of strings into the
--shortcut-locations=Desktop,StartMenu
.It would be nice if this would also accept a full path like:
and it could work with multiple entries and with a combination of what is already working like this:
The text was updated successfully, but these errors were encountered: