manageos 2.3.1 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +147 -0
- package/package.json +26 -46
- package/packages/windows/BUILD_TOOLS/build.bat +55 -0
- package/packages/windows/BUILD_TOOLS/clean.bat +14 -0
- package/packages/windows/BUILD_TOOLS/commands.json +54 -0
- package/packages/windows/dist/Keyboard/index.d.ts +24 -0
- package/packages/windows/dist/Keyboard/index.d.ts.map +1 -0
- package/packages/windows/dist/Keyboard/index.js +128 -0
- package/packages/windows/dist/Keyboard/index.js.map +1 -0
- package/packages/windows/dist/Keyboard/keyboard.exe +0 -0
- package/{dist → packages/windows/dist}/Mouse/mouse.exe +0 -0
- package/packages/windows/dist/Server/FTP.d.ts +28 -0
- package/packages/windows/dist/Server/FTP.d.ts.map +1 -0
- package/packages/windows/dist/Server/FTP.js +119 -0
- package/packages/windows/dist/Server/FTP.js.map +1 -0
- package/packages/windows/dist/Server/HTTP/http.exe +0 -0
- package/packages/windows/dist/Server/HTTP/index.d.ts +17 -0
- package/packages/windows/dist/Server/HTTP/index.d.ts.map +1 -0
- package/packages/windows/dist/Server/HTTP/index.js +42 -0
- package/packages/windows/dist/Server/HTTP/index.js.map +1 -0
- package/packages/windows/dist/Server/index.d.ts +7 -0
- package/packages/windows/dist/Server/index.d.ts.map +1 -0
- package/packages/windows/dist/Server/index.js +7 -0
- package/packages/windows/dist/Server/index.js.map +1 -0
- package/{dist → packages/windows/dist}/index.d.ts +7 -1
- package/packages/windows/dist/index.d.ts.map +1 -0
- package/{dist → packages/windows/dist}/index.js +7 -1
- package/packages/windows/dist/index.js.map +1 -0
- package/packages/windows/dist/joystick.d.ts +25 -0
- package/packages/windows/dist/joystick.d.ts.map +1 -0
- package/packages/windows/dist/joystick.js +61 -0
- package/packages/windows/dist/joystick.js.map +1 -0
- package/packages/windows/dist/startup.d.ts +21 -0
- package/packages/windows/dist/startup.d.ts.map +1 -0
- package/packages/windows/dist/startup.js +71 -0
- package/packages/windows/dist/startup.js.map +1 -0
- package/packages/windows/docs/.nojekyll +1 -0
- package/packages/windows/docs/assets/hierarchy.js +1 -0
- package/packages/windows/docs/assets/highlight.css +22 -0
- package/packages/windows/docs/assets/icons.js +18 -0
- package/packages/windows/docs/assets/icons.svg +1 -0
- package/packages/windows/docs/assets/main.js +60 -0
- package/packages/windows/docs/assets/material-style.css +261 -0
- package/packages/windows/docs/assets/navigation.js +1 -0
- package/packages/windows/docs/assets/search.js +1 -0
- package/packages/windows/docs/assets/style.css +1633 -0
- package/packages/windows/docs/classes/Android.default.html +215 -0
- package/packages/windows/docs/classes/Android_adb.default.html +215 -0
- package/packages/windows/docs/classes/Android_fastboot.default.html +215 -0
- package/packages/windows/docs/classes/Keyboard.default.html +215 -0
- package/packages/windows/docs/classes/Mouse.default.html +215 -0
- package/packages/windows/docs/classes/PsExec.default.html +217 -0
- package/packages/windows/docs/classes/PsExec_psexec.default.html +215 -0
- package/packages/windows/docs/classes/PsExec_psfile.default.html +215 -0
- package/packages/windows/docs/classes/PsExec_psgetsid.default.html +215 -0
- package/packages/windows/docs/classes/PsExec_psinfo.default.html +215 -0
- package/packages/windows/docs/classes/Server.default.html +215 -0
- package/packages/windows/docs/classes/Server_FTP.default.html +215 -0
- package/packages/windows/docs/classes/Server_HTTP.default.html +215 -0
- package/packages/windows/docs/classes/antivirus.default.html +215 -0
- package/packages/windows/docs/classes/audio.default.html +215 -0
- package/packages/windows/docs/classes/auditpolicy.default.html +215 -0
- package/packages/windows/docs/classes/bitlocker.default.html +215 -0
- package/packages/windows/docs/classes/camera.default.html +215 -0
- package/packages/windows/docs/classes/certificates.default.html +215 -0
- package/packages/windows/docs/classes/clipboard.default.html +215 -0
- package/packages/windows/docs/classes/encryption.default.html +220 -0
- package/packages/windows/docs/classes/eventlogs.default.html +217 -0
- package/packages/windows/docs/classes/filesystem.default.html +215 -0
- package/packages/windows/docs/classes/firewall.default.html +215 -0
- package/packages/windows/docs/classes/index.default.html +250 -0
- package/packages/windows/docs/classes/joystick.default.html +215 -0
- package/packages/windows/docs/classes/localization.default.html +215 -0
- package/packages/windows/docs/classes/microphone.default.html +215 -0
- package/packages/windows/docs/classes/msconfig.default.html +215 -0
- package/packages/windows/docs/classes/network.default.html +215 -0
- package/packages/windows/docs/classes/notification.default.html +215 -0
- package/packages/windows/docs/classes/power.default.html +215 -0
- package/packages/windows/docs/classes/printer.default.html +215 -0
- package/packages/windows/docs/classes/regedit.default.html +219 -0
- package/packages/windows/docs/classes/scheduler.default.html +215 -0
- package/packages/windows/docs/classes/screen.default.html +325 -0
- package/packages/windows/docs/classes/secpol.default.html +215 -0
- package/packages/windows/docs/classes/services.default.html +215 -0
- package/packages/windows/docs/classes/shell.default.html +217 -0
- package/packages/windows/docs/classes/startup.default.html +215 -0
- package/packages/windows/docs/classes/taskmgr.default.html +215 -0
- package/packages/windows/docs/classes/taskscheduler.default.html +215 -0
- package/packages/windows/docs/classes/uac.default.html +215 -0
- package/packages/windows/docs/classes/usb.default.html +215 -0
- package/packages/windows/docs/classes/users.default.html +235 -0
- package/packages/windows/docs/classes/windowsupdate.default.html +215 -0
- package/packages/windows/docs/functions/systeminfo.default.html +212 -0
- package/packages/windows/docs/hierarchy.html +212 -0
- package/packages/windows/docs/index.html +212 -0
- package/packages/windows/docs/interfaces/Server_FTP.FTPOptions.html +225 -0
- package/packages/windows/docs/interfaces/joystick.JoystickDevice.html +218 -0
- package/packages/windows/docs/interfaces/taskscheduler.TaskInfo.html +241 -0
- package/packages/windows/docs/modules/Android.html +212 -0
- package/packages/windows/docs/modules/Android_adb.html +212 -0
- package/packages/windows/docs/modules/Android_fastboot.html +212 -0
- package/packages/windows/docs/modules/Keyboard.html +212 -0
- package/packages/windows/docs/modules/Mouse.html +212 -0
- package/packages/windows/docs/modules/PsExec.html +212 -0
- package/packages/windows/docs/modules/PsExec_psexec.html +212 -0
- package/packages/windows/docs/modules/PsExec_psfile.html +212 -0
- package/packages/windows/docs/modules/PsExec_psgetsid.html +212 -0
- package/packages/windows/docs/modules/PsExec_psinfo.html +212 -0
- package/packages/windows/docs/modules/Server.html +212 -0
- package/packages/windows/docs/modules/Server_FTP.html +212 -0
- package/packages/windows/docs/modules/Server_HTTP.html +212 -0
- package/packages/windows/docs/modules/antivirus.html +212 -0
- package/packages/windows/docs/modules/audio.html +212 -0
- package/packages/windows/docs/modules/auditpolicy.html +212 -0
- package/packages/windows/docs/modules/bitlocker.html +212 -0
- package/packages/windows/docs/modules/camera.html +212 -0
- package/packages/windows/docs/modules/certificates.html +212 -0
- package/packages/windows/docs/modules/clipboard.html +212 -0
- package/packages/windows/docs/modules/encryption.html +212 -0
- package/packages/windows/docs/modules/eventlogs.html +212 -0
- package/packages/windows/docs/modules/filesystem.html +212 -0
- package/packages/windows/docs/modules/firewall.html +212 -0
- package/packages/windows/docs/modules/index-1.html +212 -0
- package/packages/windows/docs/modules/index.html +212 -0
- package/packages/windows/docs/modules/joystick.html +212 -0
- package/packages/windows/docs/modules/localization.html +212 -0
- package/packages/windows/docs/modules/microphone.html +212 -0
- package/packages/windows/docs/modules/msconfig.html +212 -0
- package/packages/windows/docs/modules/network.html +212 -0
- package/packages/windows/docs/modules/notification.html +212 -0
- package/packages/windows/docs/modules/power.html +212 -0
- package/packages/windows/docs/modules/printer.html +212 -0
- package/packages/windows/docs/modules/regedit.html +212 -0
- package/packages/windows/docs/modules/scheduler.html +212 -0
- package/packages/windows/docs/modules/screen.html +212 -0
- package/packages/windows/docs/modules/secpol.html +212 -0
- package/packages/windows/docs/modules/services.html +212 -0
- package/packages/windows/docs/modules/shell.html +212 -0
- package/packages/windows/docs/modules/startup.html +212 -0
- package/packages/windows/docs/modules/systeminfo.html +212 -0
- package/packages/windows/docs/modules/taskmgr.html +212 -0
- package/packages/windows/docs/modules/taskscheduler.html +212 -0
- package/packages/windows/docs/modules/uac.html +212 -0
- package/packages/windows/docs/modules/usb.html +212 -0
- package/packages/windows/docs/modules/users.html +212 -0
- package/packages/windows/docs/modules/windowsupdate.html +212 -0
- package/packages/windows/docs/openapi.json +25925 -0
- package/packages/windows/docs/types/PsExec_psexec.PsExecOptions.html +231 -0
- package/packages/windows/docs/types/PsExec_psfile.PsFileOptions.html +219 -0
- package/packages/windows/docs/types/PsExec_psgetsid.PsGetSidOptions.html +218 -0
- package/packages/windows/docs/types/PsExec_psinfo.PsInfoOptions.html +222 -0
- package/packages/windows/docs/types/joystick.JoystickDataCallback.html +212 -0
- package/packages/windows/docs/types/windowsupdate.Parser.html +212 -0
- package/packages/windows/package.json +60 -0
- package/packages/windows/scripts/install-os-deps.js +0 -0
- package/packages/windows/src/Android/adb.ts +1398 -0
- package/packages/windows/src/Android/dependencies/AdbWinApi.dll +0 -0
- package/packages/windows/src/Android/dependencies/AdbWinUsbApi.dll +0 -0
- package/packages/windows/src/Android/dependencies/adb.exe +0 -0
- package/packages/windows/src/Android/dependencies/cmd-here.exe +0 -0
- package/packages/windows/src/Android/dependencies/fastboot.exe +0 -0
- package/packages/windows/src/Android/fastboot.ts +217 -0
- package/packages/windows/src/Android/index.ts +7 -0
- package/packages/windows/src/Keyboard/index.ts +139 -0
- package/packages/windows/src/Keyboard/keyboard.c +181 -0
- package/packages/windows/src/Mouse/index.ts +173 -0
- package/packages/windows/src/Mouse/mouse.c +239 -0
- package/packages/windows/src/PsExec/dependencies/PsExec.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsExec64.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsGetsid.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsGetsid64.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsInfo.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/PsInfo64.exe +0 -0
- package/packages/windows/src/PsExec/dependencies/psfile.exe +0 -0
- package/packages/windows/src/PsExec/index.ts +11 -0
- package/packages/windows/src/PsExec/psexec.ts +129 -0
- package/packages/windows/src/PsExec/psfile.ts +110 -0
- package/packages/windows/src/PsExec/psgetsid.ts +111 -0
- package/packages/windows/src/PsExec/psinfo.ts +123 -0
- package/packages/windows/src/Server/FTP.ts +165 -0
- package/packages/windows/src/Server/HTTP/http.c +226 -0
- package/packages/windows/src/Server/HTTP/index.ts +51 -0
- package/packages/windows/src/Server/index.ts +7 -0
- package/packages/windows/src/antivirus.ts +139 -0
- package/packages/windows/src/audio.ts +195 -0
- package/packages/windows/src/auditpolicy.ts +125 -0
- package/packages/windows/src/bitlocker.ts +257 -0
- package/packages/windows/src/camera.ts +229 -0
- package/packages/windows/src/certificates.ts +154 -0
- package/packages/windows/src/clipboard.ts +52 -0
- package/packages/windows/src/encryption.ts +56 -0
- package/packages/windows/src/eventlogs.ts +179 -0
- package/packages/windows/src/filesystem.ts +166 -0
- package/packages/windows/src/firewall.ts +143 -0
- package/packages/windows/src/index.ts +77 -0
- package/packages/windows/src/joystick.ts +87 -0
- package/packages/windows/src/localization.ts +133 -0
- package/packages/windows/src/microphone.ts +132 -0
- package/packages/windows/src/msconfig.ts +233 -0
- package/packages/windows/src/network.ts +466 -0
- package/packages/windows/src/notification.ts +196 -0
- package/packages/windows/src/power.ts +62 -0
- package/packages/windows/src/printer.ts +225 -0
- package/packages/windows/src/regedit.ts +73 -0
- package/packages/windows/src/scheduler.ts +152 -0
- package/packages/windows/src/screen.ts +1229 -0
- package/packages/windows/src/secpol.ts +99 -0
- package/packages/windows/src/services.ts +371 -0
- package/packages/windows/src/shell.ts +227 -0
- package/packages/windows/src/startup.ts +91 -0
- package/packages/windows/src/systeminfo.ts +35 -0
- package/packages/windows/src/taskmgr.ts +212 -0
- package/packages/windows/src/taskscheduler.ts +401 -0
- package/packages/windows/src/uac.ts +83 -0
- package/packages/windows/src/usb.ts +224 -0
- package/packages/windows/src/users.ts +409 -0
- package/packages/windows/src/windowsupdate.ts +188 -0
- package/packages/windows/tsconfig.json +23 -0
- package/packages/windows/typedoc.json +18 -0
- package/packages/windows/types/regedit.d.ts +9 -0
- package/packages/windows/types/ssh2-sftp-server.d.ts +80 -0
- package/scripts/postinstall.js +28 -0
- package/src/index.ts +17 -0
- package/tsconfig.json +23 -0
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- /package/{dist → packages/windows/dist}/Android/adb.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Android/adb.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Android/adb.js +0 -0
- /package/{dist → packages/windows/dist}/Android/adb.js.map +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/AdbWinApi.dll +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/AdbWinUsbApi.dll +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/adb.exe +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/cmd-here.exe +0 -0
- /package/{dist → packages/windows/dist}/Android/dependencies/fastboot.exe +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.js +0 -0
- /package/{dist → packages/windows/dist}/Android/fastboot.js.map +0 -0
- /package/{dist → packages/windows/dist}/Android/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Android/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Android/index.js +0 -0
- /package/{dist → packages/windows/dist}/Android/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.js +0 -0
- /package/{dist → packages/windows/dist}/Mouse/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsExec.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsExec64.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsGetsid.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsGetsid64.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsInfo.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/PsInfo64.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/dependencies/psfile.exe +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/index.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psexec.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psfile.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psgetsid.js.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.d.ts +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.js +0 -0
- /package/{dist → packages/windows/dist}/PsExec/psinfo.js.map +0 -0
- /package/{dist → packages/windows/dist}/antivirus.d.ts +0 -0
- /package/{dist → packages/windows/dist}/antivirus.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/antivirus.js +0 -0
- /package/{dist → packages/windows/dist}/antivirus.js.map +0 -0
- /package/{dist → packages/windows/dist}/audio.d.ts +0 -0
- /package/{dist → packages/windows/dist}/audio.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/audio.js +0 -0
- /package/{dist → packages/windows/dist}/audio.js.map +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.d.ts +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.js +0 -0
- /package/{dist → packages/windows/dist}/auditpolicy.js.map +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.d.ts +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.js +0 -0
- /package/{dist → packages/windows/dist}/bitlocker.js.map +0 -0
- /package/{dist → packages/windows/dist}/camera.d.ts +0 -0
- /package/{dist → packages/windows/dist}/camera.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/camera.js +0 -0
- /package/{dist → packages/windows/dist}/camera.js.map +0 -0
- /package/{dist → packages/windows/dist}/certificates.d.ts +0 -0
- /package/{dist → packages/windows/dist}/certificates.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/certificates.js +0 -0
- /package/{dist → packages/windows/dist}/certificates.js.map +0 -0
- /package/{dist → packages/windows/dist}/clipboard.d.ts +0 -0
- /package/{dist → packages/windows/dist}/clipboard.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/clipboard.js +0 -0
- /package/{dist → packages/windows/dist}/clipboard.js.map +0 -0
- /package/{dist → packages/windows/dist}/encryption.d.ts +0 -0
- /package/{dist → packages/windows/dist}/encryption.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/encryption.js +0 -0
- /package/{dist → packages/windows/dist}/encryption.js.map +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.d.ts +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.js +0 -0
- /package/{dist → packages/windows/dist}/eventlogs.js.map +0 -0
- /package/{dist → packages/windows/dist}/filesystem.d.ts +0 -0
- /package/{dist → packages/windows/dist}/filesystem.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/filesystem.js +0 -0
- /package/{dist → packages/windows/dist}/filesystem.js.map +0 -0
- /package/{dist → packages/windows/dist}/firewall.d.ts +0 -0
- /package/{dist → packages/windows/dist}/firewall.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/firewall.js +0 -0
- /package/{dist → packages/windows/dist}/firewall.js.map +0 -0
- /package/{dist → packages/windows/dist}/localization.d.ts +0 -0
- /package/{dist → packages/windows/dist}/localization.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/localization.js +0 -0
- /package/{dist → packages/windows/dist}/localization.js.map +0 -0
- /package/{dist → packages/windows/dist}/microphone.d.ts +0 -0
- /package/{dist → packages/windows/dist}/microphone.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/microphone.js +0 -0
- /package/{dist → packages/windows/dist}/microphone.js.map +0 -0
- /package/{dist → packages/windows/dist}/msconfig.d.ts +0 -0
- /package/{dist → packages/windows/dist}/msconfig.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/msconfig.js +0 -0
- /package/{dist → packages/windows/dist}/msconfig.js.map +0 -0
- /package/{dist → packages/windows/dist}/network.d.ts +0 -0
- /package/{dist → packages/windows/dist}/network.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/network.js +0 -0
- /package/{dist → packages/windows/dist}/network.js.map +0 -0
- /package/{dist → packages/windows/dist}/notification.d.ts +0 -0
- /package/{dist → packages/windows/dist}/notification.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/notification.js +0 -0
- /package/{dist → packages/windows/dist}/notification.js.map +0 -0
- /package/{dist → packages/windows/dist}/power.d.ts +0 -0
- /package/{dist → packages/windows/dist}/power.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/power.js +0 -0
- /package/{dist → packages/windows/dist}/power.js.map +0 -0
- /package/{dist → packages/windows/dist}/printer.d.ts +0 -0
- /package/{dist → packages/windows/dist}/printer.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/printer.js +0 -0
- /package/{dist → packages/windows/dist}/printer.js.map +0 -0
- /package/{dist → packages/windows/dist}/regedit.d.ts +0 -0
- /package/{dist → packages/windows/dist}/regedit.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/regedit.js +0 -0
- /package/{dist → packages/windows/dist}/regedit.js.map +0 -0
- /package/{dist → packages/windows/dist}/scheduler.d.ts +0 -0
- /package/{dist → packages/windows/dist}/scheduler.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/scheduler.js +0 -0
- /package/{dist → packages/windows/dist}/scheduler.js.map +0 -0
- /package/{dist → packages/windows/dist}/screen.d.ts +0 -0
- /package/{dist → packages/windows/dist}/screen.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/screen.js +0 -0
- /package/{dist → packages/windows/dist}/screen.js.map +0 -0
- /package/{dist → packages/windows/dist}/secpol.d.ts +0 -0
- /package/{dist → packages/windows/dist}/secpol.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/secpol.js +0 -0
- /package/{dist → packages/windows/dist}/secpol.js.map +0 -0
- /package/{dist → packages/windows/dist}/services.d.ts +0 -0
- /package/{dist → packages/windows/dist}/services.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/services.js +0 -0
- /package/{dist → packages/windows/dist}/services.js.map +0 -0
- /package/{dist → packages/windows/dist}/shell.d.ts +0 -0
- /package/{dist → packages/windows/dist}/shell.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/shell.js +0 -0
- /package/{dist → packages/windows/dist}/shell.js.map +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.d.ts +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.js +0 -0
- /package/{dist → packages/windows/dist}/systeminfo.js.map +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.d.ts +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.js +0 -0
- /package/{dist → packages/windows/dist}/taskmgr.js.map +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.d.ts +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.js +0 -0
- /package/{dist → packages/windows/dist}/taskscheduler.js.map +0 -0
- /package/{dist → packages/windows/dist}/uac.d.ts +0 -0
- /package/{dist → packages/windows/dist}/uac.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/uac.js +0 -0
- /package/{dist → packages/windows/dist}/uac.js.map +0 -0
- /package/{dist → packages/windows/dist}/usb.d.ts +0 -0
- /package/{dist → packages/windows/dist}/usb.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/usb.js +0 -0
- /package/{dist → packages/windows/dist}/usb.js.map +0 -0
- /package/{dist → packages/windows/dist}/users.d.ts +0 -0
- /package/{dist → packages/windows/dist}/users.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/users.js +0 -0
- /package/{dist → packages/windows/dist}/users.js.map +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.d.ts +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.d.ts.map +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.js +0 -0
- /package/{dist → packages/windows/dist}/windowsupdate.js.map +0 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="./"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@tizianoluziramos/windows</title><meta name="description" content="Documentation for ManageOS"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script><style>
|
|
2
|
+
@media (prefers-color-scheme: dark) {
|
|
3
|
+
:root {
|
|
4
|
+
--md-sys-color-primary: #adc7ff;
|
|
5
|
+
--md-sys-color-on-primary: #002e68;
|
|
6
|
+
--md-sys-color-primary-container: #004493;
|
|
7
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
8
|
+
--md-sys-color-secondary: #bec6dc;
|
|
9
|
+
--md-sys-color-on-secondary: #283041;
|
|
10
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
11
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
12
|
+
--md-sys-color-tertiary: #debcdf;
|
|
13
|
+
--md-sys-color-on-tertiary: #402843;
|
|
14
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
15
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
16
|
+
--md-sys-color-error: #ffb4ab;
|
|
17
|
+
--md-sys-color-on-error: #690005;
|
|
18
|
+
--md-sys-color-error-container: #93000a;
|
|
19
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
20
|
+
--md-sys-color-background: #1b1b1f;
|
|
21
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
22
|
+
--md-sys-color-surface: #1b1b1f;
|
|
23
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
24
|
+
--md-sys-color-surface-variant: #44474f;
|
|
25
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
26
|
+
--md-sys-color-outline: #8e9099;
|
|
27
|
+
--md-sys-color-outline-variant: #44474f;
|
|
28
|
+
--md-sys-color-shadow: #000000;
|
|
29
|
+
--md-sys-color-scrim: #000000;
|
|
30
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
31
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
32
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
33
|
+
--md-sys-color-surface-dim: #121316;
|
|
34
|
+
--md-sys-color-surface-bright: #38393c;
|
|
35
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
36
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
37
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
38
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
39
|
+
--md-sys-color-surface-container-highest: #343538
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
:root[data-theme="dark"] {
|
|
43
|
+
--md-sys-color-primary: #adc7ff;
|
|
44
|
+
--md-sys-color-on-primary: #002e68;
|
|
45
|
+
--md-sys-color-primary-container: #004493;
|
|
46
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
47
|
+
--md-sys-color-secondary: #bec6dc;
|
|
48
|
+
--md-sys-color-on-secondary: #283041;
|
|
49
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
50
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
51
|
+
--md-sys-color-tertiary: #debcdf;
|
|
52
|
+
--md-sys-color-on-tertiary: #402843;
|
|
53
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
54
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
55
|
+
--md-sys-color-error: #ffb4ab;
|
|
56
|
+
--md-sys-color-on-error: #690005;
|
|
57
|
+
--md-sys-color-error-container: #93000a;
|
|
58
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
59
|
+
--md-sys-color-background: #1b1b1f;
|
|
60
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
61
|
+
--md-sys-color-surface: #1b1b1f;
|
|
62
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
63
|
+
--md-sys-color-surface-variant: #44474f;
|
|
64
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
65
|
+
--md-sys-color-outline: #8e9099;
|
|
66
|
+
--md-sys-color-outline-variant: #44474f;
|
|
67
|
+
--md-sys-color-shadow: #000000;
|
|
68
|
+
--md-sys-color-scrim: #000000;
|
|
69
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
70
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
71
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
72
|
+
--md-sys-color-surface-dim: #121316;
|
|
73
|
+
--md-sys-color-surface-bright: #38393c;
|
|
74
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
75
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
76
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
77
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
78
|
+
--md-sys-color-surface-container-highest: #343538
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (prefers-color-scheme: light) {
|
|
82
|
+
:root {
|
|
83
|
+
--md-sys-color-primary: #005bc0;
|
|
84
|
+
--md-sys-color-on-primary: #ffffff;
|
|
85
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
86
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
87
|
+
--md-sys-color-secondary: #565e71;
|
|
88
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
89
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
90
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
91
|
+
--md-sys-color-tertiary: #715574;
|
|
92
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
93
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
94
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
95
|
+
--md-sys-color-error: #ba1a1a;
|
|
96
|
+
--md-sys-color-on-error: #ffffff;
|
|
97
|
+
--md-sys-color-error-container: #ffdad6;
|
|
98
|
+
--md-sys-color-on-error-container: #410002;
|
|
99
|
+
--md-sys-color-background: #fefbff;
|
|
100
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
101
|
+
--md-sys-color-surface: #fefbff;
|
|
102
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
103
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
104
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
105
|
+
--md-sys-color-outline: #74777f;
|
|
106
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
107
|
+
--md-sys-color-shadow: #000000;
|
|
108
|
+
--md-sys-color-scrim: #000000;
|
|
109
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
110
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
111
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
112
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
113
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
114
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
115
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
116
|
+
--md-sys-color-surface-container: #efedf1;
|
|
117
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
118
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
:root[data-theme="light"] {
|
|
122
|
+
--md-sys-color-primary: #005bc0;
|
|
123
|
+
--md-sys-color-on-primary: #ffffff;
|
|
124
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
125
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
126
|
+
--md-sys-color-secondary: #565e71;
|
|
127
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
128
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
129
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
130
|
+
--md-sys-color-tertiary: #715574;
|
|
131
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
132
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
133
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
134
|
+
--md-sys-color-error: #ba1a1a;
|
|
135
|
+
--md-sys-color-on-error: #ffffff;
|
|
136
|
+
--md-sys-color-error-container: #ffdad6;
|
|
137
|
+
--md-sys-color-on-error-container: #410002;
|
|
138
|
+
--md-sys-color-background: #fefbff;
|
|
139
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
140
|
+
--md-sys-color-surface: #fefbff;
|
|
141
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
142
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
143
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
144
|
+
--md-sys-color-outline: #74777f;
|
|
145
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
146
|
+
--md-sys-color-shadow: #000000;
|
|
147
|
+
--md-sys-color-scrim: #000000;
|
|
148
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
149
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
150
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
151
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
152
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
153
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
154
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
155
|
+
--md-sys-color-surface-container: #efedf1;
|
|
156
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
157
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
158
|
+
}
|
|
159
|
+
</style><link rel="stylesheet" href="assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="index.html" class="title">ManageOS</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>@tizianoluziramos/windows</h1></div><h2>Hierarchy Summary</h2></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="index.html">@tizianoluziramos/windows</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a> v0.28.13<br>
|
|
160
|
+
<span id="generation-date"></span>
|
|
161
|
+
<script>
|
|
162
|
+
window.GENERATION_DATE = 1761923601357;
|
|
163
|
+
|
|
164
|
+
(() => {
|
|
165
|
+
|
|
166
|
+
const formatter = new Intl.RelativeTimeFormat('en', {
|
|
167
|
+
numeric: 'auto',
|
|
168
|
+
style: 'short',
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
const divisions = [
|
|
172
|
+
{ amount: 60, name: 'seconds' },
|
|
173
|
+
{ amount: 60, name: 'minutes' },
|
|
174
|
+
{ amount: 24, name: 'hours' },
|
|
175
|
+
{ amount: 7, name: 'days' },
|
|
176
|
+
{ amount: 4.34524, name: 'weeks' },
|
|
177
|
+
{ amount: 12, name: 'months' },
|
|
178
|
+
{ amount: Number.POSITIVE_INFINITY, name: 'years' }
|
|
179
|
+
];
|
|
180
|
+
|
|
181
|
+
function formatTimeAgo(date) {
|
|
182
|
+
let duration = (date - new Date()) / 1000;
|
|
183
|
+
|
|
184
|
+
for (const division of divisions) {
|
|
185
|
+
if (Math.abs(duration) < division.amount) {
|
|
186
|
+
return formatter.format(Math.round(duration), division.name);
|
|
187
|
+
}
|
|
188
|
+
duration /= division.amount;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
document.getElementById('generation-date').title = new Date(window.GENERATION_DATE).toLocaleString();
|
|
193
|
+
document.getElementById('generation-date').innerText = `Last modified ${formatTimeAgo(window.GENERATION_DATE)}`;
|
|
194
|
+
|
|
195
|
+
})();
|
|
196
|
+
</script>
|
|
197
|
+
</p></footer><div class="overlay"></div><script>
|
|
198
|
+
try {
|
|
199
|
+
const generateLinkElement = document.querySelector(".tsd-generator a");
|
|
200
|
+
const link = document.createElement("a");
|
|
201
|
+
Object.assign(link, {
|
|
202
|
+
href: "https://github.com/dmnsgn/typedoc-material-theme",
|
|
203
|
+
target: "_blank",
|
|
204
|
+
rel: "noreferrer",
|
|
205
|
+
innerText: "typedoc-material-theme."
|
|
206
|
+
});
|
|
207
|
+
generateLinkElement.insertAdjacentElement("afterend", link);
|
|
208
|
+
generateLinkElement.insertAdjacentText("afterend", " with ");
|
|
209
|
+
} catch (error) {
|
|
210
|
+
|
|
211
|
+
}
|
|
212
|
+
</script></body></html>
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="./"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@tizianoluziramos/windows</title><meta name="description" content="Documentation for ManageOS"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script><style>
|
|
2
|
+
@media (prefers-color-scheme: dark) {
|
|
3
|
+
:root {
|
|
4
|
+
--md-sys-color-primary: #adc7ff;
|
|
5
|
+
--md-sys-color-on-primary: #002e68;
|
|
6
|
+
--md-sys-color-primary-container: #004493;
|
|
7
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
8
|
+
--md-sys-color-secondary: #bec6dc;
|
|
9
|
+
--md-sys-color-on-secondary: #283041;
|
|
10
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
11
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
12
|
+
--md-sys-color-tertiary: #debcdf;
|
|
13
|
+
--md-sys-color-on-tertiary: #402843;
|
|
14
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
15
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
16
|
+
--md-sys-color-error: #ffb4ab;
|
|
17
|
+
--md-sys-color-on-error: #690005;
|
|
18
|
+
--md-sys-color-error-container: #93000a;
|
|
19
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
20
|
+
--md-sys-color-background: #1b1b1f;
|
|
21
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
22
|
+
--md-sys-color-surface: #1b1b1f;
|
|
23
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
24
|
+
--md-sys-color-surface-variant: #44474f;
|
|
25
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
26
|
+
--md-sys-color-outline: #8e9099;
|
|
27
|
+
--md-sys-color-outline-variant: #44474f;
|
|
28
|
+
--md-sys-color-shadow: #000000;
|
|
29
|
+
--md-sys-color-scrim: #000000;
|
|
30
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
31
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
32
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
33
|
+
--md-sys-color-surface-dim: #121316;
|
|
34
|
+
--md-sys-color-surface-bright: #38393c;
|
|
35
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
36
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
37
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
38
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
39
|
+
--md-sys-color-surface-container-highest: #343538
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
:root[data-theme="dark"] {
|
|
43
|
+
--md-sys-color-primary: #adc7ff;
|
|
44
|
+
--md-sys-color-on-primary: #002e68;
|
|
45
|
+
--md-sys-color-primary-container: #004493;
|
|
46
|
+
--md-sys-color-on-primary-container: #d8e2ff;
|
|
47
|
+
--md-sys-color-secondary: #bec6dc;
|
|
48
|
+
--md-sys-color-on-secondary: #283041;
|
|
49
|
+
--md-sys-color-secondary-container: #3f4759;
|
|
50
|
+
--md-sys-color-on-secondary-container: #dbe2f9;
|
|
51
|
+
--md-sys-color-tertiary: #debcdf;
|
|
52
|
+
--md-sys-color-on-tertiary: #402843;
|
|
53
|
+
--md-sys-color-tertiary-container: #583e5b;
|
|
54
|
+
--md-sys-color-on-tertiary-container: #fbd7fc;
|
|
55
|
+
--md-sys-color-error: #ffb4ab;
|
|
56
|
+
--md-sys-color-on-error: #690005;
|
|
57
|
+
--md-sys-color-error-container: #93000a;
|
|
58
|
+
--md-sys-color-on-error-container: #ffb4ab;
|
|
59
|
+
--md-sys-color-background: #1b1b1f;
|
|
60
|
+
--md-sys-color-on-background: #e3e2e6;
|
|
61
|
+
--md-sys-color-surface: #1b1b1f;
|
|
62
|
+
--md-sys-color-on-surface: #e3e2e6;
|
|
63
|
+
--md-sys-color-surface-variant: #44474f;
|
|
64
|
+
--md-sys-color-on-surface-variant: #c4c6d0;
|
|
65
|
+
--md-sys-color-outline: #8e9099;
|
|
66
|
+
--md-sys-color-outline-variant: #44474f;
|
|
67
|
+
--md-sys-color-shadow: #000000;
|
|
68
|
+
--md-sys-color-scrim: #000000;
|
|
69
|
+
--md-sys-color-inverse-surface: #e3e2e6;
|
|
70
|
+
--md-sys-color-inverse-on-surface: #2f3033;
|
|
71
|
+
--md-sys-color-inverse-primary: #005bc0;
|
|
72
|
+
--md-sys-color-surface-dim: #121316;
|
|
73
|
+
--md-sys-color-surface-bright: #38393c;
|
|
74
|
+
--md-sys-color-surface-container-lowest: #0d0e11;
|
|
75
|
+
--md-sys-color-surface-container-low: #1b1b1f;
|
|
76
|
+
--md-sys-color-surface-container: #1f1f23;
|
|
77
|
+
--md-sys-color-surface-container-high: #292a2d;
|
|
78
|
+
--md-sys-color-surface-container-highest: #343538
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (prefers-color-scheme: light) {
|
|
82
|
+
:root {
|
|
83
|
+
--md-sys-color-primary: #005bc0;
|
|
84
|
+
--md-sys-color-on-primary: #ffffff;
|
|
85
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
86
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
87
|
+
--md-sys-color-secondary: #565e71;
|
|
88
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
89
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
90
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
91
|
+
--md-sys-color-tertiary: #715574;
|
|
92
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
93
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
94
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
95
|
+
--md-sys-color-error: #ba1a1a;
|
|
96
|
+
--md-sys-color-on-error: #ffffff;
|
|
97
|
+
--md-sys-color-error-container: #ffdad6;
|
|
98
|
+
--md-sys-color-on-error-container: #410002;
|
|
99
|
+
--md-sys-color-background: #fefbff;
|
|
100
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
101
|
+
--md-sys-color-surface: #fefbff;
|
|
102
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
103
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
104
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
105
|
+
--md-sys-color-outline: #74777f;
|
|
106
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
107
|
+
--md-sys-color-shadow: #000000;
|
|
108
|
+
--md-sys-color-scrim: #000000;
|
|
109
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
110
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
111
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
112
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
113
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
114
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
115
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
116
|
+
--md-sys-color-surface-container: #efedf1;
|
|
117
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
118
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
:root[data-theme="light"] {
|
|
122
|
+
--md-sys-color-primary: #005bc0;
|
|
123
|
+
--md-sys-color-on-primary: #ffffff;
|
|
124
|
+
--md-sys-color-primary-container: #d8e2ff;
|
|
125
|
+
--md-sys-color-on-primary-container: #001a41;
|
|
126
|
+
--md-sys-color-secondary: #565e71;
|
|
127
|
+
--md-sys-color-on-secondary: #ffffff;
|
|
128
|
+
--md-sys-color-secondary-container: #dbe2f9;
|
|
129
|
+
--md-sys-color-on-secondary-container: #131b2c;
|
|
130
|
+
--md-sys-color-tertiary: #715574;
|
|
131
|
+
--md-sys-color-on-tertiary: #ffffff;
|
|
132
|
+
--md-sys-color-tertiary-container: #fbd7fc;
|
|
133
|
+
--md-sys-color-on-tertiary-container: #29132d;
|
|
134
|
+
--md-sys-color-error: #ba1a1a;
|
|
135
|
+
--md-sys-color-on-error: #ffffff;
|
|
136
|
+
--md-sys-color-error-container: #ffdad6;
|
|
137
|
+
--md-sys-color-on-error-container: #410002;
|
|
138
|
+
--md-sys-color-background: #fefbff;
|
|
139
|
+
--md-sys-color-on-background: #1b1b1f;
|
|
140
|
+
--md-sys-color-surface: #fefbff;
|
|
141
|
+
--md-sys-color-on-surface: #1b1b1f;
|
|
142
|
+
--md-sys-color-surface-variant: #e1e2ec;
|
|
143
|
+
--md-sys-color-on-surface-variant: #44474f;
|
|
144
|
+
--md-sys-color-outline: #74777f;
|
|
145
|
+
--md-sys-color-outline-variant: #c4c6d0;
|
|
146
|
+
--md-sys-color-shadow: #000000;
|
|
147
|
+
--md-sys-color-scrim: #000000;
|
|
148
|
+
--md-sys-color-inverse-surface: #2f3033;
|
|
149
|
+
--md-sys-color-inverse-on-surface: #f2f0f4;
|
|
150
|
+
--md-sys-color-inverse-primary: #adc7ff;
|
|
151
|
+
--md-sys-color-surface-dim: #dbd9dd;
|
|
152
|
+
--md-sys-color-surface-bright: #faf9fd;
|
|
153
|
+
--md-sys-color-surface-container-lowest: #ffffff;
|
|
154
|
+
--md-sys-color-surface-container-low: #f5f3f7;
|
|
155
|
+
--md-sys-color-surface-container: #efedf1;
|
|
156
|
+
--md-sys-color-surface-container-high: #e9e7ec;
|
|
157
|
+
--md-sys-color-surface-container-highest: #e3e2e6
|
|
158
|
+
}
|
|
159
|
+
</style><link rel="stylesheet" href="assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="index.html" class="title">ManageOS</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>@tizianoluziramos/windows</h1></div><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Modules"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h2>Modules</h2></summary><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="android"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Android.html">Android</a><a href="#android" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="androidadb"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Android_adb.html">Android/adb</a><a href="#androidadb" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="androidfastboot"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Android_fastboot.html">Android/fastboot</a><a href="#androidfastboot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="antivirus"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/antivirus.html">antivirus</a><a href="#antivirus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="audio"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/audio.html">audio</a><a href="#audio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="auditpolicy"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/auditpolicy.html">auditpolicy</a><a href="#auditpolicy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="bitlocker"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/bitlocker.html">bitlocker</a><a href="#bitlocker" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="camera"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/camera.html">camera</a><a href="#camera" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="certificates"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/certificates.html">certificates</a><a href="#certificates" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="clipboard"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/clipboard.html">clipboard</a><a href="#clipboard" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="encryption"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/encryption.html">encryption</a><a href="#encryption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="eventlogs"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/eventlogs.html">eventlogs</a><a href="#eventlogs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="filesystem"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/filesystem.html">filesystem</a><a href="#filesystem" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="firewall"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/firewall.html">firewall</a><a href="#firewall" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="index"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/index.html">index</a><a href="#index" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="index-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/index-1.html">index</a><a href="#index-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="joystick"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/joystick.html">joystick</a><a href="#joystick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="keyboard"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Keyboard.html">Keyboard</a><a href="#keyboard" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="localization"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/localization.html">localization</a><a href="#localization" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="microphone"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/microphone.html">microphone</a><a href="#microphone" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mouse"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Mouse.html">Mouse</a><a href="#mouse" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="msconfig"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/msconfig.html">msconfig</a><a href="#msconfig" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="network"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/network.html">network</a><a href="#network" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="notification"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/notification.html">notification</a><a href="#notification" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="power"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/power.html">power</a><a href="#power" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="printer"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/printer.html">printer</a><a href="#printer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="psexec"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/PsExec.html">PsExec</a><a href="#psexec" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="psexecpsexec"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/PsExec_psexec.html">PsExec/psexec</a><a href="#psexecpsexec" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="psexecpsfile"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/PsExec_psfile.html">PsExec/psfile</a><a href="#psexecpsfile" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="psexecpsgetsid"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/PsExec_psgetsid.html">PsExec/psgetsid</a><a href="#psexecpsgetsid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="psexecpsinfo"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/PsExec_psinfo.html">PsExec/psinfo</a><a href="#psexecpsinfo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="regedit"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/regedit.html">regedit</a><a href="#regedit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="scheduler"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/scheduler.html">scheduler</a><a href="#scheduler" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="screen"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/screen.html">screen</a><a href="#screen" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="secpol"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/secpol.html">secpol</a><a href="#secpol" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="server"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Server.html">Server</a><a href="#server" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="serverftp"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Server_FTP.html">Server/FTP</a><a href="#serverftp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="serverhttp"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/Server_HTTP.html">Server/HTTP</a><a href="#serverhttp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="services"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/services.html">services</a><a href="#services" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="shell"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/shell.html">shell</a><a href="#shell" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="startup"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/startup.html">startup</a><a href="#startup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="systeminfo"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/systeminfo.html">systeminfo</a><a href="#systeminfo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="taskmgr"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/taskmgr.html">taskmgr</a><a href="#taskmgr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="taskscheduler"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/taskscheduler.html">taskscheduler</a><a href="#taskscheduler" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="uac"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/uac.html">uac</a><a href="#uac" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="usb"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/usb.html">usb</a><a href="#usb" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="users"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/users.html">users</a><a href="#users" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="windowsupdate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/windowsupdate.html">windowsupdate</a><a href="#windowsupdate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd></dl></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Modules"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Modules</summary><div><a href="#android"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Android</span></a><a href="#androidadb"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Android/adb</span></a><a href="#androidfastboot"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Android/fastboot</span></a><a href="#antivirus"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>antivirus</span></a><a href="#audio"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>audio</span></a><a href="#auditpolicy"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>auditpolicy</span></a><a href="#bitlocker"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>bitlocker</span></a><a href="#camera"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>camera</span></a><a href="#certificates"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>certificates</span></a><a href="#clipboard"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>clipboard</span></a><a href="#encryption"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>encryption</span></a><a href="#eventlogs"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>eventlogs</span></a><a href="#filesystem"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>filesystem</span></a><a href="#firewall"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>firewall</span></a><a href="#index"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>index</span></a><a href="#index-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>index</span></a><a href="#joystick"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>joystick</span></a><a href="#keyboard"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Keyboard</span></a><a href="#localization"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>localization</span></a><a href="#microphone"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>microphone</span></a><a href="#mouse"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Mouse</span></a><a href="#msconfig"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>msconfig</span></a><a href="#network"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>network</span></a><a href="#notification"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>notification</span></a><a href="#power"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>power</span></a><a href="#printer"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>printer</span></a><a href="#psexec"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Ps<wbr/>Exec</span></a><a href="#psexecpsexec"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Ps<wbr/>Exec/psexec</span></a><a href="#psexecpsfile"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Ps<wbr/>Exec/psfile</span></a><a href="#psexecpsgetsid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Ps<wbr/>Exec/psgetsid</span></a><a href="#psexecpsinfo"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Ps<wbr/>Exec/psinfo</span></a><a href="#regedit"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>regedit</span></a><a href="#scheduler"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>scheduler</span></a><a href="#screen"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>screen</span></a><a href="#secpol"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>secpol</span></a><a href="#server"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Server</span></a><a href="#serverftp"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Server/<wbr/>FTP</span></a><a href="#serverhttp"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>Server/<wbr/>HTTP</span></a><a href="#services"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>services</span></a><a href="#shell"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>shell</span></a><a href="#startup"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>startup</span></a><a href="#systeminfo"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>systeminfo</span></a><a href="#taskmgr"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>taskmgr</span></a><a href="#taskscheduler"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>taskscheduler</span></a><a href="#uac"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>uac</span></a><a href="#usb"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>usb</span></a><a href="#users"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>users</span></a><a href="#windowsupdate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>windowsupdate</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="index.html" class="current">@tizianoluziramos/windows</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a> v0.28.13<br>
|
|
160
|
+
<span id="generation-date"></span>
|
|
161
|
+
<script>
|
|
162
|
+
window.GENERATION_DATE = 1761923601343;
|
|
163
|
+
|
|
164
|
+
(() => {
|
|
165
|
+
|
|
166
|
+
const formatter = new Intl.RelativeTimeFormat('en', {
|
|
167
|
+
numeric: 'auto',
|
|
168
|
+
style: 'short',
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
const divisions = [
|
|
172
|
+
{ amount: 60, name: 'seconds' },
|
|
173
|
+
{ amount: 60, name: 'minutes' },
|
|
174
|
+
{ amount: 24, name: 'hours' },
|
|
175
|
+
{ amount: 7, name: 'days' },
|
|
176
|
+
{ amount: 4.34524, name: 'weeks' },
|
|
177
|
+
{ amount: 12, name: 'months' },
|
|
178
|
+
{ amount: Number.POSITIVE_INFINITY, name: 'years' }
|
|
179
|
+
];
|
|
180
|
+
|
|
181
|
+
function formatTimeAgo(date) {
|
|
182
|
+
let duration = (date - new Date()) / 1000;
|
|
183
|
+
|
|
184
|
+
for (const division of divisions) {
|
|
185
|
+
if (Math.abs(duration) < division.amount) {
|
|
186
|
+
return formatter.format(Math.round(duration), division.name);
|
|
187
|
+
}
|
|
188
|
+
duration /= division.amount;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
document.getElementById('generation-date').title = new Date(window.GENERATION_DATE).toLocaleString();
|
|
193
|
+
document.getElementById('generation-date').innerText = `Last modified ${formatTimeAgo(window.GENERATION_DATE)}`;
|
|
194
|
+
|
|
195
|
+
})();
|
|
196
|
+
</script>
|
|
197
|
+
</p></footer><div class="overlay"></div><script>
|
|
198
|
+
try {
|
|
199
|
+
const generateLinkElement = document.querySelector(".tsd-generator a");
|
|
200
|
+
const link = document.createElement("a");
|
|
201
|
+
Object.assign(link, {
|
|
202
|
+
href: "https://github.com/dmnsgn/typedoc-material-theme",
|
|
203
|
+
target: "_blank",
|
|
204
|
+
rel: "noreferrer",
|
|
205
|
+
innerText: "typedoc-material-theme."
|
|
206
|
+
});
|
|
207
|
+
generateLinkElement.insertAdjacentElement("afterend", link);
|
|
208
|
+
generateLinkElement.insertAdjacentText("afterend", " with ");
|
|
209
|
+
} catch (error) {
|
|
210
|
+
|
|
211
|
+
}
|
|
212
|
+
</script></body></html>
|