SlideShare a Scribd company logo
1 of 16
Download to read offline
SITEMAP SUBSCRIBE ABOUT PARTNER FORUM ONEDRIVE SITES   
Learning, Sharing, Creating
 ALL POSTS GENERAL VENDORS SPECIALIZED VENDORS SECURITY NETWORKING IT TOPICS RESOURCES 
Latest Posts
 THREAT HUNTING Understanding DMARC Report and Manage Your DMARC Aggregate & Forensic Reports SECURITY CIS CAT Pro Dashboard Installation ARCHITECTURE Zero Trust Mo
 Saturday, January 28, 2023  Free, Windows
Micrsoft Evaluation Center offers evaluation version for you to have a free trial to exploring technical stuff easily. But if you test an
evaluation version of Windows 10 and decided to upgrade to the full version, you will face a stumbling block. The evaluation
version offered is of the Enterprise edition but Microsoft doesn’t support any way to convert the evaluation version to a fully
licensed version of Windows 10 Enterprise or Windows 11 Enterprise edition!
 Download and Install Win10 LTSC Evaluation Version
 Upgrade Steps
 Results
 Other Tools
 Videos
 References
Upgrade Windows 10 / 11 Evaluation Edition (Including LTSC) to Full
 Table of Contents
Search
SEARCH THIS BLOG
AI Architecture Azure Blog Checkpoint
Cisco Cloud CyberArk Docker F5
Fortigate Free Guardium Juniper Linux
Network Others Palo Alto Python
Raspberry Pi Security SIEM Software
Symantec Threat Hunting Thycotic Vmware
VPN Vulnerability Scan Windows Wireless
CATEGORIES
Jan 2023 (10)
CYBER SECURITY BLOG ARCHIVE
Download and Launch Fortigate
Virtual Machine in VMWare
WorkStation
Upgrade Windows 10 / 11
Evaluation Edition (Including LTSC)
to Full
My OpenWRT Packages & Plugins &
Tips & Tricks
DD Windows OS to Cloud Linux VM
(Oracle /GCP /Azure)
Oracle Cloud Cleaning Up Idle Compute Instances &
How to Keep it - NeverIdle & LookBusy
POPULAR POSTS
In this blog post, I am going to show you a way how to upgrade your Windwos 10 LTSC / Windows 11 evluation version to a Full
version, without limitation, expiration, and watermark.
The steps also applys to other version's Windows as well. New SKU file is same.

For Windows 11 Developer Evaluation Version
 https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/
 There are following four different virtualization software options for you to download:
To Download Win10 Enterprise LTSC 2021 or Windows 11 evaluation version:
 https://www.microsoft.com/en-us/evalcenter/download-windows-10-enterprise
 https://www.microsoft.com/evalcenter/evaluate-windows-11-enterprise
