How to terminate the Bitlocker recovery loop
The TPM will lock itself out after a few incorrect authentication attempts due to incorrect…
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 MoreThis PowerShell script sets the thumbnail photo of an Active Directory user with the username…
Read MoreThis script is performing cleanup tasks on a WSUS (Windows Server Update Services) server. It…
Read More# Script by N.I #This script checks the status of a specified service, restarts it…
Read More@echo off for /f "tokens=*" %%f in ('wmic cpu get NumberOfCores /value ^| find "="')…
Read More