From 11a115e6e7a0a14ad6734147ed7a8812b0114821 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 12 Apr 2024 21:03:59 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=B0=8F=E8=AF=AD=E7=A7=8D=E7=B3=BB=E7=BB=9F=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E8=B4=A6=E5=8F=B7=E6=B2=A1=E5=90=AF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/windows.xml b/windows.xml index 3d5e79d..cb3523a 100644 --- a/windows.xml +++ b/windows.xml @@ -73,7 +73,12 @@ 4 - net user Administrator /active:yes + + + + + + cmd /c "for %a in (Administrator Administrador Administrateur Administratör Администратор Järjestelmänvalvoja Rendszergazda) do (net user %a /active:yes && exit)"