sudo cmd 에서 sudo escalate / powershell service / powershell db mysql / apache / 아파치 서비스를 cli 로 실행 / bat file / run service batch / service cmd / command / run service command
windows 에서 admin 권한으로 service 실행하는 batch 만들기
net service Apache
는 administrator(관리자) 권한의 cmd 에서만 가능하다. 하지만 powershell 을 이용해서 sudo
처럼 관리자 권한으로 실행할 수 있다.
방법은 아래와 같다.
powershell -Command "Start-Process -Verb RunAs powershell.exe -Args '-executionpolicy bypass -command', \"Start-Service -Name Apache;\""
댓글 없음:
댓글 쓰기