[autohotkey] 레지스트리 재부팅이 필요한항목 수정후 재부팅 없이 바로 적용시킬수있는 방법
Notifies the OS and all running applications that environment variable(s) have changed. EnvUpdate ErrorLevel is set to 1 if there was a problem or 0 otherwise. Refreshes the OS environment. Similar effect as logging off and then on again. For 예제, after making changes to the following registry key on Windows NT/2000/XP or later, EnvUpdate could be used to broadcast the change: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session EnvUpdate
원문보기
수정요청ErrorLevel
Remarks
Manager\Environment관련 명령어
예제
EnvUpdate
RegWrite, HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Control\Session Manager\Environment, 0, 0
RegWrite, HKEY_CURRENT_USER, Environment, 0, 0
EnvUpdate
이렇게 명령이 들어가니까 일단은 성공입니다! 레지 수정후 재부팅을 해야 하는 옵션 [예:드라이브 잠금/풀기 = 재부팅을 한다거나 폴더옵션변경으로 쉘을다시 시작하기해서 적용을 했었는데 이옵션으로 성공했네요!