mirror of
				https://github.com/massgravel/Microsoft-Activation-Scripts.git
				synced 2025-11-04 00:46:57 +01:00 
			
		
		
		
	Fix a typo
This commit is contained in:
		
							parent
							
								
									bbdc9bdfd8
								
							
						
					
					
						commit
						ec259dfbd7
					
				@ -8670,7 +8670,7 @@ goto dk_done
 | 
				
			|||||||
set osedition=
 | 
					set osedition=
 | 
				
			||||||
set dismnotworking=
 | 
					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 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%')"
 | 
					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%')"
 | 
				
			||||||
 | 
				
			|||||||
@ -355,7 +355,7 @@ goto dk_done
 | 
				
			|||||||
set osedition=
 | 
					set osedition=
 | 
				
			||||||
set dismnotworking=
 | 
					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 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%')"
 | 
					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%')"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user