From b7ad6dc1d1591f31377a18a3a1f06bfd4298225c Mon Sep 17 00:00:00 2001 From: Pandolia Date: Thu, 30 Dec 2021 11:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Win10=E4=B8=8B=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E7=A8=8B=E5=BA=8F=E6=89=80=E5=9C=A8=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E7=9A=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/register-this-path.win10.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/register-this-path.win10.bat diff --git a/bin/register-this-path.win10.bat b/bin/register-this-path.win10.bat new file mode 100644 index 0000000..9bd8c9b --- /dev/null +++ b/bin/register-this-path.win10.bat @@ -0,0 +1,2 @@ +@echo off +powershell -c "Start-Process .\register-this-path.bat -Verb RunAs" \ No newline at end of file