If you download ISO files from evaluation center, you can easily burn it to USB stick then install Windows OS using the USB.
Download Windows 10 ISO links:
You can use Rufus to burn download ISO into your USB stick:
Download and Install Win10 LTSC Evaluation Version
VMWare
Hyper-V (Gen2)
VirtualBox
Parallels
Download the ISO – Enterprise
Download the ISO – LTSC Enterprise
Krish commented on Dd Windows 7 64b To Oracle Cloud
Ubuntu: “hi did u try on ampere processor . try this
wget --no-check-certificate -qO InstallNET.sh…”
Gu1lherm3- commented on Dd Windows 7 64b To Oracle
Cloud Ubuntu: “Guys, I managed to install Windows 8.1
on OCI, but in the Chinese version.I tried several
methods…”
ƎɔɐǝԀʎzɐɹƆ commented on 5 Min Docker Free
Sshwifty Web Ssh: “There are more webssh…”
Shona67 commented on Install Xrdp With Ubuntu
Desktop On: “sd”
Shona67 commented on Using Snmpv3 Monitoring
Juniper Srx: “as”
Shona67 commented on Troubleshooting Java Https
Security: “df”
RECENT COMMENTS
NetSec
+999 YouTube
e Lab for CyberArk PAM
e Lab for CyberArk PAM
…
…
YOUTUBE CHANNEL
51SEC SITES
Boot your machine using this usb stick and follow regular steps to get this latest Windows 10 LTSC evaluation installed.
Unfortunately, it will be evaluation version and you won't be able to change the product key to activate it just like you do for other
version of Win10. Even you try to change prodction license code, you wont be able to get the result you want.
Now lets get it upgraded to Full version so you do not have to reinstall everything from scratch.
Note: because it is evaluation verison, DISM command for upgrading to full version wont work on Windows 10. We can use
following special ways to get it upgraded. Basically we just need to replace the skus folder's content using a special one.
Here are some steps you can do to change evaulation version to full version:
1 Press Win+R command
Then enter: C:WindowsSystem32spptokensskus
Upgrade Steps
You can use this command to check system version: wmic os get caption
C:Usersnetsec>wmic os get caption
Caption
Microsoft Windows 10 Enterprise LTSC Evaluation
Or you can use dism command: (run it in the administrator mode)
Right click on Terminal icon then select Run as administrator
C:Windowssystem32>dism /online /get-currentedition
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19044.1288
Current edition is:
Current Edition : EnterpriseSEval
The operation completed successfully.
2 Download a special file includes some new Windows 10 Enterprise LTSC 2021 SKU files:
 new SKUs of Windows 10 Enterprise here
Backup urls:
 下载激活文件 解压密码:www.cnkker.com
 https://od.51sec.org/TGM_51Sec_EU/Sharing/Software/Security%20Tools/Change%20Eval%20to%20Full/
3 unzip then copy all contents to C:WindowsSystem32spptokensskus
You might have existing EnterpriseEval folder. Edit properties and get administrators group full control permission so you can
delete this folder.
After that, please copy following three folders into skus folder.
4 After reboot system, open CMD command line window (Run as administrator) , then copy / paste following commands in it
to run:
If you are in Terminal window, you might want to type CMD to get into Command Prompt window to run following commands.
There will be some path issue in Terminal window to run those commands.
cscript.exe %windir%system32slmgr.vbs /rilc
cscript.exe %windir%system32slmgr.vbs /upk >nul 2>&1
cscript.exe %windir%system32slmgr.vbs /ckms >nul 2>&1
cscript.exe %windir%system32slmgr.vbs /cpky >nul 2>&1
cscript.exe %windir%system32slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv
clipup -v -o -altto c:
echo
Notes: You might get an error to say :
'error 0xc004e016 on a computer running microsoft windows non-core edition
run slui.exe 0x2a 0xc004e016 to display the error text'
Using following commands to fix this error from CMD (run as an administrator):
slmgr /upk
slmgr.vbs /cpky
slmgr /ckms
slmgr.vbs /ckms
slmgr /skms localhost
Here is the command output:
C:Windowssystem32>cscript.exe %windir%system32slmgr.vbs /rilc
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
Re-installing license files ...
License file C:WindowsSystem32spptokensissuanceclient-issuance-stil.xrm-ms installed
successfully.
License file C:WindowsSystem32spptokensissuanceclient-issuance-ul-oob.xrm-ms installed
successfully.
License file C:WindowsSystem32spptokensissuanceclient-issuance-ul.xrm-ms installed
successfully.
License file C:WindowsSystem32spptokensissuanceclient-issuance-wgalic.xrm-ms installed
successfully.
License file C:WindowsSystem32spptokenspkeyconfigpkeyconfig-downlevel.xrm-ms installed
successfully.
License file C:WindowsSystem32spptokenspkeyconfigpkeyconfig.xrm-ms installed
5 Restart your computer then you will find out this upgrade process from Evaluation to Full version has been done.
Note: Same process applys to Windows 11 as well.
After reboot, you will find the evulation word has been removed from system.
Results
For Windows 10:
Notes: Updates your Windows system then put your KMS server in to activate it. You will need to go online to find out a public kms
server ip to replace this example one 192.168.2.8 here.
C:Windowssystem32>wmic os get caption
C:Windowssystem32>slmgr /skms 192.168.2.8
C:Windowssystem32>slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
C:Windowssystem32>slmgr /ato
C:Windowssystem32>slmgr /xpr
Notes: DISM command might not work properly here.
C:Windowssystem32>dism /online /get-currentedition
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19044.2486
Current edition is:
Error: 0x800f0805
DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log
C:Windowssystem32>
For Windows 11:
https://www.ossq.cn/switching.html
Other Tools
1. OSSQ Win10 / Win11系统版本一键切换
这款小工具支持 Win7、Win8、Win10、Win11 操作系统,一款针对 Win 系统一键设置相关功能的实用工具,直接打开软件,然后选择需
要设置的功能,即可一键完成。
2. WIN 实用设置工具
像常用的一键关闭 Windows Defender,禁止 Windows 系统自动更新,或隐藏任务栏资讯和兴趣这些等,功能非常多,大家可以自己研
究下。
同时,支持将 Windows11 资源管理器恢复成 Windows10 资源管理器,还支持恢复之前的右键菜单及任务栏居左显示。
这款小工具体积小,而且无需安装,操作也非常简单,都是一键傻瓜式操作,值得安装。
Download Windows 10/ 11 ISO Evaluation Version and Activate it to Full
Get Windows 11 VM Evaluation Edition and Activate it to Full
Videos
ade Evaluation Edition to Full
ade Evaluation Edition to Full
…
…
 How to Upgrade Windows Server 2019 Evaluation to Full Version
 Upgrade and conversion options for Windows Server
 如何将 Windows 10 Enterprise LTSC 2021 评估版升级到完整版
 OSSQ-Win10 / Win11系统版本一键切换
