mirror of
				https://github.com/massgravel/Microsoft-Activation-Scripts.git
				synced 2025-11-04 17:13:24 +08:00 
			
		
		
		
	Fix a bug
Thanks to abbodi1406 for notifying
This commit is contained in:
		
							parent
							
								
									7c69c471c5
								
							
						
					
					
						commit
						8fe0b24945
					
				@ -38,10 +38,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -44,10 +44,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -47,10 +47,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -44,10 +44,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -69,10 +69,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -31,10 +31,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -36,10 +36,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -31,10 +31,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
@ -31,10 +31,12 @@ set "Path=%SystemRoot%\Sysnative;%SystemRoot%;%SystemRoot%\Sysnative\Wbem;%Syste
 | 
				
			|||||||
set "ComSpec=%SysPath%\cmd.exe"
 | 
					set "ComSpec=%SysPath%\cmd.exe"
 | 
				
			||||||
set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
					set "PSModulePath=%ProgramFiles%\WindowsPowerShell\Modules;%SysPath%\WindowsPowerShell\v1.0\Modules"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set re1=
 | 
				
			||||||
 | 
					set re2=
 | 
				
			||||||
set "_cmdf=%~f0"
 | 
					set "_cmdf=%~f0"
 | 
				
			||||||
for %%# in (%*) do (
 | 
					for %%# in (%*) do (
 | 
				
			||||||
if /i "%%#"=="re1" (set re1=1) else (set re1=)
 | 
					if /i "%%#"=="re1" set re1=1
 | 
				
			||||||
if /i "%%#"=="re2" (set re2=1) else (set re2=)
 | 
					if /i "%%#"=="re2" set re2=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
					:: Re-launch the script with x64 process if it was initiated by x86 process on x64 bit Windows
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user