且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

有WAMP在Windows启动时自动启动(无需登录或UAC干扰)

更新时间:2023-12-04 12:18:52

按照这些说明在启动时启动相应的WAMP的服务。 UAC不会在这里干涉,也没有必要登录到启动Web服务器:

Follow these instructions to start the appropriate WAMP services on start-up. UAC will not interfere here and there is no need to log in to start your web-server:


  1. 身份登录的管理员。

  1. Log in as an administrator.

开始 - >运行SERVICES.MSC

Start -> Run "services.msc"

右键单击该服务的 wampapache (也可称为 wampapache64 )。转到属性,并设置启动类型设置为自动

Right click the service wampapache (may also be called wampapache64). Go to properties and set start-up type to 'Automatic'

如果您希望MySQL也可在启动时,然后重复步骤3的 wampmysqld (或 wampmysqld64

If you want MySQL to also be available on startup, then repeat step 3 for wampmysqld (or wampmysqld64)

有WAMP在Windows启动时自动启动(无需登录或UAC干扰)

屡试不爽在Windows 7-10

Tried and tested on Windows 7-10