2 값이 "% userprofile % \ Shares"인 REG_EXPAND_SZ 유형의 GPO에 레지스트리 항목을 만들었습니다. 문제는 GPO를 적용하면 "C : \ Users \ Default \ Shares"데이터로 값이 만들어집니다. 거기에 변수를 자동으로 바꾸지 않고 "% userprofile % \ Shares"값을 mantain하는 방법이 있습니까? windows-registry group-policy — Hellon 소스
0 여기에 답변을 찾았습니다. https://sdmsoftware.com/forums/topic/escaping-env-variable-while-using-gpp/ & lt; & gt; 자동 검사를 방지하기 위해 변수 이름 사이에 % userprofile % 대신 % & lt; userprofile & gt; %를 사용했습니다. — Hellon 소스