cmdkey /delete:"WindowsLive:target=virtualapp/didlogical"
cmdkey /delete:"SO_POP_Device"
REM "Virtualapp/Didlogical 생성 차단"
reg add "HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL\StoredIdentities\Virtualapp/Didlogical" /v "Enabled" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IdentityCRL\StoredIdentities\Virtualapp/Didlogical" /v "Enabled" /t REG_DWORD /d 0 /f
REM "SSO_POP_Device 메일 관련 생성 차단"
reg add "HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL\StoredIdentities\SSO_POP_Device" /v "Enabled" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IdentityCRL\StoredIdentities\SSO_POP_Device" /v "Enabled" /t REG_DWORD /d 0 /f
이렇게 해보라고 한다 ㅋㅋ.. 되면 좋겠다.
netplwiz
cmdkey /list
확인
sc stop "WLIDSVC" & sc config "WLIDSVC" start= disabled
REM "안되서 다시 도전 오픽스랑 ms 계정 로그아웃"
REM "관리자 권한으로 명령 프롬프트를 엽니다. 다음 명령을 입력하여 IdentityCRL 키의 소유권을 가져옵니다"
REM "다음 명령을 입력하여 Administrators 그룹에 모든 권한을 부여하십시오."
reg add "HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL" /f /v "Owner" /t REG_SZ /d "Administrators"
REM "이 명령은 Administrators 그룹에 모든 권한을 부여하고 다른 모든 권한을 제거합니다."
reg add "HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL" /f /v "Permissions" /t REG_BINARY /d "01 00 00 00 1f 00 00 00 f0 01 00 00 00 00 5c 00 01 00 00 00 02 00 0c 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 05 13 00 00 00 00 00 18 00 ff 01 0f 00 02 01 02 00 00 00 00 00 05 20 00 00 00 20 02 00 00 01 01 00 00 00 00 00 05 14 00 00 00 00 00 18 00 ff 01 0f 00 01 02 00 00 00 00 00 05 14 00 00 00 00 00 18 00 ff 01 0f 00 02 02 00 00 00 00 00"
REM "현재 사용자 및 SYSTEM 계정에 읽기 전용 액세스 권한을 부여하려면 다음 명령을 입력하십시오."
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\IdentityCRL' -Name 'Permissions' -Value ([byte[]]@(0x01,0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0xf0,0x01,0x00,0x00,0x00,0x00,0x5c,0x00,0x01,0x00,0x00,0x00,0x02,0x00,0x1c,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x13,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0xff,0x01,0x0f,0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x05,0x20,0x00,0x00,0x00,0x20,0x02,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x14,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0xff,0x01,0x0f,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x05,0x14,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0xff,0x01,0x0f,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00))
첫댓글 ㅋㅋㅋ 뒤질라고 Ai가 오류가 나서 f0,01,00,00,00,00,5c 이걸 영을 안찍더라 -_- 다시 물어보니깐 찍어줌 ㅋㅋㅋ 이년이?
ㅋㅋㅋ AI도 뒤지게 힘들어서 파워쉘 쓰내 ㅎ 뒤지기 어려운 ㅋㅋㅋㅋ 누가 만든 거야 ㅋㅋㅋ
sc stop "WLIDSVC" & sc config "WLIDSVC" start= disabled
Locate the WindowsLive service, right-click on it, and select "Properties". Set the startup type to "Disabled", and click "OK".