programs running on startup without being in startup folder [closed]

泄露秘密 提交于 2019-12-10 21:42:15

问题


some program (sort of malware) is running on my windows 7 at startup, but my startup folder is empty (even after removing the hidden and system attrib of all the programs in the folder). But msconfig shows the script that was running.

This means that programs can run on startup without actually being in the startup folder.

Please help me by explaining, how these softwares do this, or any concept of startup that i am missing?

Thanks in advance.


回答1:


From here:

Add a new startup application Open your registry and find the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run].

For each program you want to start automatically create a new string value using a descriptive name, and set the value of the string to the program executable.

For example, to automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe".




回答2:


Goto MSCONFIG and Remove the check mark for that particular App. then you are good go



来源:https://stackoverflow.com/questions/20781152/programs-running-on-startup-without-being-in-startup-folder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!