Page 1 of 1
Shortcut in the User Startup Folder
Posted: Sat Mar 05, 2005 5:39 am
by devdept
Hello,
Is it possible to add a shortcut in the User Startup folder?
I used:
Code: Select all
Get Folder Location Start Menu -> Startup Group into USERSTARTUP
But it refers to All User folder...
Thanks,
Posted: Sat Mar 05, 2005 9:15 am
by sinan
Just uncheck the Get for All Users box in the Get Folder Location command.
Posted: Mon Mar 07, 2005 2:53 am
by devdept
Unfortunately is not like that. The shortcut is always copied under the All User folder.
Any workaround?
Thanks,
Posted: Mon Mar 07, 2005 7:24 am
by sinan
I tried the commands on my local system here, using this script code:
Code: Select all
~InstallAWARE Clipboard Data~
~MessageBox~
~{E8BE8465-E836-4E7E-8844-F7F879B4FD09}~
~info~
~$ALLSTART$$NEWLINE$$MESTART$~
~0~
~1~
~~
~Get Folder Location~
~{2B9D71C8-7905-4AB8-8729-E8B4E48BB7D7}~
~MESTART~
~13~
~FALSE~
~Get Folder Location~
~{9385DF48-241D-43AC-A0CD-D71ABCE0018B}~
~ALLSTART~
~13~
~TRUE~
The resulting output was as follows:
---------------------------
info
---------------------------
C:\\Documents and Settings\\All Users\\Start Menu\\Programs\\StartupC:\\Documents and Settings\\Administrator\\Start Menu\\Programs\\Startup\---------------------------
OK
---------------------------
What does the above script yield on your own box? (tip: copy-paste entire code block into the IDE)
Posted: Mon Mar 07, 2005 5:41 pm
by devdept
Code: Select all
~InstallAWARE Clipboard Data~
~Get Folder Location~
~{131D8653-FA8C-4D95-887B-E784CE41FF3E}~
~WINSTARTUP~
~13~
~FALSE~
Thanks,
Posted: Mon Mar 07, 2005 7:34 pm
by sinan
I meant for you to copy-paste the code I provided and try it on your own system
