https://windowssecrets.com/forums/showthread.php/185781-Insider-Preview-build-10-0-16353-1000-released-to-FAST-ring-SKIP-AHEAD-only
https://support.microsoft.com/ko-kr/help/3080351/how-to-manage-windows-10-notification-and-upgrade-options
https://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_update/was-a-skip-ahead-member/deb6e8ca-86ca-46df-ad75-7fed21cd132b
https://windowsinsiderbits.blogspot.kr/2017/09/on-25th-july-microsoft-introduced-skip.html
https://madalincristian.ro/cum-sa-accesezi-build-urile-skip-ahead-folosind-registry-editor/
초기 버전
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v "UIContentType" /t REG_SZ /d "Skip" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v "UIRing" /t REG_SZ /d "WIF" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ContentType" /t REG_SZ /d "Skip" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "Ring" /t REG_SZ /d "WIF" /f
원래 대로
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v "UIContentType" /t REG_SZ /d "Active" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v "UIRing" /t REG_SZ /d "WIS" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ContentType" /t REG_SZ /d "Active" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "Ring" /t REG_SZ /d "WIS" /f
첫댓글 제 컴퓨터는 이상하게 안되는군요?
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v "UIRing" /t REG_SZ /d "WIF" /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "Ring" /t REG_SZ /d "WIF" /f