Commit 18259f5
committed
fix(windows): suppress console window flashing for background processes
- Add CREATE_NO_WINDOW flag to arp command execution on Windows to prevent console window from appearing during LAN scans
- Apply CREATE_NO_WINDOW flag to powershell clipboard read operation in transfer module
- Apply CREATE_NO_WINDOW flag to powershell clipboard write operation in transfer module
- Prevents black cmd windows from flashing every 8 seconds during LAN scans and clipboard operations on Windows1 parent 92a2f6c commit 18259f5
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| 793 | + | |
| 794 | + | |
793 | 795 | | |
794 | 796 | | |
| 797 | + | |
795 | 798 | | |
796 | 799 | | |
797 | 800 | | |
| |||
899 | 902 | | |
900 | 903 | | |
901 | 904 | | |
| 905 | + | |
| 906 | + | |
902 | 907 | | |
903 | 908 | | |
904 | 909 | | |
| |||
907 | 912 | | |
908 | 913 | | |
909 | 914 | | |
| 915 | + | |
910 | 916 | | |
911 | 917 | | |
912 | 918 | | |
| |||
0 commit comments