Skip to content

Commit

Permalink
Update OfflineInsiderEnroll.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
abbodi1406 authored Jun 29, 2021
1 parent c5c7023 commit 3ac3c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OfflineInsiderEnroll.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pause
goto :EOF

:START_SCRIPT
set "scriptver=2.0.3"
set "scriptver=2.4.0"
set "FlightSigningEnabled=0"
bcdedit /enum {current} | findstr /I /R /C:"^flightsigning *Yes$" >NUL 2>&1
IF %ERRORLEVEL% EQU 0 set "FlightSigningEnabled=1"
Expand Down

0 comments on commit 3ac3c55

Please sign in to comment.