in our environment we have the requirement to open a website in background. The user should not notice anything.
I've tried it via the following Powershell command, but it isn't working:
Start-Process -WindowStyle Hidden "C:\Program Files\Internet Explorer\iexplore.exe" "www.google.com"
Operating system is Windows 10 Enterprise LTSB. Is there any other solution?
Thanks in advance!