如何在 Win x64 计算机启动时运行批处理文件?

发布于 2024-07-05 06:16:59 字数 146 浏览 7 评论 0原文

我知道您可以使用 autoexnt 在 Windows XP 启动时运行批处理文件,但这似乎只适用于 32 位计算机。 我在一台机器上运行 Windows XP x64,并且需要在启动时运行一个脚本(无需任何人登录)。 有什么想法吗?

谢谢您的帮助。

I know you can use autoexnt to run a batch file on startup for Windows XP, but that only seems to work for 32-bit machines. I'm running Windows XP x64 on a box, and I need to have a script run on startup (without anyone's logging in). Any ides?

Thanks for the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

十雾 2024-07-12 06:16:59

在注册表中,通过“regedit”访问,您可以导航到以下键:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

添加 Reg_sz 类型条目,无论键名实际上是什么,但作为给定的值程序或批处理文件的完全限定路径名。

In your registry, accessible through "regedit" you can navigate to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Add a Reg_sz type entry, doesn't matter what the key name is really, but as the value give the fully qualified path name to your program or batch file.

玩物 2024-07-12 06:16:59

启动时意味着登录,还是启动时意味着(在任何人登录之前)?

登录时,您只需将 BAT 放入“启动”文件夹中即可。

On startup meaning Login, or on startup meaning (before anyone logs in)?

On login, you could just put a BAT in your Startup folder.

人间☆小暴躁 2024-07-12 06:16:59

还可以使用本地计算机策略来配置启动和关闭脚本。

http://vlaurie.com/computers2/Articles/group_policy_editor.htm

有一个很好的演练如何做。

Can also use local computer policy to configure startup and shutdown scripts.

http://vlaurie.com/computers2/Articles/group_policy_editor.htm

Has a good walkthrough of how to do it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文