From 729cfda24a232279af6c9f01a6b05f6f70c12c49 Mon Sep 17 00:00:00 2001 From: ralf Koop Date: Tue, 1 Jul 2025 13:57:32 +0200 Subject: [PATCH] Mint backup: 2025-07-01 13:57:32 --- Technik/Windows remote.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Technik/Windows remote.md diff --git a/Technik/Windows remote.md b/Technik/Windows remote.md new file mode 100644 index 0000000..2fb6bf3 --- /dev/null +++ b/Technik/Windows remote.md @@ -0,0 +1,9 @@ +#### WMIC + +netsh advfirewall firewall set rule group="Windows-Verwaltungsinstrumentation (WMI)" new enable=yes + + +wmic /node:192.168.11.81 COMPUTERSYSTEM + +wmic /node:192.168.11.81 COMPUTERSYSTEM get username +