- Modify by file or process name
- Customize window size
- Customize window position
- Modify window to be borderless
- TopMost window
- Multiple modify
- Automatically modify by start
- All of the above behaviors can be started silently and exited automatically.
useing multiple Windows API(Win32API) with each other like MoveWindow
、SetWindowPos
to modify window size, position or status.
Use API:
- Find all on: Windows API List
- FindWindow
- ShowWindow
- GetWindowRect
- GetWindowLong
- SetWindowLong
- MoveWindow
- SetWindowPos
[!提示] To use this tool you need to install .NET8 Desktop Runtime.
Video instruction: go bilibili to watch
text-based instruction:
- Start tool
- select file or process name
- Setting a size
- Click 修改窗口按钮 to test the modify is successful