References
 Facebook  Twitter  Google+  
SHARE THIS
No comments
FREE
Upgrade Windows 10 / 11 Evaluation Edition (Including
Upgrade Windows 10 / 11 Evaluation Edition (Including
LTSC) to Full
LTSC) to Full
WINDOWS
Enable Win10 Home RDP (Terminal Service) Feature
Enable Win10 Home RDP (Terminal Service) Feature
WINDOWS
Windows PowerShell / CMD Commands Collection
Windows PowerShell / CMD Commands Collection
Created By 51Sec
To leave a comment, click the button below to sign in with Blogger.
SIGN IN WITH BLOGGER
0 comments Sort by
Facebook Comments Plugin
Oldest
Add a comment...
Name
Email *
Message *
Send
CONTACT FORM
▼ ​‫اللغة‬ ‫اختيار‬
TRANSLATE
Home
About Us
SiteMap - Sort By Date
Navigation
YouTube Channel
PAGES
VISITORS STATISTICS
38,971 Pageviews

 
Oct. 09th - Nov. 09th

More Related Content

Similar to Upgrade Windows 10 _ 11 Evaluation Edition (Including LTSC) to Full - Cybersecurity Memo.pdf

Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windowsrandikaucsc
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-toolsNgi-NGN Online
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsRoel van Bueren
 
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo ScriptManaging Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo ScriptMicrosoft TechNet
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OSJulian Dunn
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federpfederpmatc
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Roel van Bueren
 
12 installing and upgrading windows
12 installing and upgrading windows12 installing and upgrading windows
12 installing and upgrading windowshafizhanif86
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administrationConcentrated Technology
 
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015Symantec
 
Dual boot with a vhd final
Dual boot with a vhd finalDual boot with a vhd final
Dual boot with a vhd finalOsimondo
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter boardLab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter boardVincent Claes
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxssuser1eca7d
 
Managing enterprise with PowerShell remoting
Managing enterprise with PowerShell remotingManaging enterprise with PowerShell remoting
Managing enterprise with PowerShell remotingConcentrated Technology
 
How to activate windows 10 for free Permanently
How to activate windows 10 for free Permanently How to activate windows 10 for free Permanently
How to activate windows 10 for free Permanently Victoria Niko
 

Similar to Upgrade Windows 10 _ 11 Evaluation Edition (Including LTSC) to Full - Cybersecurity Memo.pdf (20)

