我目前正在尝试获取所有自动运行的列表,但我在 64 位系统上苦苦挣扎。当我使用:
My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", False)
它向我显示了以下条目:
My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run", False)
任何人都知道为什么和/或如何解决这个问题?
我还应该声明 HKLM\..\Run 中的项目与 HKLM\..\Wow6432Node..\Run 中的项目不同。