21pages
2b4a72897e
Specify cmd.exe explicitly to avoid the replacement of cmd commands ( #6818 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-06 20:56:40 +08:00
21pages
cdc31b7fc7
Execute the .bat file directly on install to avoid the replacement of cmd ( #6817 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-06 20:28:46 +08:00
21pages
50b81c2356
fix windows wakelock, add set_display ( #6623 )
...
Signed-off-by: 21pages <pages21@163.com>
2023-12-05 21:32:44 +08:00
fufesou
bb7300a055
Remove cert file arg on installing cert
...
Signed-off-by: fufesou <shuanglongchen@yeah.ne>
2023-11-26 14:26:45 +08:00
fufesou
97108e788f
Fix. Install cert silent
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-26 12:17:05 +08:00
fufesou
83dbf88ffb
feat, win10, virtual display, not support message
...
Signed-off-by: fufesou <shuanglongchen@yeah.ne>
2023-11-20 21:44:25 +08:00
fufesou
3e8c5d3b79
trivial changes
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-20 17:42:34 +08:00
fufesou
2aaca0c54a
Remove get_error() in windows.rs
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-20 17:38:53 +08:00
fufesou
c6d587f0c7
Refact, use std::io::Error::from_raw_os_error() to format message
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-20 17:22:14 +08:00
fufesou
c85682de8d
Refact, replace GetLastError() by std::io::Error::last_os_error()
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-20 17:15:15 +08:00
fufesou
7c98bfd363
check if WDA_EXCLUDEFROMCAPTURE is supported
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-20 07:41:06 +08:00
fufesou
c23f377039
feat, topmost window, exclude from capture
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-20 07:41:04 +08:00
21pages
f9ee0189f0
format log, add space after colon
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-18 09:52:46 +08:00
fufesou
90ac8b7b0b
feat/virtual_display_privacy_mode
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-14 12:11:38 +08:00
fufesou
895831f46f
fix, run check_update_broker_process on privacy mode start
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-10 09:56:25 +08:00
fufesou
725a44abd8
feat, win virtual display
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-10-27 20:12:33 +08:00
dignow
f438176544
fix potential crash when uninstalling cert
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-24 11:41:01 +08:00
dignow
be8e8a0521
fix, win, install cert
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-24 10:51:01 +08:00
21pages
68ef1fc9e0
show wallpaper only when support, show test on checked
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-14 19:22:42 +08:00
21pages
d3ce8203be
win,linux remove desktop wallpaper
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-13 13:58:11 +08:00
21pages
17a56bbf48
elevation: keyboard permission required and remove foreground filter
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-01 08:50:29 +08:00
fufesou
db2e4f30a7
Privacy mode, msgbox, add details
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-09-17 10:53:04 +08:00
21pages
d0173fbdc5
install service period protection
...
how to reproduce:
install, click stop service, click start service and click no
on uac, it'll show "Service is not running" but can be connected.
Signed-off-by: 21pages <pages21@163.com>
2023-09-11 16:04:51 +08:00
rustdesk
f000e05267
fix license migration
2023-08-04 11:27:33 +08:00
rustdesk
7cd12f151c
it seems firewall has no dir=inout, change to two rule for safety
2023-08-02 10:28:34 +08:00
rustdesk
f47f2a9151
change to inout firewall rule
2023-07-31 22:08:59 +08:00
rustdesk
9967bb993f
more flexible for --get-id
2023-07-27 10:46:48 +08:00
rustdesk
28ef64cba1
remove the annoying message
2023-07-25 13:38:42 +08:00
21pages
aa740f4263
remove many unwrap and enum_value_or_default
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-23 20:00:58 +08:00
21pages
31b3c5d721
codec thread count depending on cpu condition
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-23 20:00:52 +08:00
rustdesk
aacffd979b
make config in exe name has highest priority, also overwrite config if
...
installation,
https://github.com/rustdesk/rustdesk-server-pro/issues/21#issuecomment-1638259580 ,
not tested yet
2023-07-19 14:45:11 +08:00
rustdesk
76a6b4e09e
alloc_console does work, but it create another cmd window, seems not
...
better than dialog
2023-07-17 18:52:43 +08:00
RustDesk
59bc97c2f5
Merge pull request #4838 from dignow/refact/install_cert_
...
cert installation, add or replace cert store
2023-07-16 11:53:52 +08:00
dignow
97359d6eae
fix, win, elevate prompt on start
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-11 12:19:28 +08:00
dignow
8bb851704a
kill broker on exit service
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-09 02:06:24 +08:00
dignow
1648895156
fix, win privacy mode, broker process
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-09 02:06:24 +08:00
rustdesk
afd77181ff
println in winmain
2023-07-08 12:34:40 +08:00
dignow
d99ff80714
cert installation, add or replace cert store
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-03 20:59:52 +08:00
RustDesk
ce5fab3cf7
Revert "Refact/install cert "
2023-07-03 20:55:43 +08:00
dignow
648e47e4bf
debug, install cert
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-03 20:39:27 +08:00
dignow
d594588c81
win, install cert, add cert store and add cert cache
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-03 16:34:23 +08:00
rustdesk
7fba1800ec
fix linux uni (url) and tray exit
2023-06-10 18:24:03 +08:00
rustdesk
644da37a4f
refactor tray uninstall service
2023-06-09 22:02:25 +08:00
rustdesk
e4d1f96ad6
fix ci
2023-06-07 23:33:05 +08:00
rustdesk
7f51f8d976
refactor linux install/uninstall service as windows
2023-06-07 23:08:50 +08:00
rustdesk
c69d59596b
windows gracy exit: fix issue #3728 #3395 #912
2023-06-07 14:25:34 +08:00
rustdesk
594ce024e7
disable windows service install/uninstall
2023-06-06 01:51:04 +08:00
RustDesk
12fc280ca6
Merge pull request #4557 from 21pages/wakelock2
...
keep server device awake if have connection
2023-06-05 23:27:55 +08:00
rustdesk
b07ac438f5
working on windows service install/uninstall
2023-06-05 20:27:48 +08:00
21pages
98740dbfd7
keep server device awake if have connection
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-05 20:26:57 +08:00