Activate WebSite for SharePoint

Posted D&J

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Activate WebSite for SharePoint相关的知识,希望对你有一定的参考价值。

 

@echo off

@echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)
taskkill /im iexplore.exe /f /t

@echo 正在访问 http://localhost
start "C:Program FilesInternet Exploreriexplore.exe" http://localhost

@echo 正在通过ping来延迟80秒钟,以方便IE打开页面
ping 127.0.0.1 -n 80

@echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)
taskkill /im iexplore.exe /f /t

@echo 正在访问 http://localhost
start "C:Program FilesInternet Exploreriexplore.exe" http://localhost

@echo 正在通过ping来延迟80秒钟,以方便IE打开页面
ping 127.0.0.1 -n 80

@echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)
taskkill /im iexplore.exe /f /t

以上是关于Activate WebSite for SharePoint的主要内容,如果未能解决你的问题,请参考以下文章