startup in command shell

C

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],
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.
 
K

KM

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top