startup in command shell

  • Thread starter Thread starter chenjie
  • Start date Start date
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.
 
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.
 
Back
Top