mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-04-26 20:11:48 +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:
|
:hwid_setup:
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
fltmc >nul || exit /b
|
fltmc >nul || echo Warning: Admin check failed, attempting to continue...
|
||||||
|
|
||||||
call "%~dp0HWID_Activation.cmd" /HWID
|
call "%~dp0HWID_Activation.cmd" /HWID
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue