Endrju > 2023-06-10 01:59
shell:startup
shell:common startup
dr Winchell > 2023-06-22 10:58
(2023-06-10 01:59)Endrju Wrote: How to add to favorites a command that is run in the Run window
Code:shell:startup
shell:common startup
Yes I know that Autostart is already defined in Special Folder but I'm asking out of curiosity. For example, Autostart for All Users shell:common startup is not defined in Special Folder so how can I add it manually?
Endrju > 2023-06-23 01:27
(2023-06-22 10:58)dr Winchell Wrote: Endrju,
I came up with a solution for you. It seems there should be a better way but I couldn't get it to work.
Let us know how you make out.
- Create a cmd (plain text) file. I called mine "Shell-Startup.cmd" .
- In this file put " start shell
tartup ".
- Create a QAP Favorite of type application and point to the above file. You should also be able to right-click on the file and select "Add file to Quick Access Popup menu"
- Save and test
It seems like a separate file shouldn't be needed but I couldn't figure it out. Maybe QAP doesn't like the colon after shell.
-dr W
explorer.exe shell:common startup
dr Winchell > 2023-06-23 04:41
(2023-06-23 01:27)Endrju Wrote:(2023-06-22 10:58)dr Winchell Wrote: Endrju,
I came up with a solution for you. It seems there should be a better way but I couldn't get it to work.
Let us know how you make out.
- Create a cmd (plain text) file. I called mine "Shell-Startup.cmd" .
- In this file put " start shell
tartup ".
- Create a QAP Favorite of type application and point to the above file. You should also be able to right-click on the file and select "Add file to Quick Access Popup menu"
- Save and test
It seems like a separate file shouldn't be needed but I couldn't figure it out. Maybe QAP doesn't like the colon after shell.
-dr W
Hi,
I did as you wrote, I think I did it correctly, unfortunately it does not work![]()
EDIT
After a small modification of the file, it is already working![]()
Code:explorer.exe shell:common startup
I also found a easier and better way
Application (path and file name)
explorer
Parameters
shell:common startup
Jean Lalonde > 2023-06-27 21:01
Endrju > 2023-06-29 23:28