Update security.js

fix wrong typo
This commit is contained in:
Jihoon Yi 2025-05-10 20:50:24 +09:00 committed by GitHub
parent 10606532cb
commit 2bff4df4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ function __BOOL_TO_DWORD__(x) {
} }
// Check 'Run as administrator' // Check 'Run as administrator'
function isElevated = function() { var isElevated = function() {
try { try {
CreateObject("WScript.Shell").RegRead("HKEY_USERS\\s-1-5-19\\"); CreateObject("WScript.Shell").RegRead("HKEY_USERS\\s-1-5-19\\");
return true; return true;