Activate WebSite for SharePoint

 

@echo off

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

@echo 正在访问 http://localhost
start "C:\Program Files\Internet Explorer\iexplore.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 Files\Internet Explorer\iexplore.exe" http://localhost

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

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

上一篇:WPF 让窗口激活作为前台最上层窗口的方法


下一篇:Ubuntu18.04环境下安装anaconda3