17
repo/js/注销计算机用户/main.js
Normal file
17
repo/js/注销计算机用户/main.js
Normal file
@@ -0,0 +1,17 @@
|
||||
(async function () {
|
||||
keyDown("LWIN");
|
||||
keyDown("X");
|
||||
await sleep(50);
|
||||
keyUp("LWIN");
|
||||
keyUp("X");
|
||||
await sleep(3000);
|
||||
keyPress("LSHIFT");
|
||||
await sleep(50);
|
||||
keyPress("LCONTROL");
|
||||
await sleep(50);
|
||||
keyPress("U");
|
||||
await sleep(1000);
|
||||
keyPress("I");
|
||||
await sleep(50);
|
||||
keyPress("RETURN");
|
||||
})();
|
||||
12
repo/js/注销计算机用户/manifest.json
Normal file
12
repo/js/注销计算机用户/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "注销计算机用户",
|
||||
"version": "1.0",
|
||||
"description": "注销计算机用户,用于远程本地多用户桌面",
|
||||
"authors": [
|
||||
{
|
||||
"name": "听雨♪"
|
||||
}
|
||||
],
|
||||
"main": "main.js"
|
||||
}
|
||||
Reference in New Issue
Block a user