Snapin script running silent
-
I got 2 snapins (batch files) that run in the when computer is imaged using fog snapin, is there a way that they run with the window open instead of silent (in the backround)
Script1
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco feature enable -n allowGlobalConfirmation choco upgrade chocolatey choco install VLC choco install googlechrome choco install 7zip choco install notepadplusplus choco install office365business