mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
Add remote desktop start/stop commands and process with server support
This commit is contained in:
@@ -28,7 +28,9 @@ public class Kernel : Sys.Kernel
|
||||
new StartGuiCommand(),
|
||||
new StopGuiCommand(),
|
||||
new ViewProcessLogs(),
|
||||
new YesNtCommand()
|
||||
new YesNtCommand(),
|
||||
new StartRemoteDesktopCommand(),
|
||||
new StopRemoteDesktopCommand()
|
||||
]);
|
||||
|
||||
Sys.Graphics.Canvas canvas = Sys.Graphics.FullScreenCanvas.GetFullScreenCanvas();
|
||||
|
||||
Reference in New Issue
Block a user