-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
I can't figure out the correct syntax to use for the autorun verb:
C:\Users\Pajamaman>clink autorun show
Current AutoRun values
Current user:
native : "C:\clink\clink" inject
wow64 : "C:\clink\clink" inject
All users:
native : <unset>
wow64 : <unset>
C:\Users\Pajamaman>clink autorun value "C:\clink\clink inject"
ERROR: Invalid arguments. Run 'clink autorun --help' for info.
C:\Users\Pajamaman>clink autorun value "C:\clink\clink" inject
ERROR: Invalid arguments. Run 'clink autorun --help' for info.
C:\Users\Pajamaman>clink autorun value "C:\clink\clink" -- inject
ERROR: Invalid arguments. Run 'clink autorun --help' for info.
Based on the output of autorun --help
I would expect the first attempt to be the correct one.
What I'd really like is to set the autorun value to "C:\clink\clink" inject --quiet
, but I can't even get the first part working.
Metadata
Metadata
Assignees
Labels
No labels