Active script command
Cách xác định dịch vụ nào đang chiếm cổng 80
Mở CMD nhập lệnh sau để xác định PID đang chiếm Port 80
netstat -o -n -a | findstr 0.0:80
Nếu là PID của System thì disable World Wide Web Publishing Service trong services.mscCó thể disable tiếp các service:
- SQL Server Reporting services
- Web Deployment Agent Service
(Tại dòng Startup type các bạn chọn Manual sau đó stop nó lại và nhấn Ok để lưu lại)
Microsoft Activation Scripts (MAS) for Windows
- On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal (run as admin…)
- Copy-paste the below code and press enter:
irm https://massgrave.dev/get | iex
- You will see the activation options, and follow onscreen instructions.
- That’s all done!
IDM Activation Scripts
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
- Copy-paste the below code and press enter
irm https://massgrave.dev/ias | iex
- You will see the activation options, follow the on-screen instructions.
- That’s all done!