Monday 5 August 2019

How to run a PowerShell command silently?

I want to execute a PowerShell command silently with no blue screen.


How can I do this from the PowerShell command?


I tried this. . .


PowerShell.exe -windowstyle hidden 

but it didn't work—the command was executed but with the blue screen still.

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...