diff options
| author | WindowsAddict <[email protected]> | 2024-11-10 00:47:15 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2024-11-10 00:47:15 +0530 |
| commit | ec259dfbd785bb2f6b6cc78d17b5fb62a9125d9a (patch) | |
| tree | 8ede8e05d0ff37987256366a100c40597e32dcec /MAS/Separate-Files-Version/Change_Windows_Edition.cmd | |
| parent | bbdc9bdfd8cb9d9a7cacb5a1d0e543c34f4e9bde (diff) | |
| download | Microsoft-Activation-Scripts-ec259dfbd785bb2f6b6cc78d17b5fb62a9125d9a.zip | |
Fix a typo
Diffstat (limited to 'MAS/Separate-Files-Version/Change_Windows_Edition.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Windows_Edition.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd index e5b809d..d03cff3 100644 --- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd @@ -355,7 +355,7 @@ goto dk_done set osedition=
set dismnotworking=
-for /f "tokens=3 delims=: " %%a in ('DISM /English /Online /Get-CurrentEdition %nul6% ^| find /i "1Current Edition :"') do set "osedition=%%a"
+for /f "tokens=3 delims=: " %%a in ('DISM /English /Online /Get-CurrentEdition %nul6% ^| find /i "Current Edition :"') do set "osedition=%%a"
if not defined osedition set dismnotworking=1
if %_wmic% EQU 1 set "chkedi=for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='55c92734-d682-4d71-983e-d6ec3f16059f' AND LicenseDependsOn is NULL AND PartialProductKey IS NOT NULL) get LicenseFamily /VALUE" %nul6%')"
|
