.NET_STAR

打造技术团队,愿与您共同开创事业!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

1、修改启动类型

      sc config RemoteAccess start= demand

      说明:RemoteAccess是“Routing and Remote Access”服务的名字

           start=“空格(一定要)”demand(手动)/auto(自动)/disabled(禁止)

2、启动停止服务

      sc start RemoteAccess

      sc stop RemoteAccess

      net start RemoteAccess

      net stop RemoteAccess

posted on 2008-08-14 09:57  雷明  阅读(2638)  评论(0编辑  收藏  举报