發表文章

目前顯示的是有「utility」標籤的文章

啟動程式在指定位置和大小,run program in specified position and size

適合想把程式視窗位置和大小或其他屬性都固定的人 有些程式不會記錄最後視窗位置和大小,寫了個程式來處理 也可以移除title bar, menu (不是所有程式都有效) 下載 https://github.com/craftwar/Runin/releases/tag/git 使用說明 https://github.com/craftwar/Runin/blob/master/Runin/ReadME.txt 如果你想管理已建立的視窗,可以用Stefan Didak做的 Windows Layout Manager (WiLMa) . 基於目標程式的架構,有些目標很難處理 啟動過程不只一個process,process會做出多個window,很難判斷要對哪個做處理

Sandboxie

https://www.sandboxie.com/ API level virtualization, less cost than virtual machine. recommend use this to run programs you don't trust. (ex: most China software)

暫停程式/程序/suspend program/process (replacing pssuspend.exe in Sysinternals)

https://github.com/craftwar/suspend download Use AVX2 if your processor supports it. (It may work on CPU with AVX only?) https://github.com/craftwar/suspend/releases/tag/git usage guide and sample batch file suspend/resume a list of processes in Windows Not all process can be suspened/resumed properly, use in caution I write this for replacing pssuspend.exe in Sysinternals. add features that aren't in pssuspend.exe: unicode support, multiple target processes Suspend processes temporarily to save resource usage(CPU, GPU...etc) and resume them later. It is faster than closing and restarting. ex: suspend a game to play another game smoothly or use as fast game specific mute. suspend the other game when lol (League of Legends) starts This is my first github project. I wana say **** Windows SDK **** msdn docs. Many function behaviors are strange (not the same as docs), I need try and make it work in some way. If you wana terminate mutiple processes. Taskkill /T ...

管理程式視窗位置

https://superuser.com/questions/71248/windows-utility-to-save-restore-window-size-position-history 他自己寫的管理多個螢幕位置的軟體 http://www.stefandidak.com/windows-layout-manager/ 他的辦公室照片 http://www.stefandidak.com/office/