Discussion:
startup in command shell
(too old to reply)
chenjie
2007-03-15 09:12:34 UTC
Permalink
I use minilogo with command shell.
And I want my program run stratup.
After send lnk file to start up floder,change reg at
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run],
or [HKEY_LOCAL_MACHINE\Software\CLASSES\piffile\shell\open\command]
@="\"%1\" %*" ,
when I reboot it doesnot run startup.
and what I changed in regedit were all lost.
What I should do about it?
ps:I dont need cmd run FULLSCREEN ,and I change regedit,but it didnt change
either.
KM
2007-03-15 20:33:25 UTC
Permalink
First of all, doesn't use HKCU branch with Minlogon!!! Use HKLM branch instead.

Also, with Minlogon you can't rely on Explorer shell to launch apps in the startup folder.
I never thought Run key can launch LNK files.
Why don't you launch an executable directly?

Btw, PIF files are not LNK files.
--
=========
Regards,
KM
Post by chenjie
I use minilogo with command shell.
And I want my program run stratup.
After send lnk file to start up floder,change reg at [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run],
when I reboot it doesnot run startup.
and what I changed in regedit were all lost.
What I should do about it?
ps:I dont need cmd run FULLSCREEN ,and I change regedit,but it didnt change either.
Loading...