TR:
Windows ve Office ürünlerini etkinleştirmek için PowerShell Multi Activation System hazır.
EN:
PowerShell Multi Activation System is ready to activate Windows and Office products.
💻 TR -> PowerShell Komut Satırı Üzerinden Çalıştırmak İçin:
💻 EN -> To Run via PowerShell Command Line:
- TR -> PowerShell'i açın.
(Bunu yapmak için Windows tuşu + X tuşlarına basın ve ardından PowerShell veya Terminal seçeneğini tıklayın.)
EN -> Open PowerShell.
(To do this, press Windows key + X and select PowerShell or Terminal.)
- TR -> Aşağıdaki komutu kopyalayıp yapıştırın ve Enter tuşuna basın:
EN -> Copy and paste the command below and press Enter:
TR -> Kullandığınız Windows sürümüne uygun komutu seçin.
EN -> Use the command that matches your Windows version.
Windows 7 (PowerShell 2.0):
(New-Object Net.WebClient).DownloadString('https://erturk-dev.netlify.app/run?ps=1') | iex
Windows 8.1 ve Windows Server:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; irm erturk-dev.netlify.app/run | iex
Windows 10 ve Windows 11:
irm erturk-dev.netlify.app/run | iex