C#/기초
[C#] Registry Read/Write
딸기우유중독
2024. 6. 3. 10:10
Write
Read
https://ardor-dev.tistory.com/32
[C#] 레지스트리 사용법 (읽기, 쓰기, 삭제, 64bit or 32bit)
레지스트리(Registry)란? Microsoft Window 32/64bit 버전과 윈도우 모바일 운영체제의 설정과 선택 항목을 담고 있는 데이터 베이스입니다. 주로 윈도우즈 환경 설정과 관련된 각종 정보가 등록된 곳입니
ardor-dev.tistory.com
삭제
#Note
writable: true 로 해야 접근가능.
https://stackoverflow.com/questions/10339990/set-registry-value-throws-unauthorizedaccessexception
Set Registry value throws UnauthorizedAccessException
I have a C# application and I am trying to edit a service through the registry. I am using a manifest file that requires administrator privileges to run my application. Despite that, this code thro...
stackoverflow.com
728x90