[Windows] 解決 Windows Activation Error 0xC004D302

當windows 在evaluation 時, 當執行slmgr.vbs -rearm 有時會出現 Error 0xC004D302, 這是因為之前已經執行了一次rearm 令其不能順利進行, 解決方法如下.

  1. 建立檔案命名為skipRearm.reg, 並輸入以為registry 設定.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform]
    "SkipRearm"=dword:00000001
  2. 利用local administrator 權限執行skipRearm.reg,, 然後重新啟動電腦.
  3. 利用local administrator 權限啟動command prompt, 並輸入以下指令.
    REM Rearm windows.
    slmgr -rearm
    REM Reboot computer.
    shutdown -r -t 0 -f

     

About C.H. Ling 260 Articles
a .net / Java developer from Hong Kong and currently located in United Kingdom. Thanks for Google because it solve many technical problems so I build this blog as return. Besides coding and trying advance technology, hiking and traveling is other favorite to me, so I will write down something what I see and what I feel during it. Happy reading!!!

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.