mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Add files via upload
This commit is contained in:
parent
122d0e4862
commit
9f9716011a
10
unlock.bat
Normal file
10
unlock.bat
Normal file
|
@ -0,0 +1,10 @@
|
|||
@echo off
|
||||
|
||||
:: https://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os
|
||||
:: https://support.microsoft.com/ko-kr/help/556009
|
||||
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT
|
||||
|
||||
if %OS%==32BIT bin\streams.exe -d app.hta
|
||||
if %OS%==64BIT bin\streams64.exe -d app.hta
|
||||
|
||||
echo done
|
Loading…
Reference in New Issue
Block a user