Posted On March 31, 2019

How to change product ID and install new CD Key for Windows

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to change product ID and install new CD Key for Windows
Regedit >> browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version >> change ProductID to new value >> exit Regedit
Run Windows Power Shell as Administrator >> slmgr -upk >> slmgr -ipk XXXX-XXXX-XXXX-XXXX [New Product Key]

Leave a Reply

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

Related Post

How To Set Up an FTP Server in Windows Server 2003

Turn on FTP service:   Setup Home folders and security features:   Remember to allow…

PowerShell: Disable Windows Defender

Simultaneous Uninstalls: # removeWindowsDefender.ps1 # Version 0.02 $computerNames=@( 'server1', 'server2' ) function removeWindowsDefender($computerNames){ function uninstallWindefend($computername){…

How to Setup Applications & Scanners to Use Office 365 Online Exchange to Send Emails

Intro: There are three (3) methods: (1) SMTP client authentication, (2) Direct Send, and (3)…