From f9480b5440d168579f0c7c993770b87c83124866 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 20 Apr 2021 14:25:17 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11622b4..e206265 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Copy and past into `CMD` curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1; Powershell.exe -command "cd $env:userprofile; AppData\Local\Temp\sysinfo.ps1 -write_output" - +exit del %userprofile%\AppData\Local\Temp\sysinfo.ps1 ```