Click here to Skip to main content
15,887,881 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionShellExecute function Pin
AnayKulkarni23-Sep-07 21:26
AnayKulkarni23-Sep-07 21:26 
QuestionRe: ShellExecute function Pin
Rajesh R Subramanian23-Sep-07 21:30
professionalRajesh R Subramanian23-Sep-07 21:30 
AnswerRe: ShellExecute function Pin
Waldermort23-Sep-07 21:30
Waldermort23-Sep-07 21:30 
AnswerRe: ShellExecute function Pin
Iain Clarke, Warrior Programmer23-Sep-07 22:16
Iain Clarke, Warrior Programmer23-Sep-07 22:16 
QuestionHow to turn off some softwares's auto run? Pin
kcynic23-Sep-07 21:22
kcynic23-Sep-07 21:22 
AnswerRe: How to turn off some softwares's auto run? Pin
_AnsHUMAN_ 23-Sep-07 21:55
_AnsHUMAN_ 23-Sep-07 21:55 
GeneralRe: How to turn off some softwares's auto run? Pin
kcynic23-Sep-07 22:56
kcynic23-Sep-07 22:56 
AnswerRe: How to turn off some softwares's auto run? Pin
BadKarma23-Sep-07 22:05
BadKarma23-Sep-07 22:05 
Programs can be started on 3 levels

1. In the starup folder of the user.
These are link files which can be deleted. I think you can find the folder with the function SHGetKnownFolderPath[^]

2. There are 2 places where programs can be starten from the registry
HKCU/SOFTWARE/MICROSOFT/WINDOWS/CURRENTVERSION/RUN
HKLM/SOFTWARE/MICROSOFT/WINDOWS/CURRENTVERSION/RUN

3. Last place: The services.
These program2/services can be started according to there startup settings: manual, automatic, disabled.

Hope this is helpfull

codito ergo sum

GeneralRe: How to turn off some softwares's auto run? Pin
kcynic23-Sep-07 22:56
kcynic23-Sep-07 22:56 
AnswerRe: How to turn off some softwares's auto run? Pin
Iain Clarke, Warrior Programmer23-Sep-07 22:18
Iain Clarke, Warrior Programmer23-Sep-07 22:18 
GeneralRe: How to turn off some softwares's auto run? Pin
kcynic23-Sep-07 22:55
kcynic23-Sep-07 22:55 
QuestionRe: How to turn off some softwares's auto run? Pin
David Crow24-Sep-07 3:21
David Crow24-Sep-07 3:21 
AnswerRe: How to turn off some softwares's auto run? Pin
kcynic24-Sep-07 15:25
kcynic24-Sep-07 15:25 
QuestionUnInstallationFF? Pin
yadahav23-Sep-07 20:59
yadahav23-Sep-07 20:59 
AnswerRe: UnInstallationFF? Pin
Hamid_RT23-Sep-07 21:06
Hamid_RT23-Sep-07 21:06 
GeneralRe: port number Pin
p_23-Sep-07 20:58
p_23-Sep-07 20:58 
Questionwhat is mean by unistallerff Pin
yadahav23-Sep-07 20:20
yadahav23-Sep-07 20:20 
AnswerRe: what is mean by unistallerff Pin
nbugalia23-Sep-07 20:53
nbugalia23-Sep-07 20:53 
GeneralRe: what is mean by unistallerff Pin
Hamid_RT23-Sep-07 21:02
Hamid_RT23-Sep-07 21:02 
GeneralRe: what is mean by unistallerff Pin
nbugalia23-Sep-07 21:21
nbugalia23-Sep-07 21:21 
GeneralRe: what is mean by unistallerff Pin
Hamid_RT23-Sep-07 21:50
Hamid_RT23-Sep-07 21:50 
GeneralRe: what is mean by unistallerff Pin
nbugalia23-Sep-07 23:05
nbugalia23-Sep-07 23:05 
QuestionRe: what is mean by unistallerff Pin
Hamid_RT23-Sep-07 21:02
Hamid_RT23-Sep-07 21:02 
Questionhow to change the font of property page Pin
rajneshmalik23-Sep-07 19:49
rajneshmalik23-Sep-07 19:49 
AnswerRe: how to change the font of property page Pin
Nelek23-Sep-07 20:10
protectorNelek23-Sep-07 20:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.