From a7a4eba531086dbb8f2103065db5200b9ebbf404 Mon Sep 17 00:00:00 2001 From: Tim-Schilling Date: Tue, 17 Dec 2024 08:02:53 +0100 Subject: [PATCH] Hochladen von Sandbox.bat Hochladen zum foce Neustart der Windows Sandbox Signed-off-by: Tim-Schilling --- sandbox.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sandbox.bat diff --git a/sandbox.bat b/sandbox.bat new file mode 100644 index 0000000..95020fb --- /dev/null +++ b/sandbox.bat @@ -0,0 +1,10 @@ +net stop CmService +net stop vmcompute +net stop svchost + +net start CmService +net start vmcompute +net start svchost + + +WindowsSandbox.exe \ No newline at end of file