摘要:
[HKEY_CLASSES_ROOT\Directory\shell\copypath] @="复制文件夹路径" [HKEY_CLASSES_ROOT\Directory\shell\copypath\command] @="mshta vbscript:clipboarddata.setdata( 阅读全文
posted @ 2022-04-04 20:22
很多无尾熊
阅读(59)
评论(0)
推荐(0)
摘要:
cdrive cookies [-h] site cookies site: 站点名称(见 -h) cookies: Cookie 例如: cdrive cookies bili SESSDATA=bf5558b6%2C165369759%2C49900*21 up: cdrive upload b 阅读全文
posted @ 2022-04-04 20:09
很多无尾熊
阅读(63)
评论(0)
推荐(0)
摘要:
hexadezi/adbGUI: Wrapper for Android Debug Bridge (ADB) written in C# (github.com) https://github.com/hexadezi/adbGUI/releases/download/2.2/adbGUI.exe 阅读全文
posted @ 2022-04-04 20:02
很多无尾熊
阅读(138)
评论(0)
推荐(0)
摘要:
定时关机 @echo off echo 你想几分钟后关机: set /p timeS= set /a time=%timeS%*60 shutdown /s /t %time% echo 你想取消定时关机吗? echo 想请输入1,不想请输入0; set /p ch= if %ch%==1 (shu 阅读全文
posted @ 2022-04-04 19:56
很多无尾熊
阅读(288)
评论(0)
推荐(0)
摘要:
@echo off color 2f mode con cols=50 lines=30 title OKShare 【制作:wnsdt】 ver | findstr "6.1">nul && set bulid=nt6 && goto sc_top ver | findstr "10.">nul 阅读全文
posted @ 2022-04-04 19:45
很多无尾熊
阅读(635)
评论(0)
推荐(0)