Run PowerShell script

lemegapro

Member
Messages
40
Reaction score
2
Hello,

I have a powershell script that I would like to install post-installation with Ntlite.
Here is the script:
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults -Silent
Can you tell me the procedure and how and where to put it in Ntlite so that it runs automatically during or after the installation of my iso.
With all my thanks for your always precious help.
 
Back
Top