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

Domino Applications Migration

Our current production software is becoming outdated, whereby it lacks performance, intuitive user interface, integration…

Domain Controller Vulnerability Scan for ZeroLogon VCE-2000-1472

function vce2020-1472{ # Source: # Original script has been modified to fix a couple of…

PowerShell: Create User Accounts From CSV File

# User-input Variables $csvFile='C:\Users-finalized.csv' $newOu='CN=Users,DC=kimconnect,DC=com' $newCompany='Kim Connect' $logFile="c:\temp\createActiveDirectoryAccounts-$(get-date -f yyyy-mm-dd-hh-mm-ss).txt" function createActiveDirectoryAccounts{ param( $csvFile, $newOu,…