Intro xp linux
Intro xp linuxIntro xp linux
Intro xp linux
 
Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windows
 
Microsoft Exchange Server 2010 Installation
Microsoft Exchange Server 2010 InstallationMicrosoft Exchange Server 2010 Installation
Microsoft Exchange Server 2010 Installation
 
Windows10 tools-tools-tools
Windows10 tools-tools-toolsWindows10 tools-tools-tools
Windows10 tools-tools-tools
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-tools
 
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo ScriptManaging Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
Managing Web Infrastructure Systems with Windows PowerShell 2.0 Demo Script
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OS
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federp
 
Server Core2
Server Core2Server Core2
Server Core2
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit
 
12 installing and upgrading windows
12 installing and upgrading windows12 installing and upgrading windows
12 installing and upgrading windows
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
TECHNICAL PRESENTATION: Upgrading to Backup Exec 2015
 
Dual boot with a vhd final
Dual boot with a vhd finalDual boot with a vhd final
Dual boot with a vhd final
 
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter boardLab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docx
 
Managing enterprise with PowerShell remoting
Managing enterprise with PowerShell remotingManaging enterprise with PowerShell remoting
Managing enterprise with PowerShell remoting
 
SCCM HOw to
SCCM HOw toSCCM HOw to
SCCM HOw to
 
How to activate windows 10 for free Permanently
How to activate windows 10 for free Permanently How to activate windows 10 for free Permanently
How to activate windows 10 for free Permanently
 

Recently uploaded

Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 

