Add remote desktop start/stop commands and process with server support

This commit is contained in:
Stone_Red
2026-06-17 00:02:33 +02:00
parent 67852bb344
commit 8d1cd6d369
5 changed files with 118 additions and 2 deletions
+3 -1
View File
@@ -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();