[PHP] XAMPP UAC 해제 방법

gyrud02·2022년 5월 9일
0

실무

목록 보기
2/24
important! because an activated user account control (uac) on your system some functions of XAMPP are possibly restricted. With UAC please avoid to install XAMPP to C:\Program Files (x86) (missing write permissions). Or deactivate UAC with msconfig after this setup.

출처: https://88240.tistory.com/408

XAMPP를 설치할 때 다음과 같은 경고창이 뜬다면 해결책은 두 가지가 있다.

  1. UAC 해제
  2. C드라이브 내에 프로그램 파일 폴더 권한 변경

1번 방법

시작 -> 제어판 -> 사용자 계정 -> 사용자 계정 컨트롤 설정 변경
-> 설정값을 제일 끝으로 변경한다.

만약 Windows 7 이상일 경우, 윈도우키 + R을 누른 다음

control nusrmgr.cpl

이라고 입력하면 바로 컨트롤 끄기가 돼서 쉽게 변경할 수 있다.

profile
Back-End Engineer

0개의 댓글