Upgrade Windows 10 _ 11 Evaluation Edition (Including LTSC) to Full - Cybersecurity Memo.pdf

  • 1. SITEMAP SUBSCRIBE ABOUT PARTNER FORUM ONEDRIVE SITES    Learning, Sharing, Creating  ALL POSTS GENERAL VENDORS SPECIALIZED VENDORS SECURITY NETWORKING IT TOPICS RESOURCES  Latest Posts  THREAT HUNTING Understanding DMARC Report and Manage Your DMARC Aggregate & Forensic Reports SECURITY CIS CAT Pro Dashboard Installation ARCHITECTURE Zero Trust Mo
  • 2.  Saturday, January 28, 2023  Free, Windows Micrsoft Evaluation Center offers evaluation version for you to have a free trial to exploring technical stuff easily. But if you test an evaluation version of Windows 10 and decided to upgrade to the full version, you will face a stumbling block. The evaluation version offered is of the Enterprise edition but Microsoft doesn’t support any way to convert the evaluation version to a fully licensed version of Windows 10 Enterprise or Windows 11 Enterprise edition!  Download and Install Win10 LTSC Evaluation Version  Upgrade Steps  Results  Other Tools  Videos  References Upgrade Windows 10 / 11 Evaluation Edition (Including LTSC) to Full  Table of Contents Search SEARCH THIS BLOG AI Architecture Azure Blog Checkpoint Cisco Cloud CyberArk Docker F5 Fortigate Free Guardium Juniper Linux Network Others Palo Alto Python Raspberry Pi Security SIEM Software Symantec Threat Hunting Thycotic Vmware VPN Vulnerability Scan Windows Wireless CATEGORIES Jan 2023 (10) CYBER SECURITY BLOG ARCHIVE Download and Launch Fortigate Virtual Machine in VMWare WorkStation Upgrade Windows 10 / 11 Evaluation Edition (Including LTSC) to Full My OpenWRT Packages & Plugins & Tips & Tricks DD Windows OS to Cloud Linux VM (Oracle /GCP /Azure) Oracle Cloud Cleaning Up Idle Compute Instances & How to Keep it - NeverIdle & LookBusy POPULAR POSTS
  • 3. In this blog post, I am going to show you a way how to upgrade your Windwos 10 LTSC / Windows 11 evluation version to a Full version, without limitation, expiration, and watermark. The steps also applys to other version's Windows as well. New SKU file is same.  For Windows 11 Developer Evaluation Version  https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/  There are following four different virtualization software options for you to download: To Download Win10 Enterprise LTSC 2021 or Windows 11 evaluation version:  https://www.microsoft.com/en-us/evalcenter/download-windows-10-enterprise  https://www.microsoft.com/evalcenter/evaluate-windows-11-enterprise If you download ISO files from evaluation center, you can easily burn it to USB stick then install Windows OS using the USB. Download Windows 10 ISO links: You can use Rufus to burn download ISO into your USB stick: Download and Install Win10 LTSC Evaluation Version VMWare Hyper-V (Gen2) VirtualBox Parallels Download the ISO – Enterprise Download the ISO – LTSC Enterprise Krish commented on Dd Windows 7 64b To Oracle Cloud Ubuntu: “hi did u try on ampere processor . try this wget --no-check-certificate -qO InstallNET.sh…” Gu1lherm3- commented on Dd Windows 7 64b To Oracle Cloud Ubuntu: “Guys, I managed to install Windows 8.1 on OCI, but in the Chinese version.I tried several methods…” ƎɔɐǝԀʎzɐɹƆ commented on 5 Min Docker Free Sshwifty Web Ssh: “There are more webssh…” Shona67 commented on Install Xrdp With Ubuntu Desktop On: “sd” Shona67 commented on Using Snmpv3 Monitoring Juniper Srx: “as” Shona67 commented on Troubleshooting Java Https Security: “df” RECENT COMMENTS NetSec +999 YouTube e Lab for CyberArk PAM e Lab for CyberArk PAM … … YOUTUBE CHANNEL 51SEC SITES
  • 4. Boot your machine using this usb stick and follow regular steps to get this latest Windows 10 LTSC evaluation installed. Unfortunately, it will be evaluation version and you won't be able to change the product key to activate it just like you do for other version of Win10. Even you try to change prodction license code, you wont be able to get the result you want.
  • 5. Now lets get it upgraded to Full version so you do not have to reinstall everything from scratch. Note: because it is evaluation verison, DISM command for upgrading to full version wont work on Windows 10. We can use following special ways to get it upgraded. Basically we just need to replace the skus folder's content using a special one. Here are some steps you can do to change evaulation version to full version: 1 Press Win+R command Then enter: C:WindowsSystem32spptokensskus Upgrade Steps
  • 6. You can use this command to check system version: wmic os get caption C:Usersnetsec>wmic os get caption Caption Microsoft Windows 10 Enterprise LTSC Evaluation Or you can use dism command: (run it in the administrator mode) Right click on Terminal icon then select Run as administrator
  • 7. C:Windowssystem32>dism /online /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19044.1288 Current edition is: Current Edition : EnterpriseSEval The operation completed successfully. 2 Download a special file includes some new Windows 10 Enterprise LTSC 2021 SKU files:  new SKUs of Windows 10 Enterprise here Backup urls:  下载激活文件 解压密码:www.cnkker.com  https://od.51sec.org/TGM_51Sec_EU/Sharing/Software/Security%20Tools/Change%20Eval%20to%20Full/ 3 unzip then copy all contents to C:WindowsSystem32spptokensskus You might have existing EnterpriseEval folder. Edit properties and get administrators group full control permission so you can delete this folder. After that, please copy following three folders into skus folder.
  • 8. 4 After reboot system, open CMD command line window (Run as administrator) , then copy / paste following commands in it to run: If you are in Terminal window, you might want to type CMD to get into Command Prompt window to run following commands. There will be some path issue in Terminal window to run those commands. cscript.exe %windir%system32slmgr.vbs /rilc cscript.exe %windir%system32slmgr.vbs /upk >nul 2>&1 cscript.exe %windir%system32slmgr.vbs /ckms >nul 2>&1 cscript.exe %windir%system32slmgr.vbs /cpky >nul 2>&1 cscript.exe %windir%system32slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D sc config LicenseManager start= auto & net start LicenseManager sc config wuauserv start= auto & net start wuauserv clipup -v -o -altto c: echo Notes: You might get an error to say : 'error 0xc004e016 on a computer running microsoft windows non-core edition run slui.exe 0x2a 0xc004e016 to display the error text' Using following commands to fix this error from CMD (run as an administrator):
  • 9. slmgr /upk slmgr.vbs /cpky slmgr /ckms slmgr.vbs /ckms slmgr /skms localhost Here is the command output: C:Windowssystem32>cscript.exe %windir%system32slmgr.vbs /rilc Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. Re-installing license files ... License file C:WindowsSystem32spptokensissuanceclient-issuance-stil.xrm-ms installed successfully. License file C:WindowsSystem32spptokensissuanceclient-issuance-ul-oob.xrm-ms installed successfully. License file C:WindowsSystem32spptokensissuanceclient-issuance-ul.xrm-ms installed successfully. License file C:WindowsSystem32spptokensissuanceclient-issuance-wgalic.xrm-ms installed successfully. License file C:WindowsSystem32spptokenspkeyconfigpkeyconfig-downlevel.xrm-ms installed successfully. License file C:WindowsSystem32spptokenspkeyconfigpkeyconfig.xrm-ms installed 5 Restart your computer then you will find out this upgrade process from Evaluation to Full version has been done. Note: Same process applys to Windows 11 as well. After reboot, you will find the evulation word has been removed from system. Results For Windows 10:
  • 10.
  • 11. Notes: Updates your Windows system then put your KMS server in to activate it. You will need to go online to find out a public kms server ip to replace this example one 192.168.2.8 here. C:Windowssystem32>wmic os get caption C:Windowssystem32>slmgr /skms 192.168.2.8 C:Windowssystem32>slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D C:Windowssystem32>slmgr /ato C:Windowssystem32>slmgr /xpr Notes: DISM command might not work properly here. C:Windowssystem32>dism /online /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19044.2486 Current edition is: Error: 0x800f0805 DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:WindowsLogsDISMdism.log C:Windowssystem32> For Windows 11:
  • 12. https://www.ossq.cn/switching.html Other Tools 1. OSSQ Win10 / Win11系统版本一键切换
  • 13. 这款小工具支持 Win7、Win8、Win10、Win11 操作系统,一款针对 Win 系统一键设置相关功能的实用工具,直接打开软件,然后选择需 要设置的功能,即可一键完成。 2. WIN 实用设置工具
  • 14. 像常用的一键关闭 Windows Defender,禁止 Windows 系统自动更新,或隐藏任务栏资讯和兴趣这些等,功能非常多,大家可以自己研 究下。 同时,支持将 Windows11 资源管理器恢复成 Windows10 资源管理器,还支持恢复之前的右键菜单及任务栏居左显示。 这款小工具体积小,而且无需安装,操作也非常简单,都是一键傻瓜式操作,值得安装。 Download Windows 10/ 11 ISO Evaluation Version and Activate it to Full Get Windows 11 VM Evaluation Edition and Activate it to Full Videos
  • 15. ade Evaluation Edition to Full ade Evaluation Edition to Full … …  How to Upgrade Windows Server 2019 Evaluation to Full Version  Upgrade and conversion options for Windows Server  如何将 Windows 10 Enterprise LTSC 2021 评估版升级到完整版  OSSQ-Win10 / Win11系统版本一键切换 References  Facebook  Twitter  Google+   SHARE THIS No comments FREE Upgrade Windows 10 / 11 Evaluation Edition (Including Upgrade Windows 10 / 11 Evaluation Edition (Including LTSC) to Full LTSC) to Full WINDOWS Enable Win10 Home RDP (Terminal Service) Feature Enable Win10 Home RDP (Terminal Service) Feature WINDOWS Windows PowerShell / CMD Commands Collection Windows PowerShell / CMD Commands Collection
  • 16. Created By 51Sec To leave a comment, click the button below to sign in with Blogger. SIGN IN WITH BLOGGER 0 comments Sort by Facebook Comments Plugin Oldest Add a comment... Name Email * Message * Send CONTACT FORM ▼ ​‫اللغة‬ ‫اختيار‬ TRANSLATE Home About Us SiteMap - Sort By Date Navigation YouTube Channel PAGES VISITORS STATISTICS 38,971 Pageviews    Oct. 09th - Nov. 09th