mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-04-02 16:28:31 +00:00
refactor: improve admin privilege check robustness for Windows 11
This commit is contained in:
parent
6e1ea5d82b
commit
9fd9d876a3
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ goto done
|
|||
:hwid_setup:
|
||||
@echo off
|
||||
|
||||
fltmc >nul || exit /b
|
||||
fltmc >nul || echo Warning: Admin check failed, attempting to continue...
|
||||
|
||||
call "%~dp0HWID_Activation.cmd" /HWID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue