I would like to know how to install something, anything, such as notepad with powershell unattended. i really cant find much on this online. I renamed the exe file to notepad.exe and threw it on the root of c. this doesnt work but its what I got: Start-Process c:\notepad.exe -ArgumentList "/q" -Wait
I cant get anything from the powershell help. this still makes me have to accept and click through the install process, im trying to avoid that. any help and educating me too would be greatly appreciated