Skip to content

Commit fe01ab9

Browse files
committed
update readme
1 parent 04ebdf1 commit fe01ab9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ See this file : [CommandTrayHost/CommandTrayHost/language_data.h](https://github
251251

252252
- [ ] When restart process, keep the history standard output and standard error output in a ConsoleHelper. That's why there is a `use_builtin_console`. Maybe I have to inject some code to child process. [ConEmu](https://github.com/Maximus5/ConEmu)
253253

254-
- [ ] Auto update check for some github projects, etc kcptun-windows.
255-
256-
- [ ] ProxyAgent,Socks5--> http,IE Proxy setting。
257-
258254
- [ ] [Elevated Startup](https://stefansundin.github.io/elevatedstartup/)
259255

260256
- [ ] UIPI (User Interface Privilege Isolation) Bypass. `ChangeWindowMessageFilterEx`

README.zh-cn.md

-4
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,6 @@ Windows命令行程序运行监控系统托盘管理工具
259259

260260
- [ ] 现在一旦重启某个应用,那么之前的窗口就会被关掉,然后重新开启一个。这样之前的日志就丢失了。希望对每个应用,启动一个独立辅助Console,即使重新启动应用,历史日志(标准IO输出)依然可以保留。 `use_builtin_console`就是用来做这个用途的。可以参考的有 [ConEmu](https://github.com/Maximus5/ConEmu),看上去必须要注入子进程,将其标准IO导入到ConsoleHelper才行。
261261

262-
- [ ] 可以自动更新应用,比如kcptun-windows,提供github地址然后检测是否有更新。
263-
264-
- [ ] 内置代理转换,如Socks5--> http,IE代理快速设置。
265-
266262
- [ ] 尝试集成 [Elevated Startup](https://stefansundin.github.io/elevatedstartup/)
267263

268264
- [ ] UIPI (User Interface Privilege Isolation) Bypass. `ChangeWindowMessageFilterEx`

0 commit comments

Comments
 (0)