Jump to content

Recommended Posts

Posted

How do I get autohotkey commands/programs to start through my MSCONFIG file

so they start when Windows starts?

--

jj

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest P. Di Stolfo
Posted

Re: autohotkey

 

Hello,

 

at first, convert the autohotkey script to an exe file, and then you could

go to the Registry editor (Start -> Run -> regedit.exe) and navigate to

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

and create a new string value with the name of the program and its path as

value.

 

Hope this will help.

Greetings,

P. Di Stolfo

--

//-----------------------------------------------------------------------------------------------------------

// http://blog.lysorp.com - small Windows Blog in German language

//-----------------------------------------------------------------------------------------------------------

 

"JJ" <JJ@discussions.microsoft.com> schrieb im Newsbeitrag

news:80D18549-3B7F-4BB2-9E42-2D8E75F1331B@microsoft.com...

> How do I get autohotkey commands/programs to start through my MSCONFIG

> file

> so they start when Windows starts?

> --

> jj


×
×
  • Create New...