windows 如何永久删除msconfig中的启动项?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4131416/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how to permanently remove startup item in msconfig?
提问by Xah Lee
How to permanently remove the Startup items in Windows's msconfig?
如何永久删除 Windows msconfig 中的启动项?
(to start it, type Win+r, then msconfig. This is Windows Vista)
(要启动它,请键入 Win+r,然后键入 msconfig。这是 Windows Vista)
采纳答案by Lord Peter
As far as I know you have to do this according to what is making the item start. So, remove the keys from the appropriate registry hive using regedit e.g. HKLM\Software\Microsoft\Windows\CurrentVersion\Run\ *ProgramName*
(This is shown in the "location" column in msconfig.)
据我所知,您必须根据使项目开始的原因来执行此操作。因此,使用 regedit 从适当的注册表配置单元中删除键,例如HKLM\Software\Microsoft\Windows\CurrentVersion\Run\ *ProgramName*
(这显示在 msconfig 的“位置”列中。)
回答by Takis K.
回答by Amar Kulo
HiHyman this has also this function built in.
劫持这也内置了这个功能。