How to terminate a VM on Hyper-V
If you need to terminate a hung-up Hyper-V virtual machine, this code can be used…
Read MoreIf you need to terminate a hung-up Hyper-V virtual machine, this code can be used…
Read MoreIf you encounter a corrupted user profile on Windows, you can follow these steps to…
Read More# Clearing SCOM Agent Cache by N.I # Note: Run this script with administrative privileges…
Read MoreRecycling is like rebooting. The process is stopped and started fresh each day for fixed…
Read MoreThe TPM will lock itself out after a few incorrect authentication attempts due to incorrect…
Read More1.Delete SusClientId and SusClientIdValidation from this pathHKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate 2.run gpupdate /force and make sure that the…
Read MoreThis procedure explain how to fix the web application when it takes long The root…
Read More1. Open Command Prompt as an administrator. 2. Run the following command to convert the…
Read More1. Check that you have access to the software distribution If you don’t have access…
Read Morefunction Test-PendingReboot { if (Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending" -EA Ignore) { return $true } if…
Read More