I’m trying to capture screenshot of webpage using Edge Browser. After Long search i found below script but it is for IE only. Don’t want to use third party tool. $ie = New-Object -ComObject InternetExplorer.Application $ie.Visible = $true $ie.Navigate("https://www.google.com") $ie.FullScreen = $true while($ie.busy){ Start-Sleep -Seconds 10 } Add-Type -AssemblyName System.Drawing […]
Daily Archives: November 25, 2022
12 posts
I am running ESXi 6.0 on an SD card on a Dell server for testing but it appears there are issues with the SD card. After a series of power failures: ESXi reboots but new settings are not saved after reboot(eg: cannot change root password, list of VM’s can be […]
I have a small old CPU and a GPU that doesn’t support video encoding, so don’t even consider the fact that I have a GPU. (Just because, it’s an NVIDIA GeForce GT 730.) My CPU is an Intel Core 2 Duo E8400 (2) @ 3.000GHz. I have one hundred and […]