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");
|
||||
})();
|
||||
Reference in New Issue
Block a user