From b04b3582002e232426e8ad7564b190c6566b1a00 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 20 Apr 2021 14:26:42 -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 e206265..11622b4 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 ```