Iex (CloudMonk.io)

iex



Return to Windows 10 Debloat by Chris Titus


cmdlet IEX, this is a PowerShell alias for Invoke-Expression which basically evaluates and executes whatever you give it as input.

iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4')) ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4'))

iex PowerShell script