rog ally 초기설정 및 복구

초기설정

  1. 초기 셋업시 인터넷 연결 해제하고 shift+enter oobe\bypassnro 해서 MS 로그인 강제하는 것 패스하기
  2. 위젯 지우기 powershell 에 아래 입력
    winget uninstall "Windows web experience Pack"
  3. windows update 및 update medic 서비스 실행 방지하기
    서비스 dll 실행 방지
    %windir%\system32\wuaueng.dll
    C:\Windows\System32\wuaueng.dll
    
    실행 권한 -> SYSTEM -> 읽기 및 실행 거부
    소유권 가져오기 필요
    
    서비스 비활성화
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
    Start(DWORD) -> 4(disabled) 로 변경
    키(wuauserv) 사용 권한-> SYSTEM -> 모든 권한 거부
    
    "메딕" 서비스 비활성화
    system32\WaaSMedicSvc.dll
    WaaSMedicAgent.exe
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
    반복
    
  4. update 비활성화 후 인터넷 연결
  5. 그룹 정책 복원

    FOR %F IN (“%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum”) DO (DISM /Online /NoRestart /Add-Package:”%F”)
    FOR %F IN (“%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum”) DO (DISM /Online /NoRestart /Add-Package:”%F”)

  6. 그룹 정책에서 “Allow edge swipe” disable 하기

    Computer Configuration\Administrative Templates\Windows Components\Edge UI

    레지스트리 수정

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\LockDown\AllowEdgeSwipe]
    "value"=dword:00000000
    
    [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
    "AllowEdgeSwipe"=-
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
    "AllowEdgeSwipe"=dword:00000000

복구

  1. 복구 시 전원버튼+볼륨 down 키로 진입
  2. 클라우드 리커버리 사용시 “서버 인증 실패” 메시지시 게스트 네트워크 또는 테더링 사용하기

https://www.elevenforum.com/t/what-is-oobe-bypassnro.5011/

https://www.technewstoday.com/windows-update-medic-service/

https://www.elevenforum.com/t/enable-or-disable-screen-edge-swipe-in-windows-11.3717/

https://www.elevenforum.com/t/uninstall-and-reinstall-widgets-in-windows-11.13723/

https://rog.asus.com/articles/guides/how-to-upgrade-the-ssd-and-reinstall-windows-on-your-rog-ally/

Cloud Recovery “Server Authentication Failed”
byu/hu_blah inROGAlly