There could be a chance you may want to get the information such as the windows patch level, the software installed and the device model, instead of trying to get screenshot from one page to another page, you can get all these using the batch script below, to run wmic you will need to be … Continue reading Batch script to get system information and software installed
Tag: windows
Windows: Changing time polling interval for NTP client
Open regedit, look for: HKEY_LOCAL_MACHINE > SYSTEM > ControlSet001 > services > W32Time > TimeProviders > NtpClient Modify SpecialPollInterval under NtpClient. Default is 604800 seconds which is 7 days. 1 day is 86400 seconds.