Compare commits
1 Commits
bf11d64feb
...
9170d37d0c
| Author | SHA1 | Date | |
|---|---|---|---|
| 9170d37d0c |
@@ -3,4 +3,4 @@ REM Runs the quick run commands form the readme.md
|
||||
REM https://efrick.ddns.net/git/efrick/Sysinfo/src/branch/master/README.md#quick-run
|
||||
REM This must be run from an elevated prompt.
|
||||
|
||||
Powershell.exe -command "$current_execution_policy = Get-ExecutionPolicy; Set-ExecutionPolicy Bypass CurrentUser;$current_path = pwd; .\sysinfo.ps1 -write_output -file_location $current_path.Path"
|
||||
Powershell.exe -command "$current_execution_policy = Get-ExecutionPolicy; Set-ExecutionPolicy Bypass CurrentUser;$current_path = pwd; .\sysinfo.ps1 -write_output -file_location $current_path.Path;Set-ExecutionPolicy $current_execution_policy CurrentUser"
|
||||
|
||||
Reference in New Issue
Block a user