Posted On March 31, 2019

Reset Windows XP Activation

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Reset Windows XP Activation
Reboot >> F8 >> Safe Mode >> Logon as Adminitrator >> CMD: rundll32.exe syssetup,SetupOobeBnk >> Reboot >> Logon as Administrator >> Run activation within 30 days

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Exchange 2010: How to Increase Mailbox Quota for Individual Users

Exchange Management Console > Recipient Configuration > Right-click on Mailbox > Find Input the username…

How to globally edit PING monitor timing (to 30 seconds)

IPMonitor uses “monitors” in order to test a machine’s status for different components. The PING…

PowerShell: Audit Failed Logins of A User

$username='rambo' function auditLockouts($userName,$domainController,$refreshMinutes=1){ function getLockouts($domainControler){ # Requirement: # Domain Controllers Audit Group Policy has been…